Page 2 of 3

Re: CarWar

Posted: Sat Nov 25, 2017 6:12 pm
by KayleMaster
Maybe he wants to share it with others, and thinks the forum will block his link for unregistered users.
At least I know a major russian forum cs.rin.ru does this.

Re: CarWar

Posted: Sat Nov 25, 2017 8:05 pm
by zorg
So the questions then are,
1. Does löve's forums block file download from unregistered accounts, and
2. Can one upload a 75 Megabyte attachment here.

Re: CarWar

Posted: Sat Nov 25, 2017 8:54 pm
by KayleMaster
1. It doesn't block
2. 110mb not possible, 40 mb possible, so I'm not sure it does.

Re: CarWar

Posted: Sun Nov 26, 2017 12:03 am
by Nixola
The actual game is 35 MB. The download is 75MB because it includes an apk file as well. I can upload the .love file here (or on a website with a direct link) if you want.

Re: CarWar

Posted: Sun Nov 26, 2017 6:14 am
by TC1061
I'm going to make this game very very small. Then I'll upload this game here.
zorg wrote: Sat Nov 25, 2017 8:05 pm So the questions then are,
1. Does löve's forums block file download from unregistered accounts, and
2. Can one upload a 75 Megabyte attachment here.
This forum doesn't block downloads from unregistered users
KayleMaster wrote: Sat Nov 25, 2017 4:20 pm Wow you really choose the worst file hosters around, I forgot I downloaded this thing since I download with 12kb from that website.

Anyways, I played it. And the programmer side of me is impressed. I mean, this is basically multiplayer, and runs fine. No bugs other than the graphics side stuff.
It ... uh.. just needs polishing... like ... a lot. There's some noticable tile bleeding when it zooms out (I can see through the borders of the tile). And the graphics are just ... programmer art. Get some stuff from opengameart and make it more pleasant for the eyes :D
Good luck.
Thank you!

Re: CarWar

Posted: Tue Mar 20, 2018 1:06 pm
by pgimeno
"File has been removed due to inactivity" :(

Re: CarWar

Posted: Fri Jun 08, 2018 12:10 am
by TC1061
There is an update! I optimized the network and improved graphics! Check the first post. :3
pgimeno wrote: Tue Mar 20, 2018 1:06 pm "File has been removed due to inactivity" :(
You can try downloading it from the first post.

Re: CarWar

Posted: Fri Jun 08, 2018 11:56 pm
by pgimeno
Thank you! It crashes when I select Host a game.

Code: Select all

core/init.lua:79: FATAL ERROR!main.lua:341: bad argument #1 to 'unpack' (table expected, got nil)
stack traceback:
	[C]: in function 'error'
	core/init.lua:79: in function 'res'
	core/init.lua:107: in function <core/init.lua:87>
	[C]: in function 'xpcall'
	[string "boot.lua"]:569: in function <[string "boot.lua"]:564>
(I had to hack into it a bit in order to obtain the backtrace in the console so I could paste it)

Re: CarWar

Posted: Sat Jun 09, 2018 3:02 am
by TC1061
It seems somehow ALL maps disappeared!

Re: CarWar

Posted: Sat Jun 09, 2018 7:31 am
by KayleMaster
I got the same error as pgimeno.
Maybe someone got rid of the maps via SQL injection? (if you even use SQL)