Tiny Combat Arena - Why485
Hello! The 9.0.X patches are now public. This is the biggest patch the game has had in a while. In late June, I started working on IR SAMs. However, I quickly ran into many snags with regards to the performance and inflexibility of the current code. The bad news is that IR SAMs still aren't in. The good news is that the game has made some major strides forwards and cleared the worst roadblocks that used to keep me up at night.

For the moment, the Arena UI is really busy. I've added a shortcut to disable it, defaulting to Shift-H, while in flight, but this is all subject to change very soon.

Vehicle Overhaul

The central feature of this patch are the new vehicle mechanics and optimizations. The previous vehicle code struggled to scale any larger than what was presented in the Arena Demo mission. They also could not pathfind around obstacles, nor were they aware of terrain beyond that it existed below them. This critically lead to many limitations in the map design. For example, vehicles would be completely unaware of water, roads, mountains or bridges. The old vehicle code was also fundamentally quite performance intensive, even with many hacked on optimizations that made the code harder to understand and work on, to the point where I was simply not comfortable having more than ~100 active vehicles.

Pathfinding and its Implications


About 1800 lines of code later (and ~3700 deleted lines!), the vehicles have been massively overhauled, based on a proper pathfinding solution. It's hard to overstate how important this is to the game. From the beginning, I've wanted Tiny Combat Arena to be about strategically applying your own plane and weapons to influence a simulated battle on the ground. Your flights should be in service of a larger goal and mission, about more than just dogfighting in a context-less void. With this change, that goal feels totally within reach.

Vehicle behaviors are much more advanced now. They follow roads (and speed up when on them). They can travel through cities and around buildings. They will even try (try!) to avoid runways and drive around wreckages of other vehicles. This adds so much more depth to flexibility to how maps can be designed. The new code has been tested with hills, roads, canyons, and even tunnels. Vehicles will drive around bodies of water, and drive over bridges when available. Expect more interesting terrain soon!

If you'd like more detailed information, check out this news post about the vehicles.

Bullet, Gun, Turret, and Targeting Optimizations


In addition to all of this, the new code features greatly optimized code for bullets, guns, and turrets. The algorithms are efficient to the point where all vehicles can now compensate correctly for bullet drop, the targeting is much more accurate, and they can fire off many more shots than before without lagging the game. Vehicles can even support multiple turrets now (a forward looking feature). To show off this feature, the M60A1 is now able to use the commander's cupola machinegun.

This rewrite also gave me an opportunity to expose the bullet code to moddable JSON. Previously, guns could be edited, but the bullet definitions were hardcoded, optimized for the old gun system. The new guns were designed and optimized from the ground up to function with loaded data. However, be aware that these optimizations apply only to ground vehicles. Aircraft are still using the old gun/bullet system, but will converted soon enough.

Groups and Supplies


Vehicles are now spawned in groups rather than the gigantic and cumbersome formations. This gives more flexibility to how they move around the battlefield, and helps to spread the units out a bit more. Battles are a lot cooler to watch now!

Strategic Targets now have supplies and scenario defined group limits. Each base can support a certain number of groups of certain vehicle types. Strategic targets will automatically "build" new groups to hit their unit cap, and will replace groups that have been destroyed. Building is not instantaneous, though for the moment it is very quick.

Building vehicle groups costs supplies! Each group has a cost associated with it and if the strategic target expends all of its supplies it can no longer build units. Destroying units matters way more now that bases have supplies. If you destroy enough of their vehicles to run it out of supplies, those vehicles are gone forever. It makes vehicles much more valuable than before.

This system is something that will be expanded in due time, but for the moment, be aware that when a base is captured, it is automatically replenished up to 30 Supply. This is a feature I'm really excited about because it opens up many new avenues for mission design!

Revised View System

In order to expand the things that the camera can look at, there's been a slight rework on how views are selected.

External (F2), Chase (F3), Flyby (F4), and Weapon (F6) now only function to select cameras on the currently viewed object. Pressing F1 will always take you back to the cockpit of your plane and reset the viewed object to yourself.

Meanwhile, Vehicle (F7) and Aircraft (F8) can be used to cycle between all active vehicles and aircraft, setting them as the new viewed object. All the external cameras work on anything viewable, though the Weapon camera applies only to aircraft.

You can do the flyby camera on vehicles too, even if it looks a little silly.

Improved Targeting

The difficulty in targeting high threat targets is one of the game's most common criticisms, and something that's finally been addressed with this patch.



