Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411430 Posts in 69363 Topics- by 58416 Members - Latest Member: JamesAGreen

April 20, 2024, 01:20:34 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsTikotep Adventure - [PLAYABLE DEMO] - 2D adventure platformer
Pages: 1 2 [3] 4 5 ... 15
Print
Author Topic: Tikotep Adventure - [PLAYABLE DEMO] - 2D adventure platformer  (Read 59698 times)
alwex
Level 1
*



View Profile WWW
« Reply #40 on: March 20, 2015, 05:13:21 AM »

Just finished the light system optimisation, now light that are not in the active room (purple) are not calculated and lights entities are fully destroyed.



This way the engine goes faster on slow PC Beer!

I also start working on the official website, here is the first header concept



I think I may design a pixel art title with some more decorations. If someone know some good examples or have ideas, please let me know!
« Last Edit: November 29, 2015, 10:00:19 PM by alwex » Logged


Follow us on playfield
alwex
Level 1
*



View Profile WWW
« Reply #41 on: March 23, 2015, 10:26:08 AM »

Just a new environment test to mix with the lake effect. I quite like the blue light reflecting on the water. Need to add more crystals of different colors.

« Last Edit: November 29, 2015, 10:01:31 PM by alwex » Logged


Follow us on playfield
and
Level 6
*



View Profile WWW
« Reply #42 on: March 23, 2015, 10:50:53 AM »

I like the style of the header image but it'd probably work better if you did a pixel version, like you said
Logged

alwex
Level 1
*



View Profile WWW
« Reply #43 on: March 24, 2015, 11:50:48 AM »

I have just finished to read this 2 excellent articles:

http://subtractivedesign.blogspot.fr/2013/01/guide-to-making-metroidvania-style.html
http://subtractivedesign.blogspot.fr/2013/01/guide-to-making-metroidvania-style_16.html

Combined with paper and pen I will be able to continue the level design process.

Thanks for the links!
Logged


Follow us on playfield
longshorts
Level 0
**



View Profile
« Reply #44 on: March 24, 2015, 12:29:43 PM »

Hey Alwex, love your work so far! Just a quick question for ya; I'm also developing in LibGDX and I was wondering how you powered your lighting effects? I'm currently using Box2DLights, but am always on the lookout for some kind of method with a little more flexibility. Cheers Smiley
Logged
alwex
Level 1
*



View Profile WWW
« Reply #45 on: March 25, 2015, 12:32:57 AM »

Hi longshorts, I use box2DLight to. I have a static box2DWorld (I never update the box2DWorld as I have my own physic engine). In my map loader system I use a castShadow attribute to create a box2DBody that will stop the light and cast a shadow when needed. Each light in the game is an entity with a LightComponent with the following attributes:

Light light (the box2DLight)
Float sparkling (the sparkling factor)
Float distance (light power)
Color rgba (color rgba channel)

Then the lightSystem update this values when alterations are needed.
If the main character want to use an torch I simply add a lightComponent to the main character entity.
For the moment, box2DLight is enougth for my needs.

In a previous prototype I made a custom light engine using vignette effect and raycasting:





I quite like the shadow using this technique.
 
Logged


Follow us on playfield
and
Level 6
*



View Profile WWW
« Reply #46 on: March 26, 2015, 09:35:31 AM »

Hey, thanks for those links they're interesting articles. Makes me want to make a Metroidvania!
Logged

alwex
Level 1
*



View Profile WWW
« Reply #47 on: March 26, 2015, 10:17:48 AM »

Found it on pixel prospector website (you gave me the link Wink).
I am stil not sure about the kind of game tikotep will be, I would like to make it a metroidvania like, but the design will be much more difficult than a full action adventure game.

I would prefer to make it metroid like as it involve the player deeper in the ambiance, history.
I have to list the power/artefacts/bosses Tikotep will face during his journey.
The base story is already ready !
Logged


Follow us on playfield
alwex
Level 1
*



View Profile WWW
« Reply #48 on: March 28, 2015, 08:24:07 AM »

Another level art done !



This look like some sort of final stage
Logged


Follow us on playfield
Voltz.Supreme
Level 3
***


Iron Synth Chef & Voltage Architect


View Profile WWW
« Reply #49 on: March 28, 2015, 07:35:42 PM »

Woah... Looks like things just went sci fi!
Logged

alwex
Level 1
*



View Profile WWW
« Reply #50 on: March 29, 2015, 01:29:47 AM »

@Leo J, you are totally right, the game will have some sci fi background at some stage, but I can't say too much about it if I don't want to spoil the story, maybe some ancien and forgotten alien civilization.
Logged


Follow us on playfield
lobstersteve
Guest
« Reply #51 on: March 29, 2015, 02:02:38 AM »

Love the colors in the last one Smiley
Logged
alwex
Level 1
*



View Profile WWW
« Reply #52 on: March 29, 2015, 08:48:32 AM »

Taken the time today to work on my alien worm.
The worm generate little worms if Tikotep is to close, the little ones will then follow Tikotep to attack him if they can.
I will add more bloody effect latter and perhaps change the color (what about a white/green blood flowing from the worm?).

Here is the fight

« Last Edit: November 29, 2015, 10:01:49 PM by alwex » Logged


Follow us on playfield
alwex
Level 1
*



View Profile WWW
« Reply #53 on: March 29, 2015, 12:18:44 PM »

@lobstersteve I try to make it feel like sci-fi/alien, I think I will add some green soon ! Beware the tommyknockers
Logged


Follow us on playfield
and
Level 6
*



View Profile WWW
« Reply #54 on: March 30, 2015, 08:03:16 AM »

Love the animation on that shelled slug thing. Can almost hear it squelching as it moves!
Logged

alwex
Level 1
*



View Profile WWW
« Reply #55 on: March 30, 2015, 12:14:15 PM »

You are totally right, there are multiple sounds, one fleshy explosion when the little worms get out from the big one, and the big one doing some slug sound while it slide.
I just bougth the awesome piece of software called deshumanizer dehumanizer to record some terrible screams. I think I can do some very scarry stuff with that.
Logged


Follow us on playfield
Orun
Level 0
**



View Profile WWW
« Reply #56 on: March 30, 2015, 06:31:00 PM »

really love how this game looks. I'm a java dev too. Posting to follow this. Can't wait to see more
Logged

alwex
Level 1
*



View Profile WWW
« Reply #57 on: March 31, 2015, 11:12:14 AM »

Here is Grandpa smoking his calumet.



Grandpa will serve as a guide and close friend for Tikotep during is adventure, he will give hime advices and some help.
« Last Edit: November 29, 2015, 10:02:01 PM by alwex » Logged


Follow us on playfield
alwex
Level 1
*



View Profile WWW
« Reply #58 on: April 01, 2015, 11:07:17 AM »

Today I worked on an alien brain boss firing laser. For the moment the brain himself shoot the lasers, I think he will control some laser turret with his mind and will try to follow the player with various guns/gears.

I still have poor quality with licecap, sorry for that.

here is the first design of the boss (remind a lot from metroid of course) enjoy!

« Last Edit: November 29, 2015, 10:02:11 PM by alwex » Logged


Follow us on playfield
alwex
Level 1
*



View Profile WWW
« Reply #59 on: April 04, 2015, 06:27:06 AM »

Today worked on a new boss.
The pattern will be spitting some acid saliva, then go back to his shell and roll on all the screen trying to kill the player.

« Last Edit: November 29, 2015, 10:02:21 PM by alwex » Logged


Follow us on playfield
Pages: 1 2 [3] 4 5 ... 15
Print
Jump to:  

Theme orange-lt created by panic