- Sep 1, 2019
- 62
- 31
HIWell for starters, there is that famous stuck at "loading" bodyMeshNAnim.json bug that affects 5%-10%? of people. I could never reproduce it on my machine and I tried many guess-work fix builds with various people that had this issue but no dice. It's not stuck at loading bodyMeshNAnim btw, its stuck at the initialization stage in between loading is completed and game start. It's not a crash either - the game is actually running so there is no stack trace. I suspect it's a multi-threading problem/dead-lock, potentially from a bug in the runtime environment.
The other big issue is that the code is written in Javascript, which with it's typeless nature means it doesn't scale up well to large size software. I knew this beforehand. My original plan was to only make Heroine Rumble (a smaller and much simpler game) and then be done. So Heroine Rescue Team was very much an encore after hearing people want more games from me. I got lazy and decided to continue from Heroine Rumble code base. Bad idea.
So with JS, the performance was not on par with what I wanted. As you know, I wanted to make a Mount and Blade style game with large battles, which means I want to support like 100 on screen units so it can be 50v50. But the game can only do about 30 units on 60 FPS. Looking back, some of it stems from the game design. The anybody-can-sex-anybody feature requires lots of concessions elsewhere. For example, if I do not need to implement during-combat-sex, I can get away with unit skeleton with much less bone count, like how it is in Mount and Blade and TotalWar games.
That's where CATC comes in. A remake of a HRT-style game in a new, much faster engine. I chose a tactics game because it's the kind of game I personally enjoyed, but it also confers certain advantages over real time games: one-hand-play-ability, direct control of what your party members (I got a ton of suggestions on various AI party member grievances in HRT), pausibility (how long it is to escape sex during combat is a very difficult topic), easier time to implement non-humanoid units due to less animation requirements, and so on.
Not really sure what you're asking for, there are three download links in the OP that don't require any particular software, and the same goes for launching and playing the game. If you have windows and a decent computer it should work fine just clicking on the App.exe file.HI
Can anybody PLEASE tell me what i need to download and where to play the devices and carry options on this game ????????????
I think you're referring to features that will only be available in the next release.HI
Can anybody PLEASE tell me what i need to download and where to play the devices and carry options on this game ????????????
I'd be happy to play the new version. Does anyone have it?The new version out! Any one have the new version? Really appreciate it!
I would recommend creating a game request thread for the update. More likely to get someone to provide the update that way.The new version out! Any one have the new version? Really appreciate it!
Ultimately, you'll be able to recruit any npc and customize them to some extent. Also, the futa character wasn't originally meant to be one, it was just to show off how a futa character would work.I hope an option is added to have her be a her.
Currently its more or less possible to edit characters:This game is pretty good. I just wish the best looking girl on your team was a girl. Kinda ruined the mood when I picked the wrong one of "her" moves.
I hope an option is added to have her be a her.
I have a simpler way:Currently its more or less possible to edit characters:
Open CATC/assets/json/unitdatas_.json with something to write (a program like "Sublime Text" )
Look for:
-----
"uid": "onyx",
"inherits": "FUTA_BASE",
aaaaaaaaaaaaaa
"wrestling_suit_arm",
"penis_male"
----
change it into:
-----
"uid": "onyx",
"inherits": "FEMALE_BASE",
aaaaaaaaaaa
"wrestling_suit_arm"
-----
Deleting the dick part and the coma at the end of "wrestling_suit_arm"
I've been adding chars for a while thanks to Enlit
Unless you are into HERMS, I would advise against it; as you are adding a vagina to all futa characters (and Onyx will probably keep her dick).I have a simpler way:
"uid": "FUTA_BASE",
"inherits": "FEMALE_BASE",
"body": {
"parts": [ "VAGINA","BREAST", "PENIS" ]
Like HRT's Futa, isn't it?
Notepad is usually a good go to. It will take awhile to open anything bigger than a few kB though, which I would think a log file would be. Depending on what exactly was dumped, and how big it is, notepad should still be able to open it, but you may not be able to read anything intelligible from it.Hi, When i clic the exe i receive "a bug occured, a dump file is created in the game directory"i don't know how to solve this. What do you use to open glb.file in the game directory ?That may be the cause i think. Thank you.