Page 3 of 3
Re: [LD31] GridCars
Posted: Sun Jan 10, 2016 6:17 am
by bobbyjones
Can I hit you for bumping an old thread? Lol jk. Also thanks for bumping this I will try it out later this seems cool. I didn't even know it existed.
Re: [LD31] GridCars
Posted: Mon Jan 11, 2016 6:01 am
by farzher
Where's the breaks on this thing!?
This is pretty cool, I don't like cars, but I love simple strategy games.
I wonder what it's like when you're not just playing alone...
Re: [LD31] GridCars
Posted: Mon Jan 11, 2016 2:19 pm
by pgimeno
Until Germanunkol solves the issue, it can be played online by editing main.lua (or dedicated.lua if you want to run a dedicated server) and replacing
MAIN_SERVER_URL = "
http://germanunkol.de/gridcars/serverlist"
with
MAIN_SERVER_URL = "
http://www.formauri.es/personal/AffairMainServer"
That's the URL of the main server that acts as a directory of playing servers, necessary to play over the internet. I also have a dedicated playing server which should appear in the list, though that last one isn't permanent.
I'll try to be watching and enter a game if I see anyone!
Re: [LD31] GridCars
Posted: Sun May 09, 2021 11:12 pm
by pgimeno
Forked, updated to Löve 11.1+ and changed the URL of the server finder as the original one is dead:
https://notabug.org/pgimeno/GridCars
Note I don't run a server, only a server finder.
Re: [LD31] GridCars
Posted: Sun May 09, 2021 11:41 pm
by monolifed
Good work
Dedicated can also be modified to run with love. Since:
* LFS function utilized is available in love
* socket is available in love
* installing lua, and lfs and socket for lua can be relatively difficult
Re: [LD31] GridCars
Posted: Mon May 10, 2021 9:52 am
by darkfrei
pgimeno wrote: ↑Sun May 09, 2021 11:12 pm
Forked, updated to Löve 11.1+ and changed the URL of the server finder as the original one is dead:
https://notabug.org/pgimeno/GridCars
Note I don't run a server, only a server finder.
Where I can find the .love file?
monolifed wrote: ↑Sun May 09, 2021 11:41 pm
Good work
Dedicated can also be modified to run with love. Since:
* LFS function utilized is available in love
* socket is available in love
* installing lua, and lfs and socket for lua can be relatively difficult
How to make own server and run it online? I've never had a server before.
Re: [LD31] GridCars
Posted: Mon May 10, 2021 8:59 pm
by pgimeno
monolifed wrote: ↑Sun May 09, 2021 11:41 pm
Good work
Dedicated can also be modified to run with love. Since:
* LFS function utilized is available in love
* socket is available in love
* installing lua, and lfs and socket for lua can be relatively difficult
That's reasonable. I've implemented it.
darkfrei wrote: ↑Mon May 10, 2021 9:52 am
Where I can find the .love file?
There wasn't one, but now there is
https://notabug.org/pgimeno/GridCars/releases
darkfrei wrote: ↑Mon May 10, 2021 9:52 am
How to make own server and run it online? I've never had a server before.
When you run it normally, if you select Start Server (Online), it will start a server and announce the server in the server finder, so that others can connect to it by choosing Connect.
If you want to have an online server but without a GUI, you can run it with:
love GridCars.love --dedicated (on Windows you may need to run
lovec instead of
love, not sure). That will start a server from the command line, without opening a Löve window, and announce it to the server finder.
Re: [LD31] GridCars
Posted: Tue May 11, 2021 8:29 am
by darkfrei
Re: [LD31] GridCars
Posted: Tue May 11, 2021 6:46 pm
by pgimeno
Apologies, I forgot to test without a config.txt and it turns out that I made two blatant mistakes. Fixed in 1.1.1:
https://notabug.org/pgimeno/GridCars/releases