Axe Cop

Make games! Discuss those games here.

Moderators: Bob the Hamster, marionline, SDHawk

Post Reply
User avatar
RMZ
King Slime
Posts: 1698
Joined: Tue Oct 16, 2007 12:39 am
Contact:

Post by RMZ »

<img src="https://www.redtrianglegames.com/img/de ... ysight.gif">

This doesn't really look like a lot, but it's shaping up to being the entire week's work. Basically when you arrive at the lab, the bad guy tries to lock you out and he sends a couple grunts up to get you. If they spot you they close the door immediately and fight you. So you have to sneak in. I didn't totally plan on this, but I think it'll be a new variation for some enemies in the dungeon and I think it worked out good. James taught me how to understand script arguments a little further and it is shining in this gif. Funneled like 5 arguments in to be able to make the sightline for enemies.

While back TMC gave me a small tutorial on timers and this runs on quite a few of them to keep things as instant as possible. Like, the grunts rotate every 16 ticks, but the timer detecting player steps is every tick since a simple step-on can't cut it if the bad guy switches views to be over you. Then the door is it's own too. Pretty fun challenging myself for this game overall.
User avatar
Bob the Hamster
Lord of the Slimes
Posts: 7660
Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:

Post by Bob the Hamster »

Nice! :D so that is what the zone scripting was for!
User avatar
RMZ
King Slime
Posts: 1698
Joined: Tue Oct 16, 2007 12:39 am
Contact:

Post by RMZ »

Bob the Hamster wrote:Nice! :D so that is what the zone scripting was for!
Yeah, I used that to scrub all the zones away and realized how you did it for the x,y in the script and I did another for the floor tiles! It's starting to make more sense how you and TMC help out with some stuff (most is still like... okay... this will make sense later and usually does). It makes sense with the argument thing, like "walk NPC (5,south,1)" there must be a script written in that requires those 3 arguments and I think I've been used to just using the premade scripts and never thought I could make my own to pass stuff to like you guys did. It'll be fun applying this to future elements.
User avatar
RMZ
King Slime
Posts: 1698
Joined: Tue Oct 16, 2007 12:39 am
Contact:

Post by RMZ »

<img src="https://www.redtrianglegames.com/img/de ... ab_001.png">

<img src="https://www.redtrianglegames.com/img/de ... ab_002.png">

Soda Piggy is finishing up the music for the next demo, should be done end of next week we think. I've been hard at work lately planning the next area out and setting up some preliminary areas of the map before I get into the meat of the dungeon gimmicks. It's been really challenging to nail down an idea I feel like works but I'm getting there. I got the first three floors made. Should be putting enemies on these floors soon too.
User avatar
TheLordThyGod
Slime Knight
Posts: 220
Joined: Thu May 14, 2015 9:18 pm
Location: Muscle Shoals, AL, USA, Earth, Solar System, Milky Way, Known Universe
Contact:

Post by TheLordThyGod »

Niiiice!
...spake The Lord Thy God.
User avatar
RMZ
King Slime
Posts: 1698
Joined: Tue Oct 16, 2007 12:39 am
Contact:

Post by RMZ »

<img src="https://www.redtrianglegames.com/img/de ... _melts.gif">

Worked on this little feature today for the Lab but decided to plant one of these in the Snow Planet. Fun fact, I was actually going to make it so Axe Cop could do this initially when I planned the level, but decided it was going to give him too much to do. I was planning out Fire Slicer and decided he needed more fire based powers and so I dug this idea back up. I got it from Sonic 3 originally in the Ice Cap Zone when you'd bounce on a box twice, once to break the ice, the other to get the item.
User avatar
guo
Metal Slime
Posts: 749
Joined: Fri Dec 04, 2009 9:12 pm

Post by guo »

Dat melt tho. Is it just a hand drawn animation or some kind of scripting wizardry?
vvight.wordpress.com
User avatar
TheLordThyGod
Slime Knight
Posts: 220
Joined: Thu May 14, 2015 9:18 pm
Location: Muscle Shoals, AL, USA, Earth, Solar System, Milky Way, Known Universe
Contact:

Post by TheLordThyGod »

Oh yeah, that looks very nice.
...spake The Lord Thy God.
User avatar
Bob the Hamster
Lord of the Slimes
Posts: 7660
Joined: Tue Oct 16, 2007 2:34 pm
Location: Hamster Republic (Ontario Enclave)
Contact:

Post by Bob the Hamster »

That looks like the "Melt" enemy dissolve animation being applied to an NPC Sprite slice.

Very nice! :)
User avatar
RMZ
King Slime
Posts: 1698
Joined: Tue Oct 16, 2007 12:39 am
Contact:

Post by RMZ »

James got it right! It's indeed the melt enemy dissolve! Loving using these things in creative ways.
User avatar
RMZ
King Slime
Posts: 1698
Joined: Tue Oct 16, 2007 12:39 am
Contact:

Post by RMZ »

<img src="https://www.redtrianglegames.com/img/de ... bclimb.gif">

The gif didn't capture the end of the hatch that well, but it does do the 2 frames like it does other times. This took a lot longer than you'd think. In the new area, this guy can climb up and down walls by turning into a werewolf and climbing scratched wall panels.
User avatar
SwordPlay
Chemical Slime
Posts: 966
Joined: Sun Jan 22, 2017 9:32 am
Location: London, England
Contact:

Post by SwordPlay »

I have so many questions. Why are the panels scratched? Why does being a werewolf translate to climbing through hatches?

It looks really cool, I must say.
User avatar
RMZ
King Slime
Posts: 1698
Joined: Tue Oct 16, 2007 12:39 am
Contact:

Post by RMZ »

VapourSword wrote:I have so many questions. Why are the panels scratched? Why does being a werewolf translate to climbing through hatches?

It looks really cool, I must say.
Panels are scratched so you know it's a climbable wall. I needed an ability for this guy since everybody in the game has a unique field ability and I needed to incorporate his werewolf side since I can't transform him in battle so I thought a giant werewolf could climb the walls.
User avatar
guo
Metal Slime
Posts: 749
Joined: Fri Dec 04, 2009 9:12 pm

Post by guo »

Hot damn this is going to be a blast. Every thing you post makes me more excited to play.
vvight.wordpress.com
User avatar
woahpotato
Red Slime
Posts: 53
Joined: Tue May 30, 2017 6:05 am
Location: 76 6F 69 64
Contact:

Post by woahpotato »

my lord that climbing animation looks satisfying
Post Reply