Page 2 of 3

Re: STI help

Posted: Tue Apr 22, 2014 8:00 pm
by superboySR
Karai17 wrote:Because that file doesn't exist.
:ultrahappy: but it is in amin and in amin is a folder named mapsa and in mapsa is a map called map01

Re: STI help

Posted: Tue Apr 22, 2014 8:04 pm
by Karai17
is it map01.lua or map01.tmx? It needs to be lua (in Tiled, click File -> Export).

Re: STI help

Posted: Thu Apr 24, 2014 3:43 pm
by superboySR
Karai17 wrote:is it map01.lua or map01.tmx? It needs to be lua (in Tiled, click File -> Export).
Yeah I just did it and it is still the same problem :P

Re: STI help

Posted: Thu Apr 24, 2014 7:07 pm
by Karai17
Send me the whole .love, don't remove any files.

Re: STI help

Posted: Fri Apr 25, 2014 7:03 am
by superboySR
Karai17 wrote:Send me the whole .love, don't remove any files.
Here:

Re: STI help

Posted: Fri Apr 25, 2014 7:13 am
by Karai17
Somehow you're missing map.lua from STI, so you should redownload and reinstall STI. You also shouldn't put your maps in with STI, they should be in a different place. Try something like this:

Code: Select all

assets/
    images/
        whatever.png
    maps/
        map01.lua
libs/
    hump/
        camera.lua
        class.lua
    STI/
        framework/
            love.lua
        init.lua
        map.lua
conf.lua
main.lua
That should make your code a LOT more manageable.

Re: STI help

Posted: Fri Apr 25, 2014 8:44 pm
by superboySR
Karai17 wrote:Somehow you're missing map.lua from STI, so you should redownload and reinstall STI. You also shouldn't put your maps in with STI, they should be in a different place. Try something like this:

Code: Select all

assets/
    images/
        whatever.png
    maps/
        map01.lua
libs/
    hump/
        camera.lua
        class.lua
    STI/
        framework/
            love.lua
        init.lua
        map.lua
conf.lua
main.lua
That should make your code a LOT more manageable.
I took your advice :P the code might not be adapted though

Re: STI help

Posted: Fri Apr 25, 2014 8:58 pm
by Karai17
You didn't take my advice at all.

Re: STI help

Posted: Sat Apr 26, 2014 11:10 am
by superboySR
Karai17 wrote:You didn't take my advice at all.
?

Re: STI help

Posted: Mon Apr 28, 2014 9:37 pm
by superboySR
Karai17 wrote:You didn't take my advice at all.
well I rearranged the files like you said