Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
damn. Would love to play this in offline with bots. The fact that nobody in asia would play it kinda sadden me :(
That's your problem right there. It's a small studio, all of the coding staff are busy with bugfixes, performance, and adding new features. There's also the secondary issue of programming AI that works on randomly generated maps, which is a lot harder than if you're working with static maps.
Due Process has new maps every single week. They accomplish this by using procgen to skip the early steps of the process, and I bet you dollars to donuts part of the reason they can do a new map every week is that they don't have to lay out waypoints for AIs to follow. More than that, simply laying out waypoints is not enough, because the paths between those waypoints can change drastically mid-fight--someone blows open a wall, or shoots out a previously locked door, and now a path which was previously blocked is wide open--and the bots have to account for both the new path they can take *and* the sudden lack of cover.
Then there's the question of how to integrate it into the planning mode, because half the point of the game is that planning mode, and if you can't issue bots orders in planning mode, why are you even using bots? Oh, and how does a bot decide when to keep following the plan and when to break from it? What happens if a bot is following a plan that calls for a wall to be breached, and the wall never gets breached because the bot carrying the explosives got killed? Hell, how do you represent "Wait here for a few seconds" using the drawing tools in Planning Mode? If you can't, then how do you set up the new tool that you'll inevitably have to create for interacting with bots, and how do you teach players how to use it?
Oh, and then there's the question of issuing orders to the bots during the match, or deciding which bot should carry what equipment.
TLDR: There's a reason that games can take years to finish. This ♥♥♥♥ is not cut and dry; there are many factors to consider, pieces which need polishing, mechanisms that must be made to interact cleanly and correctly. It is not as simple as "just add AI", especially not for games that aren't as simple as "just shoot them".
Same here :(