As you move the targeting crosshair around (hidden when looking forwards), a selection of 6 targets will be specially highlighted. Pressing the target button, the radar will cycle between these targets. Most importantly, this selection is prioritized by threat, so AAA like Shilkas will be targeted before a tank that is not a threat.



The targeting is based around the screen center, allowing you to target by looking at something. When off-boresight, a small crosshair will appear in the center of the screen to give you a reference point to aim with.

Flying Below Radar

Surprise new feature: you can fly below the radars of the Shilkas to avoid fire. This is probably temporary for this specific Shilka variant, since they are supposed to be horribly scary to try and kill at close range, but this is now a feature that can be applied to anything with radar. Keep in mind though that for the time being, this feature is only in use on the AAA radars. A pass on air to air combat, which will include refinement of the radar mechanics (and missiles), is still upcoming.

Closing Thoughts


What started as "I'm going to get SAMs working" ended up exposing the worst technical debt the game had. What's come out of the work, is a far more robust vehicle system and ground game that clears what was the biggest road block I feared. Maps are no longer extremely restrictive in design, vehicles are no longer the dramatic bottleneck of the game, and all the new mechanics create the building blocks that Arena needed to capture the feeling I was looking for.

Next up

Changelog
New Features: - New navmesh driven vehicles - Vehicles will prefer roads when out of Combat - Vehicles can navigate around fixed obstacles such as buildings - Completely new turret code for vehicles - Vehicles can now have multiple turrets - Completely new bullet code (used only by vehicles at the moment) - Bullets created and loaded through JSON data, exposing them for editing - Bullet constants file defines pools for different types of bullets and effects - Bullets and their visual effects pooled in a new, less disruptive way - Sensors are added to the vehicle, not the turret - Individual turrets can now be linked to specific sensors on the vehicle - Added error messages when spawning vehicles with invalid weapon or bullet names - Added error messages for invalid barrel and firepoint subparts, or turrets with no barrels - Navmesh support for "Sand Island" map - Buildings have built in "no go" navmesh option - Bridges default to "road" navmesh - Vehicles now operate in "Groups" instead of massive formations - Strategic Targets can support a scenario defined number of Groups - Groups are "built" one at a time, and require supplies to build - Strategic Target icons show group and "construction" related information - Strategic Targets can be run out of supplies to prevent spawning of new vehicles - When a strategic target is destroyed, its supplies are destroyed with it - If a Strategic Target has <5 supply on capture, it will get 5 supplies for free - Vehicle groups in combat will slow down to fire on the move and try to avoid roads - Vehicles further from camera run at reduced tick rates to allow for higher vehicle counts - "IsImportant" flag used on vehicles that require full fidelity regardless of distance (e.g. AAA) - Vehicles can be viewed using F7 and Shift-F7 (See Improvements) - Vehicles will avoid and drive around wreckages - Small cross is visible in view center to help with targeting - The next object to be targeted has its target box enlarged - Minimum altitude mechanic under which a radar cannot detect a target, or will lose a lock - Shilka/M163 have a minimum detection altitude of 50 meters/~150 feet AGL - Added defensive mission for vehicles - Defensive vehicles will position themselves between an adjacent hostile strategic target and their own - Support for named vehicle groups - Added key (Shift-H by default) to toggle visibility of Arena symbology while flying Improvements: - Vehicle movement has been significantly optimized - Vehicles no longer clip into and overlap each other - Bullets and their visual effects should no longer produce intermittent stuttering - JSON: Renamed TurretBase->TurretAzimuth and Barrels->TurretElevation - JSON: Explicitly defined Barrel data now required for turrets - Significantly optimized targeting calculations allow for all vehicles to use bullets with gravity - Tank cannons now named after their real cannons - New visual effects for all machinegun impact types (Hit, Penetrate, Water, Grass, Explode) - Crater counts adjusted (Small 175->100, Medium 75->150) - Machineguns can not be heard from as far away - Cannons can be heard from further away - Bullet flyby SFX completely redone - Longer tracers - Targeting priorities are now specified on the turret level - Max range and targeting priorities of a vehicle moved to the turrets in the Database - Dust trail effect tweaked for performance - JSON: BurstLength now refers to how many shots per burst rather than a time interval - Vehicles wiggle a bit when off-road to simulate suspension - Aircraft guns use new impact SFX - Garbage collection optimizations for the old style bullets (still in use by aircraft) - Capturing of Strategic Targets now happens in smooth "real time" versus one second "ticks" - Experimental incremental garbage collection enabled - Vehicles will avoid airports a little more (but will still drive over them if they think its quicker) - Default cockpit horizontal FOV is now 75 degrees at 16:9 - Vehicles are more spread out and will try not to clump up as tightly - View system redesign to allow for more robust cycling between objects - External, Chase, Flyby, and Weapon are view types and do NOT cycle between viewables - Next/Previous Vehicle (F7/Shift-F7) cycles the viewed object between vehicles - Next/Previous Aircraft (F8/Shift-F8) cycles the viewed object between aircraft - Removed bindings for Previous Externa/Chase (Shift-F2/Shift-F3) - External/Chase camera can't look under vehicles - Database shows statistics for multiple turrets (see M60A1) in a nicer format - Bullets are initialized only once on game startup - Drastically improved performance in the main menu - In instant action, groups of vehicles are spawned in based on the faction defined formations - Removed ~3700 lines of old vehicle and vehicle adjacent code (no game change, but I'm really happy about it) - When a strategic target has negative MaxSupply, the UI will not show supply at all - Targeting logic creates a group of selectable objects - Target button cycles between this group of objects - Selectable objects are prioritized by type so that threats are targeted first Balance: - Fixed scaling options not applied to wreckages - M60A1 has a functional machinegun turret on top of its main turret - Machineguns no longer use thick bullets - Tank shell velocity more closely matches their real stats (1500-1700 m/s depending on gun) - M68 mounted on M1 is more accurate than the standard one mounted on the M60 - T80B has its own more powerful gun and projectile (2A46-2, 125mm) - M163/Shilka max range reduced 4km -> 3km - M60s from Kogasa and T80s from Ichirin are now defensive - Murasa Shilka groups reduced to 1 and now defend the base - Added 2 groups of defensive Shilkas so Toramaru Bugfixes: - Planar shadows render correctly for scaled buildings (i.e. bridges) - Bullets fired from AAA will no longer disappear when the vehicle is destroyed - Looping gun audio works correctly for vehicles (affected M163 and Shilka) - Ocean shader uses same depth offset as terrain - M1A1 has a proper barrel submesh for recoiling barrel animation - Potential fix for the elusive CAP null reference error that would shut down a flight of jets - F2 camera no longer cycles to ground vehicles - Fixed invalid vehicle spawn after Kogasa Arms Fort was captured by USSR - Vehicles ride rougher when off-road and smoothly when on-road (logic was reversed) - Groups of 1 no longer get stuck and unable to issue commands - Target location for vehicles when moving will be in the correct formation - Armored units will move to a new location when their target base has been captured - Armored units should no longer cluster around the center of the target base - Vehicles no longer change target every second - Vehicles correctly prioritize targets again (e.g. tanks targeting tanks) - Added missing barrel to M1A1 that was preventing it from spawning - Missile turreted vehicles don't error check for barrels - SA-9 and SA-2 can spawn without errors again - Performance no longer sharply degrades after every level load - Bullet effects no longer play a SFX at the origin on game start - Fixed group icon sometimes appearing at the origin for vehicles marked important (i.e. AAA) - Fixed bug where errors could be thrown by bullets when leaving Arena mode - Strela classified as SAM instead of vehicle
My Time at Sandrock - 样
Howdy all,

