News:

Welcome to the new Sinister Design forums!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - CraigStern

#151
Together in Battle / Re: Together in Battle Dev Log
August 31, 2023, 11:30:20 AM
- new weather types supported: LeavesGreen and LeavesBrown. Causes 3D leaves (green or brown) to gradually flutter down from the top of the screen. Battle-only for now.

- added falling leaves to the Treasure Thicket map.

- the Fireflies weather type is now finally supported in battle! Causes fireflies to appear, flit about the battlefield seemingly at random, and disappear a few seconds later.

- added falling leaves to the Treasure Thicket map.

- added fireflies to the Thief Attack map.

- when changing between weather types using the same particle (e.g. Rain to Heavy Rain or Snow to Blizzard) there is no longer a delay before the change takes effect.

- fixed visual issue with snow and ash particles being stretched horizontally.
#152
Together in Battle / Re: Together in Battle Dev Log
August 30, 2023, 06:10:47 PM
- toned down the level scaling for team leaders within arena leagues so you aren't regularly facing promoted enemies in the earlier leagues.

- created 3D meshes for the flower petals, made the particles in battle actual 3D objects.

- fixed: weather effects were not displaying with the same density in the map editor as in battle due to different emitter shape settings.
#153
Together in Battle / Re: Together in Battle Dev Log
August 29, 2023, 05:05:44 PM
- reduced per-battle winnings for league arena fights (especially the later leagues) to help keep resource management a meaningful concern.

- painted flower-petal particles.

- began working on the cut scene following the championship battle.

- new 2D particle effects supported: FlowerBurstRed and FlowerBurstGold.

- new weather types supported: PetalsRed and PetalsGold. These shower the scene in flower petals (red or yellowish orange).

- fixed: league 4 battles were all being generated with snow-based names.

- fixed as hotfix 0.2.11d: when auto-promoting generic proc gen units, the game could throw a null error trying to update their non-existent character dialogue.
#154
Together in Battle / Re: Together in Battle Dev Log
August 28, 2023, 12:03:16 PM
- received new character portraits, integrated them into the game: Sita, Dusht, Malatose.

- added new dialogue options to the Dusht random event.

- increased minimum impact damage in combat from 5 to 6.

- buffed a few Psy Clash cards: Smuggler (now has 1 power instead of 0), Iron Jaw Trap (now costs 0 energy instead of 1), and Focus (now gives +1 card draw in addition to +1 energy).

- Psy Clash AI improvement: when choosing a minion to target with cards or direct damage from bowmen or crossbowmen, the AI will now assess the target minions available and choose based on its assessment of who would be best to target instead of just choosing a target randomly.

- Psy Clash AI improvement: opponents will no longer play Fury on minions who cannot attack.

- fixed: in Psy Clash, the game could sometimes choose an empty lane that a minion had moved from when attempting to update that minion's changed health or power.

- new sound effect: Card Shuffle. Now plays during Psy Clash when a player's deck is shuffled.

- the game now keeps track of how many seconds it's been running across all play sessions.

- fixed: the game would not allow characters to push or pull item sacks off of other destructible objects due to item sacks always being treated as last for attack priority on a space. When an item sack is on top of another object that is not pushable or pullable, knockback now affects the position of the item sack instead of the object it's resting on.

- fixed: the DamageUnitAt script action had slightly different damage ordering priority rules than a regular attack.

- fixed: Crush Res. was not being applied to mitigate impact damage from units being smashed into each other (or objects, or the edges of the map).

- fixed: Falling Res. was not being applied to mitigate Falling damage, which resulted in item sacks inappropriately taking damage when falling from heights.
#155
Together in Battle / Re: Together in Battle Dev Log
August 27, 2023, 09:39:18 PM
Created an updated free demo of the game!

Did some marketing work prepping for Steam Strategy Fest next week.

Emailed with Ryan Richko about a unique battle track for the arena championship.

Did a bit of biz dev stuff seeking out funding and marketing support.

Received rough drafts on some new character portraits; generated portrait data for them, tested them, provided feedback.

