Search results

  1. O

    Save questions

    There's no reference (To my knowledge) for the commands. You kinda just have to figure it out or ask people. (Thankfully most things that I wanted to change was pretty simple and self-explanationary.) You don't need to ask for every thing you want to do, if you know what you want to change and...
  2. O

    Save questions

    In Legacy Version: 0.8.160 (The 'Legacy Version' that you can download on the 'Play' page) there is an 'Export' option in which it can convert your .tits save files into .json files (the new save file format for JS version). Currently, people are getting some problems with their save files not...
  3. O

    What are your gripes/criticism of TiTs?

    I do remember looking at the code for that event to see what affects it and gives you more money. EDIT: I found the thread in which I discussed it.
  4. O

    Level Cap?

    Firstly, This is the CoC forum, I'm gonna assume your actually playing CoC2 and should've posted there. Secondly, Yes, Level 6 is the current level cap and so you can't reach level 7 yet. Thankfully, I believe the level cap is going to be raised soon; the reason why the level cap hasn't been...
  5. O

    The Bizzare Bazaar (TiTSEd for MAC/Android Users)

    Well, I managed to get @ChromaTaphore's save to actually load by adding this to the end of the save file: It loads fine but the obvious problem is that whatever was in his storage is now completely gone. So, I guess get those items back by using the cheat menu? So, the problem for some people...
  6. O

    The Bizzare Bazaar (TiTSEd for MAC/Android Users)

    I tried with that .tits file and I got the exact same error as above. It might not have anything to do with your save since other people have been getting this error
  7. O

    How are the non-combat encounters that normally give/take resolve handled now?

    To answer my own question: The "Just Wash" scene no longer takes anything from the player. I have no idea if this is an outlier or if someone can show an example of a scene taking away health (For resolve reasons). I've tried it and it takes away your health value and works as I would expect.
  8. O

    Milodan Ritual Crash

    On the topic of Charge Shield: its effect is currently targeting the player instead of the enemy (Meaning that you take the electric damage instead of the enemy).
  9. O

    [0.9.007 - Public] Reflexes does not increase evasion or codex display bug

    Cloak and dagger just increases evasion by 5 and doesn't affect cap (Worthless if already max evasion). Riposte just increases evasion by 15 and doesn't affect cap (Worthless if max evasion): The only thing that increases evasion cap (currently) is the Stealth Field Generator. This is where...
  10. O

    Charge Shield causes static burst to deal damage to you

    I'm also getting this bug. What I think is happening is the game thinks that the target should be the one getting hit with the counter but it's the attacker that should be getting hit. I think the error is this line: I think the target and attacker values should be switched (since a counter is...
  11. O

    [0.9.006-BACKER-ELECTRON#2166] Critical Error

    Download the lastest version of TiTs, it should be fixed.
  12. O

    What Content Would You Like Added?

    I thought Draconic/Gryvain wings just straight up used your scale colour and don't actually have their own designated colour. I don't know if it's different for non-scaled wings though.
  13. O

    The Bizzare Bazaar (TiTSEd for MAC/Android Users)

    After I converted it to a .json file and then trying to load the file I got this error: Honestly, I have no idea whats wrong with it nor how to fix it. If you want I've attached the json file just incase this gets fixed later.
  14. O

    Game Crashes when performing most actions in ship combat

    The way I'm handling the issue is that whenever I get into ship combat I type: CombatManager.abortCombat() into the console (accessed by pressing F12). EDIT: CombatManager.genericVictory() also seems to work. I've tested this for the first ship encounter and it seems to work. I have no idea if...
  15. O

    Is New Deep Freeze Worth It?

    Might as well state what exactly has been changed about Deep Freeze at the start of this thread: [Nerf] Deep Freeze's evasion debuff has been reduced to 5 (from 50). [Nerf] Deep Freeze gets broken after the first crushing hit. [Buff] Deep Freeze no longer prevents crushing critical hits (e.g...
  16. O

    Game Crashes when performing most actions in ship combat

    I'm also getting it on my save (Not converted it was made on the JS version). I don't think it has anything to do with save data. It just seems that the calculateDamage function in combat.js doesn't know what to do when a ship is passed as the attacker/target. Because usually it assumes that...
  17. O

    The Differences Between Legacy and Javascript Version

    Updated for Game Version: 0.9.006-PUBLIC#2167 (Or TiTS 0.9.006). Main changes this update are: Backers get a new quest from Narc. Salvaging the Mastodon is now available on public build. Some Tech Specialist's perks has been nerfed. FZR's Deep Freeze effect has been nerfed (But the effect has...
  18. O

    resolve bar bug

    That's intentional. Resolve has been removed from the game, to make up for it health has gotten a buff. You can read the rest of the combat changes here: https://www.fenoxo.com/backers-coc2-changes-are-acomin/ Maybe the game might need to have like a changelog sort of thing to pop up when...
  19. O

    Kasyrra disappeared?

    I believe that Kas has a 70% chance to actually be at the dream palace when you enter it. If Kas isn't there when I enter I just leave and then enter again until she's there.
  20. O

    [0.5.3] Simple Combat Output - Doesn't display Critical Hits

    When Simple Combat Output is turned on the game no longer tells you if a hit is a critical hit or not. I've tested by setting my crit chance to 100 and then I attacked enemies with both Simple Combat Output on and off. For clarification, the crits themselves are actually working as intended but...