Jump to content
  • entries
    46
  • comments
    207
  • views
    36,989

Winter Games 2016 - On the road again - Part 2


AggrorJorn

1,731 views

 Share

Here I thought that I would be done with my entry in no time. Finetuning everything turned out to be a pain to be honest. Luckily the GUI was set up rather quickly and most of the game state switching worked almost instantly.

 

 

Tired of the tires

The real time consumers came when suddenly my tires wouldn't update with the vehicle. Spend a good time trying to figure out what I was doing wrong, but eventually just decided to leave it until the very end.

 

Analytics

I added Josh's new analytics api to the game to see what kind of information I would be getting. So far I can see the kind of seeds people are using and how often levels are reset. I guess it will be really interesting after a couple of people have actually played the game.

 

blogentry-45-0-20122400-1482097156_thumb.png

 

Leaderboards

Again I got stuck here far longer than I had anticipated. For some reason the highscores get updated with a new value. Meaning, that no matter your track time, the highscore table will always be set by it. I can do it manually, but it should happen automatically. Another downside is that I can't do any querying on which seeds were popular overall or last week. I would love to add that to the game as that is really what would make this game so powerful. Unfortunately, there are no means for me to do this right away.

 

Game player

The game has been uploaded to the game player now. Everyone can try it out and fill in a random number to get a unique track. The seed number should give people an identical track though. Looking forward to seeing some results. That way I can also finalise the highscore leaderboard after you reach the finish. There are plenty of bugs, missing features and graphical incompletions, but important is getting those highscores from other players right now.

 

Controls

When you are racing, you can WASD for car movement and your mouse for the camera.

Use R to reset the level. When you have finished the level you can either reset or go back to main menu.

 

If you could try it out with seeds '1337' and '1234', that be great.

http://www.leadwerks.com/werkspace/page/viewitem?fileid=821020417

  • Upvote 2
 Share

2 Comments


Recommended Comments

"For some reason the highscores get updated with whatever value I give, and sorting or value type are not affecting it at al"

 

What do you mean by this any why is it bad that the values get set to what you want?

Link to comment

"For some reason the highscores get updated with whatever value I give, and sorting or value type are not affecting it at al"

 

What do you mean by this any why is it bad that the values get set to what you want?

Steam's system should update the tables automatically. Now it just pickes the value that I set. It isn't a big deal since I can do the sorting manually, it's just annoying that it doesn't work with the given sample code. Same thing goes for the type (numbered or time) and order (descend/ascend). They both don't seem to work.

Link to comment
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...