| View previous topic :: View next topic |
| Author |
Message |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Mon Sep 12, 2005 9:14 pm Post subject: Lowser and dofile() |
|
|
heya, i try to modify my game to be compatible with lowser...
well it breaks to blackscreen when i try a dofile()
my game is located at:
K:\PSP\GAME\luaplayer_______________________1\Applications\'mygame'
and i call the file with:
| Quote: | Music.playFile( 'intro.it', true ) --plays intro
dofile("./splash-lp.lua") --luaplayer-splash-screen |
so the intro-music starts but black screen
works fine on luaplayerwindows and luaplayer without Applications\'mygame'
so, what do i have to modify to use dofile in lowser?
(i guess you know which folder it uses as default... dont want to try all versions... just to see when i am lucky)
greets
LuMo |
|
| Back to top |
|
 |
cgruber
Joined: 06 Sep 2005 Posts: 36
|
Posted: Tue Sep 13, 2005 1:12 am Post subject: |
|
|
| dofile does work because I use it. What do you have for code in it and the other obvious question are you positive that your path is correct to it? |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Tue Sep 13, 2005 2:01 am Post subject: |
|
|
OMG!
shame on me!
seems that i miss a .wav file (would REALLY love a error message when a sound file is missing than turning into blackscreen....)
lp-windows just skipped, luaplayer on psp kills ;)
sorry
someone may delete the post
lumo
PS: thx to cgruber
PPS: screenshots coming soon (alpha version) |
|
| Back to top |
|
 |
nevyn
Joined: 31 Jul 2005 Posts: 136 Location: Sweden
|
Posted: Tue Sep 13, 2005 10:12 pm Post subject: |
|
|
| Ai caramba, I really need to fix that sound bug... |
|
| Back to top |
|
 |
|