So I'm Making a Game
Re: So I'm Making a Game
Started playing about with lighting
First I broke it by putting the light source in the floor
Then I tried putting it above the wall tiles
Then below them
Then back to above them but with no ambient like this time
It looks bad at the moment because there are no proper shadows.
First I broke it by putting the light source in the floor
Then I tried putting it above the wall tiles
Then below them
Then back to above them but with no ambient like this time
It looks bad at the moment because there are no proper shadows.
Re: So I'm Making a Game
Fixed the shader ! Turns out I used two variables colour and color. Oops
Still a bit wonky
Still a bit wonky
Re: So I'm Making a Game
I've uploaded the above version since it's a interesting change. Just tunr the launcher if you want to try it out (it auto-updates).
Re: So I'm Making a Game
It's coming along really well! Well done
I can't think of anything witty to put here!
Check out some of my projects on GitHub: https://github.com/DomTC
Check out some of my projects on GitHub: https://github.com/DomTC
Re: So I'm Making a Game
Doesn't work for me :/
All it does is say "Launching Game" and that's it.
Is this supposed to mean anything,
All it does is say "Launching Game" and that's it.
Is this supposed to mean anything,
java.io.FileNotFoundException: http://jacekk.co.uk/Lux/md5.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at uk.co.jacekk.lux.launcher.LuxLauncher.performUpdateCheck(LuxLauncher.java:110) at uk.co.jacekk.lux.launcher.LuxLauncher.<init>(LuxLauncher.java:95) at uk.co.jacekk.lux.launcher.LuxLauncher.main(LuxLauncher.java:247)
Re: So I'm Making a Game
I moved a few files before. You downloaded the launcher during the 20 minutes when it was not uploaded !EcazS wrote:Doesn't work for me :/
All it does is say "Launching Game" and that's it.
Is this supposed to mean anything,java.io.FileNotFoundException: http://jacekk.co.uk/Lux/md5.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at uk.co.jacekk.lux.launcher.LuxLauncher.performUpdateCheck(LuxLauncher.java:110) at uk.co.jacekk.lux.launcher.LuxLauncher.<init>(LuxLauncher.java:95) at uk.co.jacekk.lux.launcher.LuxLauncher.main(LuxLauncher.java:247)
Here is the link again http://jacekk.co.uk/Lux/LuxLauncher.jar
Re: So I'm Making a Game
I think so tooDomC wrote:It's coming along really well! Well done
I am getting the hang of it a bit more too, coming up with ways to optimise the stuff I had written before a bit more. you know your making progress when you look at somethign you write the day before and thing it's very wrong.
Re: So I'm Making a Game
I still get this,
java.io.FileNotFoundException: http://jacekk.co.uk/Lux/md5.php at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at uk.co.jacekk.lux.launcher.LuxLauncher.performUpdateCheck(LuxLauncher.java:110) at uk.co.jacekk.lux.launcher.LuxLauncher.<init>(LuxLauncher.java:95) at uk.co.jacekk.lux.launcher.LuxLauncher.main(LuxLauncher.java:247)
Re: So I'm Making a Game
http://jacekk.co.uk/Lux/md5.php is used to check for updates, but it was changed to http://jacekk.co.uk/Lux/game_files/md5.php Maybe I uploaded the wrong one like a pro, let me check
Re: So I'm Making a Game
Yay! No more errors!
BUUUT, it doesn't launch It downloaded the files and I see them all in the appdata folder,
BUUUT, it doesn't launch It downloaded the files and I see them all in the appdata folder,
.lux /bin -/natives --/bunch of dll files and windows.jar -/lib --lwjgl.jar --lwjgl_util.jar --slick_util.jar
Re: So I'm Making a Game
Stop being a Windows user ! I'll go fix the launch command I guess.
EDIT: Should be fixed now Windows uses ; as it's path separator and Linux uses : gar !
EDIT: Should be fixed now Windows uses ; as it's path separator and Linux uses : gar !
Re: So I'm Making a Game
Since the last update I made the lights be nit fixed to the camera, be random colours and spawn in random places on the map.EcazS wrote:AWESOME !
I also made a huge internal change with how coordinates work which meant that I can do all the maths in game space rather than worrying about if it should be relative to the player of to the level.
Then I got tired and watched Game of Thrones
Good that the Windows bug is fixed though. Gotta love cross platform ! Just need someone with a mac to test it now.
Re: So I'm Making a Game
A bit of progress with lighting, this is basically what it will look like I think. It looks a bit flat now because there are no shadows or depth.
Also you can scroll to zoom in
Re: So I'm Making a Game
2 November 2012
After a very long break from the project I found some time to work on it a bit. Mostly I have been working on collision detection and the movement of the player which is not really nice I've also added textures to all of the faces so it can hopefully start looking like the thing in my head soon.
Next I think I'm going to add some GUI and work out world generation (plus the save format for everything)
After a very long break from the project I found some time to work on it a bit. Mostly I have been working on collision detection and the movement of the player which is not really nice I've also added textures to all of the faces so it can hopefully start looking like the thing in my head soon.
Next I think I'm going to add some GUI and work out world generation (plus the save format for everything)
Re: So I'm Making a Game
I'm glad to see you're working on this again. I'm really excited to see where this leads
Re: So I'm Making a Game
Me too !Temor wrote:I'm glad to see you're working on this again. I'm really excited to see where this leads
Re: So I'm Making a Game
ok that is pretty cool. how the hell did i miss this thread earlier this year?
One question, and i may have missed it because thread= tl;dr: what are you supposed to do besides… drive?
One question, and i may have missed it because thread= tl;dr: what are you supposed to do besides… drive?