Search found 111 matches

by ghoulsblade
Tue Aug 28, 2012 10:34 pm
Forum: Ports
Topic: Love2D WebPlayer (WebGL)
Replies: 203
Views: 186168

Re: Love2D WebPlayer (WebGL)

awesome, i'm away tomorrow, but will look into it when i get back =)
by ghoulsblade
Tue Aug 28, 2012 1:30 am
Forum: Games and Creations
Topic: LudumDare24 LoveGames + WebPlayer Tips
Replies: 48
Views: 23284

Re: LudumDare24 LoveGames + WebPlayer Tips

enhanced-jam-version of gene-rogue up : http://www.ludumdare.com/compo/2012/08/27/enhanced-jam-version/ Defeat various different enemy types, also roaming the surface world. Epic boss battle at the End. (sort of) Also lots of deco and other tweaking =) http://www.ludumdare.com/compo/wp-content/uploa...
by ghoulsblade
Mon Aug 27, 2012 5:55 pm
Forum: Ports
Topic: Love2D WebPlayer (WebGL)
Replies: 203
Views: 186168

Re: Love2D WebPlayer (WebGL)

notes.soundDatas[i] = love.sound.newSoundData( 22050, 44100, 16, 1) ah sorry, webplayer cannot handle raw sound data yet, only sound files like .ogg .wav .mp3 e.g. local src = love.audio.newSource("data/powerup.wav","static") ... src:stop() src:rewind() src:play() Flashgames.it ...
by ghoulsblade
Mon Aug 27, 2012 12:35 pm
Forum: Ports
Topic: Love2D WebPlayer (WebGL)
Replies: 203
Views: 186168

Re: Love2D WebPlayer (WebGL)

sounds don't need preload. but formats other than .wav .ogg and .mp3 will cause problems. the error message says that somehow "notes.soundDatas " is nil. this could be being different than in pc-love, or the entry having failed to load. i'd suggest doing a print("setSample for i="...
by ghoulsblade
Mon Aug 27, 2012 11:54 am
Forum: Ports
Topic: Love2D WebPlayer (WebGL)
Replies: 203
Views: 186168

Re: Love2D WebPlayer (WebGL)

nixola : according to the error message something in note.lua, probably local args = {...} otherwise you'll need to litter the code with print("spot01") and similar instructions to pin it down since the original .lua line numbers aren't available after conversion to javascript. also the wa...
by ghoulsblade
Mon Aug 27, 2012 11:47 am
Forum: Ports
Topic: Love2D WebPlayer (WebGL)
Replies: 203
Views: 186168

Re: Love2D WebPlayer (WebGL)

continue work : occasionally, but it's not a priority for me, more of a "if i need something for myself, i'll implement it" situation. I was hoping to get the community involved in working on the code, i'll extend and help with contributions, but i've done my part and i won't polish it bey...
by ghoulsblade
Mon Aug 27, 2012 2:34 am
Forum: Games and Creations
Topic: LudumDare24 LoveGames + WebPlayer Tips
Replies: 48
Views: 23284

Re: LudumDare24 LoveGames + WebPlayer Tips

not in the webplayer yet =)
by ghoulsblade
Mon Aug 27, 2012 12:58 am
Forum: Games and Creations
Topic: LudumDare24 LoveGames + WebPlayer Tips
Replies: 48
Views: 23284

Re: LudumDare24 LoveGames + WebPlayer Tips

and submitted, entry : http://www.ludumdare.com/compo/ludum-dare-24/?action=preview&uid=13111 webplayer version : http://ghoulsblade.schattenkind.net/love-webplayer/ludumdare201208/ .love : http://ghoulsblade.schattenkind.net/love-webplayer/ludumdare201208/GeneRogue-v1.0.love http://www.ludumdar...
by ghoulsblade
Sun Aug 26, 2012 11:00 am
Forum: Games and Creations
Topic: LudumDare24 LoveGames + WebPlayer Tips
Replies: 48
Views: 23284

Re: LudumDare24 LoveGames + WebPlayer Tips

i would, but i need a username that can be found on ludumdare, ideally a link to some blogpost there =)
by ghoulsblade
Sat Aug 25, 2012 6:54 pm
Forum: Games and Creations
Topic: LudumDare24 LoveGames + WebPlayer Tips
Replies: 48
Views: 23284

Re: LudumDare24 LoveGames + WebPlayer Tips

Anickyan: can you link a post on ludumdare ? or is it this one : http://www.ludumdare.com/compo/author/mad1231999/ ? zapaman : yeah, ttf doesn't work i'm afraid =( best use pixelfonts, or use default and copy+upload+adjust url (same domain as your game) the one from js/love.font.js top : kDefaultIma...