So I'm Making a Game

Talk about anything in here.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

Started playing about with lighting

First I broke it by putting the light source in the floor
Image

Then I tried putting it above the wall tiles
Image

Then below them
Image

Then back to above them but with no ambient like this time
Image

It looks bad at the moment because there are no proper shadows.
Image
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

Fixed the shader ! Turns out I used two variables colour and color. Oops ;)

Still a bit wonky
Image
Image
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

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).
Image
User avatar
DomC
Posts: 91
Joined: Mon Jul 18, 2011 1:58 pm

Re: So I'm Making a Game

Post by DomC »

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
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: So I'm Making a Game

Post by EcazS »

Doesn't work for me :/
All it does is say "Launching Game" and that's it.

Is this supposed to mean anything,
[syntax=text]
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)
[/syntax]
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

EcazS wrote:Doesn't work for me :/
All it does is say "Launching Game" and that's it.

Is this supposed to mean anything,
[syntax=text]
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)
[/syntax]

I moved a few files before. You downloaded the launcher during the 20 minutes when it was not uploaded !

Here is the link again http://jacekk.co.uk/Lux/LuxLauncher.jar ;)
Image
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

DomC wrote:It's coming along really well! Well done

I think so too :D

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.
Image
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: So I'm Making a Game

Post by EcazS »

I still get this,
[syntax=text]
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)
[/syntax]
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

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 ;)
Image
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

I did do that ! Uploaded the correct version now.
Image
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: So I'm Making a Game

Post by EcazS »

Yay! No more errors!

BUUUT, it doesn't launch :( It downloaded the files and I see them all in the appdata folder,

[syntax=text].lux
/bin
-/natives
--/bunch of dll files and windows.jar
-/lib
--lwjgl.jar
--lwjgl_util.jar
--slick_util.jar[/syntax]
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

Stop being a Windows user ! I'll go fix the launch command I guess.

EDIT: Should be fixed now :D Windows uses ; as it's path separator and Linux uses : gar !
Image
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: So I'm Making a Game

Post by EcazS »

AWESOME :D!
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

EcazS wrote:AWESOME :D!

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.

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 :D

Good that the Windows bug is fixed though. Gotta love cross platform ! Just need someone with a mac to test it now.
Image
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

Image

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 :)
Image
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

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 :D I've also added textures to all of the faces so it can hopefully start looking like the thing in my head soon.
Image

Next I think I'm going to add some GUI and work out world generation (plus the save format for everything)
Image
User avatar
EcazS
Posts: 789
Joined: Fri May 06, 2011 5:29 pm

Re: So I'm Making a Game

Post by EcazS »

Multiplayer!! :D
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

EcazS wrote:Multiplayer!! :D

Obviously :P
Image
User avatar
Temor
Posts: 1186
Joined: Thu May 05, 2011 8:04 pm

Re: So I'm Making a Game

Post by Temor »

I'm glad to see you're working on this again. I'm really excited to see where this leads :)
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: So I'm Making a Game

Post by jacek »

Temor wrote:I'm glad to see you're working on this again. I'm really excited to see where this leads :)

Me too !
Image
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Re: So I'm Making a Game

Post by JelvinJS7 »

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?
Post Reply