hello so i am trying to develop a game with my crew and i am the coder
whenver i do anything and open the love exe file it just shows the no game picture of that duck balloon thing
i am not sure on how to fix this but this is the code is used for the main code:
function love.draw()
love.graphics.print('Hello World!', 400, 300)
end
after i put that in my notepad++ lua note it still said no game
in my configuring notepad i wrote:
function love.conf(pp)
pp.modules.joystick = true
pp.modules.audio = true
pp.modules.keyboard = true
pp.modules.event = true
pp.modules.image = true
pp.modules.graphics = true
pp.modules.timer = true
pp.modules.mouse = true
pp.modules.sound = true
pp.modules.thread = true
pp.modules.physics = true
pp.console = true
pp.title = "game gameir"
pp.author = "doodle studios"
pp.screen.fullscreen = false
pp.screen.vsync = false
pp.screen.faaa = 0
pp.screen.height = 600
pp.screen.width = 800
end
nothing happened still, and it just said no game again. please help, thank you
-dodgamedev
no game page
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
- zorg
- Party member
- Posts: 3465
- Joined: Thu Dec 13, 2012 2:55 pm
- Location: Absurdistan, Hungary
- Contact:
Re: no game page
Hi and welcome to the forums!
Feel free to look at the getting started page on the wiki: https://love2d.org/wiki/Getting_Started
Then, if you already did, did you save those files you created in notepad?
With the correct names?
Then you used one of the few methods to run said projects with löve?
Feel free to look at the getting started page on the wiki: https://love2d.org/wiki/Getting_Started
Then, if you already did, did you save those files you created in notepad?
With the correct names?
Then you used one of the few methods to run said projects with löve?
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
Re: no game page
If you keep having problems, see if this tutorial by forum member Jeeper clarifies anything: https://youtube.com/watch?v=ZQCky-_Ad5Y&t=153s
Re: no game page
You just got ballooned by the duck balloondodgamesdev wrote: ↑Fri Aug 07, 2020 6:37 am hello so i am trying to develop a game with my crew and i am the coder
whenver i do anything and open the love exe file it just shows the no game picture of that duck balloon thing
i am not sure on how to fix this but this is the code is used for the main code:
function love.draw()
love.graphics.print('Hello World!', 400, 300)
end
after i put that in my notepad++ lua note it still said no game
in my configuring notepad i wrote:
function love.conf(pp)
pp.modules.joystick = true
pp.modules.audio = true
pp.modules.keyboard = true
pp.modules.event = true
pp.modules.image = true
pp.modules.graphics = true
pp.modules.timer = true
pp.modules.mouse = true
pp.modules.sound = true
pp.modules.thread = true
pp.modules.physics = true
pp.console = true
pp.title = "game gameir"
pp.author = "doodle studios"
pp.screen.fullscreen = false
pp.screen.vsync = false
pp.screen.faaa = 0
pp.screen.height = 600
pp.screen.width = 800
end
nothing happened still, and it just said no game again. please help, thank you
-dodgamedev
Re: no game page
#1 Put your "main.lua" and "conf.lua" inside a folder (for example "My Game")
#2 To see how your game works, drag "My Game" into love.exe
#2 To see how your game works, drag "My Game" into love.exe
Who is online
Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 6 guests