Game
Ninja
12 years ago

ALL YOU'R FRAME ARE BELONG TO US!


Yes, I noticed that there was a small frame rate issue, where in the worst case the FPS would drop below 15 and stay around 4~5 (on the title screen).

#### Technical Stuff ####

They way around this promblem was to replace all of the ‘for’ loops with iterator loops instead, so from : for(int i =0; i < entitys.size(); i++) .

to :

ien = entitys.iterator();

while (ien.hasNext()) {

this has resulted in a 25% boost in frame rate, there was also an issue with the lighting that was fixed by remoceing the scaling and actually making the images bigger, instead of hard coding for every light value.



0 comments

Loading...

Next up

We are under attack!

Been working lately on lots of 'behind-the-scenes' boring stuff that no one really cares about, so here’s a guy playing the sax for some reason.

#screenshotsaturday

Runestones: from concept to in-game model🗿

I was bored, so... ManutKat.

Just a Pico sprite

Back in my art school days I used to ride the 710 COPSA line from Parque Del Plata to Montevideo almost everyday. This is the Marcopolo Viaggio G4 Mercedes Benz model from the late 80s, one of the older bus models that was running on the line.

Update 2.627

New challenges & new effects!

If you’ve played the Vault demo and enjoyed it, please consider ‘liking’ the game page here on Gamejolt and/or leave a comment!

Also please consider tossing Vault on your Wishlist, I really appreciate your support!

https://store.steampowered.com/app/1251800

2d lighting experiment

Coming Soon...