Game
Tsalagi

2 years ago

Mostly code work for the battle map, so the screenie doesn't look all that spectacular. I don't have a good recording program anymore (thanks a lot, SSR) to demonstrate the functional things that happen now. (Article for update details)


  • Battle music is active. Right now it is the Rawk Hawk boss music (Paper Mario 2)

  • Set up the state chart progression for the battle. It is also based on Paper Mario progression (thanks to the person [can't find the article again] who decoded it in Dolphin). PM uses a five-stage progression (opening, player, between, enemy, closing). I decided to expand and use a seven-stage (opening, pre-turn, player, between, post-turn, closing) for ease of cycling. To avoid duplicating stage events, post-turn is used solely to determine if any enemies are left so it can either cycle to a new turn or go into victory closing

  • Haven't decided what kind of stage events I want to happen. I think I might use more audience events instead, like throwing helpful items or maybe getting into fights depending on who is winning

  • In the opening, player and enemies walk onto the stage. Personally, I think it would be really cool if they bowed or made some kind of mutual gesture before attempting to murder each other, but that's a fluff thing at this point

  • Player attack menu appears when it is the player's turn and disappears when player turn is finished

  • I should probably really put some work into the followers before I get too much further into this. If anyone is interested, the first follower you pick up is a friendly attack dog



0 comments

Loading...

Next up

Doing some designing of the main village, mostly so I can get some connections in and get the next part of the opening cutscenes roughed in.

With exception of some minor odds and ends, the home interior sheet is finished, which means I can start on all the levels. The next house (level 9) is an old farmhouse, the kind that had a bazillion rooms

Battle State Machine is working Player chooses what to do, enemies choose what to do, and they even have variable rates of attack/defend/flee. Next step will be to actually start dealing damage

Doki Doki Literature Club is celebrating Monika's birthday and the 8th anniversary of DDLC with exclusive stickers, avatar frames and backgrounds on Game Jolt! 

Head over to the shop to collect yours 👉 https://gamejolt.com/#shop

NEW PACKAGES AVAILABLE NOW!

Version 1.1.0 is now available for Linux and Windows

-Platform bugs fixed where player fell through the floor

-Area 2 accessible through Level 8

-Minor spiffing up, wax and polish

Play @pm-studios ' Bandit Trap Open Beta!

Grab your rocket chairs, vacuums, and toilet tornadoes! Report one more time for our final beta! Live through March 23rd 6 am CET.

Complete quests based on the game!

Play the beta: https://bit.ly/BanditTrapBeta

Today's accomplishments include a rather smooth state machine, a functioning opening cutscene, and name input. It's not pretty, but there aren't any bugs

Working on battles. A little different than last time, aesthetically, but still the same basic idea

BIG NEWS: Your Bandit can wear a Game Jolt hat and shirt in Bandit Trap!

Defend your home or steal treasure in the open beta: https://bit.ly/BanditTrapBeta

It ends on March 23rd at 6 am CET!

Lots of modeling the last few days. Got some houses made, remade some of my terrain blocks (rebuilt the harbor), and started on the NPC models. Also worked on the battle system and the follower system, now with 1/10th the code but 10x more efficient