Search found 8 matches

by RocketSocketGames
Wed Jul 28, 2021 4:44 pm
Forum: Support and Development
Topic: Distributing your games (making a .love file)
Replies: 278
Views: 948062

Re: Distributing your games (making a .love file)

Gunroar:Cannon() wrote: Wed Jul 21, 2021 10:45 amchange its extension name from ".zip" to ".love". Works vice versa for me too :P .
easier said than done. i use windows 10 and the .zip part of the file doesnt show up in the name. so i cant do that.
by RocketSocketGames
Wed Jul 28, 2021 4:39 pm
Forum: General
Topic: Terraria TD dev log
Replies: 4
Views: 9768

Re: Terraria TD dev log

Gunroar:Cannon() wrote: Wed Jul 21, 2021 10:50 am
RocketSocketGames wrote: Tue Jul 20, 2021 10:27 pm i then made the character have a tool to hold. i just made it use the same variables as the character and voila!
Nice technique!
TD as in tower defense (or as in taco deliciouso) :huh: ? Thumbs...:up:!
sorry for the late response, but TD means top-down in this instance.
by RocketSocketGames
Wed Jul 21, 2021 1:33 am
Forum: Support and Development
Topic: Distributing your games (making a .love file)
Replies: 278
Views: 948062

Re: Distributing your games (making a .love file)

whats a modern way of doing this?
by RocketSocketGames
Tue Jul 20, 2021 10:27 pm
Forum: General
Topic: Terraria TD dev log
Replies: 4
Views: 9768

Terraria TD dev log

im beginning my LOVE2D journey by ruining a great game. anyway, im just making this project to get myself used to coding in LOVE. i'll make something a little more "original" next time around. anyway, THE LOGS LOG #1 i began coding a little terraria character that could walk around. got th...
by RocketSocketGames
Tue Jul 20, 2021 10:01 pm
Forum: Support and Development
Topic: why am i getting this error?
Replies: 12
Views: 13674

Re: why am i getting this error?

pgimeno wrote: Tue Jul 20, 2021 9:00 pm Not everyone's first language is English.

I think GVovkiv meant "You made a little misspelling".
in that case, i apologize.
by RocketSocketGames
Tue Jul 20, 2021 8:42 pm
Forum: Support and Development
Topic: why am i getting this error?
Replies: 12
Views: 13674

Re: why am i getting this error?

GVovkiv wrote: Tue Jul 20, 2021 8:35 pmYou misspelled little
thats the most random thing to say. because none of us said "little"
by RocketSocketGames
Tue Jul 20, 2021 8:28 pm
Forum: Support and Development
Topic: why am i getting this error?
Replies: 12
Views: 13674

Re: why am i getting this error?

darkfrei wrote: Tue Jul 20, 2021 8:18 pm

Code: Select all

function love.keyboard.keypressed( key, scancode, isrepeat )
	if scancode == "space" then
		count = count + 1
	end
end
that doesnt work. when i press space. the printed number doesnt update.

edit: and heck, when i reuse the code on a different project, it doesnt even work at all!
by RocketSocketGames
Tue Jul 20, 2021 6:10 pm
Forum: Support and Development
Topic: why am i getting this error?
Replies: 12
Views: 13674

why am i getting this error?

im getting a strange error when i try to make a variables' value go up. it says Error Syntax error: main.lua:6: '=' expected near '+' Traceback [C]: at 0x52f6d550 [C]: in function 'require' [C]: in function 'xpcall' [C]: in function 'xpcall' but when i actually put it near '+' this happens! Error Sy...