Search found 142 matches

by pielago
Wed Mar 26, 2014 2:41 pm
Forum: Support and Development
Topic: Love2D crashes when playing audio
Replies: 7
Views: 4700

Re: Love2D crashes when playing audio

sweet awesome thank for the info...
by pielago
Wed Mar 26, 2014 1:50 am
Forum: Support and Development
Topic: Love2D crashes when playing audio
Replies: 7
Views: 4700

Re: Love2D crashes when playing audio

can we use wav now?? or still oggs and mp3s????
LÖVE 0.9.0 fixed several audio-related bugs, you should probably upgrade.
by pielago
Wed Mar 26, 2014 12:54 am
Forum: Support and Development
Topic: filesystem.newFile????
Replies: 17
Views: 10385

Re: filesystem.newFile????

i see the write its the same love.filesystem.write('player', serialize({p,m,s,t}))--note the curly braces but for the load I can tell its more to add I can add my maps well that will do it, thank you so much as long as I save my players variables will do it (hope) --loading p, m, s, t = unpack(love....
by pielago
Tue Mar 25, 2014 3:12 pm
Forum: Support and Development
Topic: filesystem.newFile????
Replies: 17
Views: 10385

Re: filesystem.newFile????

it worked thank you so now to add more tables will it be like this????

Code: Select all


    function love.keypressed(key)
       if key == 's' then
          --write data
          love.filesystem.write('player', serialize(p,m,s,t))--many metatables
       end
    end

by pielago
Mon Mar 24, 2014 11:28 pm
Forum: Support and Development
Topic: [SOLVED] Help with camera
Replies: 4
Views: 1834

Re: Help with camera

here its a small example about camera and pause maybe could help you .. menu and pause needs to be out of the camera to work perfect
by pielago
Mon Mar 24, 2014 10:21 pm
Forum: Support and Development
Topic: filesystem.newFile????
Replies: 17
Views: 10385

Re: filesystem.newFile????

well i did as you told me but i dont know why it wont save it ... can you help me??
by pielago
Mon Mar 24, 2014 5:58 pm
Forum: Support and Development
Topic: text on top of background
Replies: 2
Views: 933

Re: text on top of background

okay it works thank you for the fast reply.
now I will study how its done and what i did wrong!

box size was just a sample size surely i will make it smaller ..
by pielago
Mon Mar 24, 2014 2:59 pm
Forum: Support and Development
Topic: text on top of background
Replies: 2
Views: 933

text on top of background

i dont know what am i doing wrong here is it possible for someone to help me finish this i want the text to end exactly where the background ends and i tried the normal ways and yet didn't work keeps on giving me errors all the time???? function love.load() --from where to type input ="input: &...
by pielago
Mon Mar 24, 2014 1:43 pm
Forum: Support and Development
Topic: filesystem.newFile????
Replies: 17
Views: 10385

Re: filesystem.newFile????

ohh so what i did will only work for small stuff? or single parts of a table??? if so.. ill try "ser" and see if i can get it to work and save all my tables and load them... hope it can save tables inside a table... from what i see "ser" both will go under love.load() am i correc...
by pielago
Mon Mar 24, 2014 4:51 am
Forum: Support and Development
Topic: filesystem.newFile????
Replies: 17
Views: 10385

Re: filesystem.newFile????

Omg thank you so much i tried to fix it and didn't know where the problem was
i am able now to save even X,Y pos
question will this work if i want to save tables? or many tables? or do i need another way ????

and thank you for your reply great forum.. :)