A new hotfix patch is released to address some frequently reported issues. Follow-up quests for Buckin' Bronco unlock, allowing you to continue the story from where you left off last time.

Furthermore, we're trying to tweak our roadmap based on your suggestions and some delayed content. Once we are ready, we'll let you know what happens next.

So let's take a look at the changelist below.

​Added:
  • Added new quests, Pet Detective and Mystical Investigations
  • Added tutorial for the Running of Yakmel and Winter Solstice events
  • Added the ability to eat BBQ food cooked by NPCs on the Winter Solstice.
  • Added some German and Italian localizations
  • Adjusted the letter time to 3 days during the quest, Cheery Conspiracy

Adjusted & Optimized
  • Optimized reminders for holidays
  • Optimized the performance consumption of the minimap
  • Optimized door collision in Paradise Lost Ruins
  • Optimized hand holding, now you can hold hands while standing
  • Optimized door collision in Paradise Lost Ruins
  • Increased the frequency of terrain updates to resolve an issue where trees and rocks could not be broken

Fixed
  • Fixed some voiceovers
  • Fixed low FPS in winter city
  • Fixed an issue where the Civil Business follow-up quests were not triggering and the Civil Corps Commission Board feature could not be unlocked
  • Fixed several triggers in the quest, Buckin' Bronco, to avoid conflict with the tent of the Day of Memories
  • Fixed a bug where Kid wouldn't go to his room in the Blue Moon Saloon
  • Fixed an issue where the player's stance would overlap with Ri-an's stance when in the Game Center in the quest, Opportunities Abound
  • Fixed an issue where Quest - The Kidnapping and Relapse would conflict
  • Fixed an issue where Owen's overhead information was abnormal after completing the quest, Lost Tourist
  • Fixed an issue that a table was unexpectedly showing on in the fireside meeting
  • Fixed an issue that caused the Masquerade Ball Mask and some gear to appear in odd positions when worn at the same time
  • Fixed an issue where simple circuits required to assemble some machines were incorrectly shown as switchboards
  • Fixed an issue where the upgraded game center would incorrectly show in other old saves
  • Fixed an issue where player homes could fail to load
  • Fixed an issue where the X was on Fang's shoulder and could not be interacted with in some missions
  • Fixed an issue that caused Justice's overhead information to be hidden when riding a horse
  • Fixed target lock bug
  • Fixed issue with incorrect roof items' position in home edit mode
  • Fixed an issue where the ability to show/hide encyclopedia prop descriptions was not working correctly
  • Fixed an issue where some items were shown repeatedly when viewing the output of the Recycler.
  • Fixed a mismatch between the number of quests required and the number of quick crafts in some quests
  • Fixed an issue that caused the player's skin color to change when using the Randomize feature in Pablo's Parlor
  • Fixed an issue where clicking the back button would not exit the inspection UI
  • Fixed an issue where the vision system could report an error when monsters were removed
  • Fixed an issue where the donation UI would cause a crash
  • Fixed a freezing issue with the mailbox interface
  • Fixed an issue where playing/dating in French would cause a freeze
  • Fixed an issue with the Refiner UI reporting errors in controller mode
  • Fixed some issues causing the winter snow to appear in the wrong scenes