- fixed: species-based sprite overrides didn't work for classes with only a single species-based sprite override.
#156
Telepath Tactics Liberated (2022) / Re: Dev Log
August 27, 2023, 06:35:28 PM
- fixed for 1.0.49c: sprite race overrides had stopped working in the main campaign, causing shadowlings to switch to a human sprite upon promoting.
#157
Hey Toby! Which game are you talking about?
#158
Telepath Tactics Liberated (2022) / Re: Dev Log
August 24, 2023, 02:03:21 PM
Put the finishing touches on a TTL build for GOG! :)
#159
Together in Battle / Re: Together in Battle Dev Log
August 22, 2023, 04:10:12 PM
- created a short cut scene intro to the arena championship battle hyping it up some more.

- fixed some scripting in dialogue with Ishita Svaamee.

- added some new branches to pre-championship dialogue with her.

- if it doesn't find a loadID match first, the SpawnUnit script action now checks characters from prior scenes by name.

- fixed: the cut scene editor would remember the last cut scene you loaded and load its data when creating a new cut scene, resulting in the previous cut scene's narration, background, and other data showing up by default.

- fixed: the game would sometimes trigger traps for AI units where it calculated a move onto the trap as the best move even as it refused to actually move the character, resulting in the unit mysteriously suffering the trap's effects even as it stood totally still.

- fixed: with particularly long character movement ending in a trap, the AI could outpace itself and queue up an attack before the game was ready to launch it.
#160
Together in Battle / Re: Together in Battle Dev Log
August 21, 2023, 12:46:25 PM
- created a background panel for the buttons at the top of the screen in the recruitment interface so it's easier to see them all. Added the new background to the recruitment interface, repositioned the buttons so the background wouldn't conflict with the character selection frames, and altered the recruitment tutorial to reflect the new positioning of everything.

- the game's handling of AddCondition/Global Lighting during battle is now much better; it now transitions to the new global lighting over a few seconds instead of immediately applying the new lighting setup.

- fixed a typo in a victory bark variant for characters with the "disciplined" personality trait.

- fixed: when multiple dialogue trees were queued up at once, the game was not triggering them in succession due to a mistake in the dialogue formatting process assigning all dialogue the same convID.

- fixed: a file with crucial scripts for in-game traps and space-swapping skills had accidentally been overwritten, causing the above-mentioned skills to no longer work correctly.

- fixed: auto-promotion via LevelUp was causing *every* character to auto-promote if within a campaign whose Classes.xml file didn't use the reqLvl attribute (e.g. Telepath Tactics Liberated).

- fixed: if a character's Speed was chosen to increase upon level-up it would increase by 5, not 1.
#161
Telepath Tactics Liberated (2022) / Re: Dev Log
August 21, 2023, 09:14:52 AM
- fixed for 1.0.49a: the file with crucial scripts for in-game traps and space-swapping skills had accidentally been overwritten, causing the above-mentioned skills to no longer work correctly.

- fixed for 1.0.49b: auto-promotion via LevelUp was causing *every* character to auto-promote in Telepath Tactics Liberated because this campaign's Classes.xml file doesn't use the reqLvl attribute.
#162
Together in Battle / Re: Together in Battle Dev Log
August 18, 2023, 05:18:57 PM
- did some more balancing on the championship arena fight.

- scripted in-battle dialogue for the championship fight.

- AI improvement: the game no longer values the Move Bonus status effect positively for characters who are Immobilized or tagged as Immobile.
#163
Together in Battle / Re: Together in Battle Dev Log
August 17, 2023, 03:45:59 PM
For version 0.3.0:

- began creating the championship arena fight.

- when characters hit promotion level via the LevelUp and LevelUpArmy script actions, the game will now quietly auto-promote them to an advanced class consistent with their base class (if one exists).
#164
Telepath Tactics Liberated (2022) / Re: Dev Log
August 11, 2023, 02:15:11 PM
For 1.0.49:

- the game can now support non-Steam builds for other storefronts.

- fixed: triggers for certain unique dialogue in the final battle were not scripted correctly.
#165
Together in Battle / Re: Together in Battle Dev Log
August 11, 2023, 12:34:21 PM
- fixed: proc gen characters forced into a promoted class because they were generated at or above level 20 were not having their displayed level reduced appropriately.

- fixed: the Talkable status effect could "run out" after 9,999 turns and had a displayed duration within character screens.

- fixed: the game would say "Talkable wore off" when removing the Talkable icon from characters.