Skip-Bo (card game)
Jeremysr:
Quote
The 'random freeze' you speak of is a result of flashcard fragmentation. Just like computers, flashcarts and CF/SD cards fragment. If a program is fragmented to a high extent, the DS fails to keep up with it... and one thing leads to another!
But I'm not accessing the card during the actual game part of the game, I have everything loaded into memory. And the freezing only happens as soon as you select a card (1% of the time). Most of the time it's within the first minute of playing. But I have played a few 50-card games without it freezing.
Quote
Anyway, the break command... it STOPS while true do loops. It goes through the loop one more time, then quits it. And exiting back to the browser in such a way causes your resources (sprites, palettes, framestrips, etc) to free automatically.
Here's the problem with that, try running this.
Code:
txt = Screen.LoadTextBG()
Screen.Initialize( 1, txt )
txt:PrintXY( 0, 0, "Press A to quit." )
while true do
while true do
if Pads.A() then break end
end
txt:PrintXY( 0, 1, "(A has been pressed)" )
end
The break statement will only break out of the second loop (lines 6-8). And my game is filled with loops...
jeffx:
can we see some screenshots? also the download link is broken.
Hurt:
hi!
please can you help me to run this game on my nintendo ds?
i have a m3 simply adapter and i am a little bit confused ... what are the colors blue, grey, green? what is GBFS? do i need DSLua and/or LibFATDragon?
HELP =)
Jeremysr:
There's 4 different versions of DSLua 0.6: blue, green, grey, and GBFS. Each one works on different homebrew devices (like M3 Simply.) I don't know which one works on the M3 Simply though, so maybe just try all of them (except GBFS because I'm pretty sure it won't work.)
Here's a compatability chart: http://www.bio-gaming.com/jeremy/dslua/img/compatability.png . It doesn't have the m3 simply on it but all the m3's on it use the green version so try the green version. Just download DSLua 0.6 from the downloads page of this site, go into the release-cf-green folder, and copy DSLua.nds to your card. Then run it. Hopefully there should be file browser and you should be able to run any DSLua programs (including Skip-Bo ;) )
Hurt:
Quote from: Jeremysr on June 07, 2007, 05:42:18 PM
There's 4 different versions of DSLua 0.6: blue, green, grey, and GBFS. Each one works on different homebrew devices (like M3 Simply.) I don't know which one works on the M3 Simply though, so maybe just try all of them (except GBFS because I'm pretty sure it won't work.)
Here's a compatability chart: http://www.bio-gaming.com/jeremy/dslua/img/compatability.png . It doesn't have the m3 simply on it but all the m3's on it use the green version so try the green version. Just download DSLua 0.6 from the downloads page of this site, go into the release-cf-green folder, and copy DSLua.nds to your card. Then run it. Hopefully there should be file browser and you should be able to run any DSLua programs (including Skip-Bo ;) )
green version also don't work :-/
just a black screen when i try to load dslua/DSLua.nds
Navigation
[0] Message Index
[#] Next page
[*] Previous page