trAInsported
Re: trAInsported: Alpha testers needed
the save folder also contains a "AI" folder. The AI folder near the .love also don't have a tutorialAI2.lua in it.
-
- Party member
- Posts: 712
- Joined: Fri Jun 22, 2012 4:54 pm
- Contact:
Re: trAInsported: Alpha testers needed
Larsii30, thanks for reporting!
The AI folder in the save directory was still there from previous test, forgot to remove the code that creates it.
I attached a new version, can you replace your trAInsported.love with this new one and try again? If it crashes again, please tell me the last few lines in the console (start with the --console command line option).
Thanks!
I hate how directory manipulation is so hard in Löve ... and I don't want to move everything to the save directory. But maybe I have to. The problem with using the save dir was that I can't enumerate there... I can't use global paths. That's why it gets complicated.
The AI folder in the save directory was still there from previous test, forgot to remove the code that creates it.
I attached a new version, can you replace your trAInsported.love with this new one and try again? If it crashes again, please tell me the last few lines in the console (start with the --console command line option).
Thanks!
I hate how directory manipulation is so hard in Löve ... and I don't want to move everything to the save directory. But maybe I have to. The problem with using the save dir was that I can't enumerate there... I can't use global paths. That's why it gets complicated.
- Attachments
-
- trAInsported.love
- Windowze Test
- (2.87 MiB) Downloaded 188 times
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Re: trAInsported: Alpha testers needed
Ok , I'll do my best : (screenshot marathon !!)Germanunkol wrote:Hm, I thought I had fixed this. Can you go a little into detail? What went wrong?
Is it rendering the wrong map? This is all threadded... that's why it got pretty complicated.
here's how I run the game :
so far, so god.
Then the map is rendering :
and everything seems to work perfectly :
So I load the tutorial1 map and...
Everything works perfectly.. damn, it was buggy last time.. But wait ! I hit "End Match" and the online game is rendering again :
and here comes trouble :
And if I load a tutorial (let's say tutorial 2), trains are off the rails again (is that a correct sentence ?)
---
I hope I have been of some help !
http://darky-ben.fr/Xut my webcomic (french)
-
- Party member
- Posts: 712
- Joined: Fri Jun 22, 2012 4:54 pm
- Contact:
Re: trAInsported: Alpha testers needed
Thanks a lot for the detailed explanation!
I'll try to recreate this situation on my side.
For one thing: To play the tutorials, you need to cd into the Folder first. Because the working directory needs to be the one containing the AI folder.
So in your case:
And run it without (!) the --host trainsportedgame.no-ip.org option to play the tutorials. That way it'll only look for connections on localhost which it won't find. Then the tutorials should work fine because they won't interfere with the server's map.
I'll try to recreate this situation on my side.
For one thing: To play the tutorials, you need to cd into the Folder first. Because the working directory needs to be the one containing the AI folder.
So in your case:
Code: Select all
cd /Users/darky/Downloads/trAInsported_01/
love trAInsported.love
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Re: trAInsported: Alpha testers needed
Yeah, I already am in my game folder, And , I already tested the tutorials without the "--host" part.
It was just to mention the bug !
It was just to mention the bug !
http://darky-ben.fr/Xut my webcomic (french)
-
- Party member
- Posts: 712
- Joined: Fri Jun 22, 2012 4:54 pm
- Contact:
Re: trAInsported: Alpha testers needed
Has anyone gotten it to work on windowze with the update I posted 4 posts ago?
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
- Roland_Yonaba
- Inner party member
- Posts: 1563
- Joined: Tue Jun 21, 2011 6:08 pm
- Location: Ouagadougou (Burkina Faso)
- Contact:
Re: trAInsported: Alpha testers needed
Hi,
I am willing to try, as it looks gorgeous. But I can run it on my computer. It just crashes when I attempt to run it, saying love stopped working.
I am on Windows 8, x64. Do I need to have some minimum specs to run it ?
I am willing to try, as it looks gorgeous. But I can run it on my computer. It just crashes when I attempt to run it, saying love stopped working.
I am on Windows 8, x64. Do I need to have some minimum specs to run it ?
-
- Party member
- Posts: 712
- Joined: Fri Jun 22, 2012 4:54 pm
- Contact:
Re: trAInsported: Alpha testers needed
Here's how it should work on windows:
- Download the file in the first folder. Extract the .zip
- Download the second file I posted, a few posts back, replace the .love with this new one
- open a console, use "cd" to get into the directory where the .love file is. Example:
- run the game: (make sure to use the right path to your Love.exe and the --console option)
Could you try that for me? It would help a lot! And if it crashes again, can you tell me the stack backtrace and exact error message printed in the console?
- Download the file in the first folder. Extract the .zip
- Download the second file I posted, a few posts back, replace the .love with this new one
- open a console, use "cd" to get into the directory where the .love file is. Example:
Code: Select all
E:
cd E:\Downloads\trAInsported
Code: Select all
C:\Program /Files\Love\Love.exe trAInsported.love --console
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
-
- Party member
- Posts: 712
- Joined: Fri Jun 22, 2012 4:54 pm
- Contact:
Re: trAInsported: Alpha testers needed
Yay, Ochros submitted his first ai. Watch it beat my ai by using the host option...
trAInsported - Write AI to control your trains
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
Bandana (Dev blog) - Platformer featuring an awesome little ninja by Micha and me
GridCars - Our jam entry for LD31
Germanunkol.de
- Roland_Yonaba
- Inner party member
- Posts: 1563
- Joined: Tue Jun 21, 2011 6:08 pm
- Location: Ouagadougou (Burkina Faso)
- Contact:
Re: trAInsported: Alpha testers needed
Yeah, sure. I just tried, and it still fails.Germanunkol wrote:Here's how it should work on windows:
- Download the file in the first folder. Extract the .zip
- Download the second file I posted, a few posts back, replace the .love with this new one
- open a console, use "cd" to get into the directory where the .love file is. Example:- run the game: (make sure to use the right path to your Love.exe and the --console option)Code: Select all
E: cd E:\Downloads\trAInsported
Could you try that for me? It would help a lot! And if it crashes again, can you tell me the stack backtrace and exact error message printed in the console?Code: Select all
C:\Program /Files\Love\Love.exe trAInsported.love --console
Who is online
Users browsing this forum: Google [Bot] and 0 guests