https://store.steampowered.com/app/1084600/My_Time_at_Sandrock/
Catch up with us around the web for more Sandrock information:
Sandrock Instagram
Sandrock Twitter
Sandrock Facebook
Sandrock Official Website
Sep 8, 2022
AI War 2 - x-4000 (Chris McElligott Park)
New build! https://wiki.arcengames.com/index.php?title=AI_War_2:Post_Completion#5.512_Dyson_Reapers

This one allows exo-war units to attack the necromancer. Spicy! Maybe convert them to mummies, or maybe run in fear? (I'm sure it will be mummies)

This one has a huge rebalance of the Dyson Sidekick mod by Badger, making them a lot more balanced and interesting based on his ongoing playtesting with his multiplayer group.

The Reclaimers and Point of Interest mods by Dismiss also have a number of bugfixes and tweaks.

More to come soon.
Enjoy!
ANOTHER EDEN - z.yoshihiko.takada
New Encounters
Character Encounter



Update Information[/h32
Encounters
・Ally Encounter Alma... New Character Alma is available

・Fateful Encounter (Paid, 2 Times Max) is available.

・Fateful Encounter: Seven Days Encounter (Paid, 1 Time Only) is available
*The 5★ Black Clad Swordsman's encounter rate (encounters 1 to 9) will be equal to the previous Seven Days Encounter's Seven Days Encounter's 4★ Black Clad Swordsman's encounter rate (0.30%) plus the 5★ Black Clad Swordsman's encounter rate (0.50%), for a total encounter rate of 0.80%.
▼Duration
September 9, 2022 3:00 (UTC) – September 15, 2022 14:59 (UTC)

・The "Ally Encounters" under Regular Encounters were updated.

Added Apocrypha to the Replay Story feature.
Go to the basement from the first floor of Time's Forgotten Stop and talk to the bard to check it out.

You can replay the stories from Apocrypha in the version 2.13.500 update.
Uncompleted Apocrypha will not be displayed.

▼Specified Apocrypha
・Wanderer in the Vortex
 ・The Road to Thunder
Part 13 of the Main Story must be cleared
The app must be updated to version 2.13.500.
*Apocrypha: Wanderer in the Vortex: Fatum Argentauri is not currently available via this feature.
*We are planning to add more stories to the Replay Story feature in the future.

Campaign Information
・Increased login bonuses!
 ・Chronos Stones x20 -> Chronos Stones x50
 *Duration: September 8, 2022 15:00 (UTC) – September 21, 2022 14:59 (UTC)

・Chronos Stone Sale Information
 ・A limited time 2000 Chronos Stone package
 ・A limited time 4000 Chronos Stone package
 ▼Duration
 September 9, 2022 3:00 (UTC) – September 21, 2022 14:59 (UTC)
 *Each can be purchased only once

・Achievement Reward (Chronos Stone) Bonus
 ・During the following duration, we've increased the amount of achievement rewards you receive when you start Apocrypha: Wanderer in the Vortex: Fatum Argentauri.
Achievement: Fatum Argentauri Rewards
Chronos Stones x10 -> Chronos Stones x50
 *Achievement: "Fatum Argentauri" will activate after the beginning event scene is finished.
 *The increased reward amount will be delivered to your inbox.
 ▼Campaign Duration
 From the version 2.13.500 update to October 9, 2022 14:59 (UTC).

Identified Issue
・There are cases where the time duration for the 2,000 and 4,000 Chronos Stones' sales are displayed incorrectly.
 Correct: –9/21(UTC) x1
 *The issue can be fixed by updating to version 2.13.500.

・In Apocrypha: Wanderer in the Vortex: The Road to Thunder's Build Equipment menu, some materials required for "Catapult" level 1-3 differ from the amounts shown.

Fixed the following issues
・Text and display issues.
・Other small bugs.
Live Maze - Base
Live Maze has updated to version 1.8

Patch notes:
  • Beta cosmetics have been implemented. If you have claimed a cosmetic before the official launch of the game, your player will now wear a crown
  • Added a player counter before the scrolling text
  • Fixed a bug where connection to Twitch was not possible, click in the channel name field and out of it to connect to Twitch, if connection failed the first attempt
  • Fixed a bug where the camera would get stuck in space when following a player after the game ended

DLC:
  • You can now unequip an emote by writing just !emote

A webpage for everyone to edit their characters appearance will be added later. For now there is no way to disable the crown if you have one.
Resident Evil 2 - capcomjapan_marketing
Fighting Fantasy Classics - TinManGames
It's time to venture into another Fighting Fantasy gamebook! Tarrak Kazan, Oleander Redfly, Gretta Morg, Garanka Vassell and a mob of other highly-trained killers await you within the digital pages of Assassins of Allansia!



Are YOU tough enough to survive attacks by Allansia's most dangerous and deadly assassins?

After accepting a challenge to survive on Snake Island, a nightmare unfolds when a bounty is placed on your head. Beware the ruthless assassins hellbent on hunting you down - but who are they? Where are they? Trust no one...


Ian Livingstone's 2019 adventure is brought to life by amazing illustrations courtesy of Krisztián Balla (licensed from Chameleon Comix) and a suitably action-packed fantasy cover from Karl Kopinski. As with all our FF Classics releases, we have automated the dice-rolling combat, inventory and turn to logic choices on the pages.

We'll also be announcing some new additions to the library very soon. Watch this Steam-space!



https://store.steampowered.com/app/2081030/Assassins_of_Allansia_Fighting_Fantasy_Classics/


Little Merchant Legend - ZXPing
修复:
* 修复背包中鼠标移动到物品上时,无法拖动列表的问题。
修改:
* 修改鼠标指针样式。
* 修改地点列表和店铺列表的先后位置。
* 调整部分商品的重量和价值。
* 补充商品的描述及其他更多信息。
添加:
* 鼠标移动到背包商品,显示提示信息。
* 鼠标移动到战利品商品,显示提示信息。
* 特产及购买界面显示商品的提示信息。

感谢大家的建议与支持!本次更新是小型更新,我会持续优化和设计新的游戏功能,也会关注和收集大家的意见与建议,在后续版本更新中更新和优化更多功能。
Gedonia - Oleg Kazakov
Hello everyone! I am happy to announce that I plan to release Gedonia out of Early Access on October 15th!

I will try to find and fix all the bugs and issues in the game I can until this date.

I am also increasing the price from 12$ to 15$ coming up to the release. I've mentioned this before, this will allow me, if things go well, properly support the game after release for some time with free updates and improvements.

After full release I am planning to start working on major expansion patches for the game, the first one would be Northern Kingdoms. In the meantime, I will also continue working on modding support, which will be constantly updated for years after release.

Thank you for your support!

Check out my youtube channel (I might post previews of new updates there, or might not):
https://www.youtube.com/channel/UCMfMlahJzjpMeLrrfRvL05A

Check out our social media links:
Sep 8, 2022
Deltazone Reloaded - EvolvedPhoenix
Version 0.0.94 is out for anyone with access to the game.



Change Log:

Added: More aditions to the mainmenu
Added: Quickmatch button will nolonger be clickable if there are no rooms available
Fixed: Random bugs that i found
Fixed: AI nav on TrainingGrounds and TrainingGrounds Night
...