Search results

  1. Jacques00

    Maybe Fixed Milodan Idol No Credits?

    Hopefully fixed for the next release. I don't think we had a new release yet, so the idol should show up for the next release along with the rest of the changes.
  2. Jacques00

    What Content Would You Like Added?

    As mentioned, you can always replace the bust image to one of your choosing. There are even personalization options to where you can set the bust image to how you want it to look or turn it off entirely. The mannequin shouldn't be an always-on thing, even though it is on by default. There are...
  3. Jacques00

    What Content Would You Like Added?

    Thank you very much for your contributions. Same for all the volunteers so far. I know it's rough without easy access to the source code to verify things, especially with how big the game's gotten, but any effort being put towards updating or refining the wiki is always a welcome one. Added to...
  4. Jacques00

    New Feature/Bug?

    From what I can see in the code, your character needs to be level 6 or higher, has already encountered a male zil before (I think this value only increments for basic male zil encounters and fighting Yoma partnered with a male zil), and has retrieved the probe from Zheng Shi (Sidewinder quest, I...
  5. Jacques00

    Typos and Etc 2: Electric Boogaloo!

    Hopefully fixed for the next release, but these aren't really typos--more like inconsistencies. This seems to be intentional by following the art as the legs are hairless an human-like. I assume it's that this "mouse-boy" variant of the rodenian have hairless limbs and are twink-coded. However...
  6. Jacques00

    Behemoth Dicksprout tail transformation bug

    Hopefully fixed for the next release.
  7. Jacques00

    Typos and Etc 2: Electric Boogaloo!

    Hopefully all fixed for the next release up to this point.
  8. Jacques00

    What are your gripes/criticism of TiTs?

    If I'm not mistaken, this was a carry-over from the original CoC, where the "wings" slot was reserved for anything that is positioned the back of the character (like the modern "back bling"), so only one type can define what it is. Now for TiTS, it can be a variety of things, from fins, to...
  9. Jacques00

    Need help achieving specific TF

    Hopefully edited for the next release. Any item that uses the "rainbow" color palette from the default color library should now have pale blue included. This should apply to the Pleasure Permapaint item.
  10. Jacques00

    New Feature/Bug?

    Actually, the Treated Zil was a contributing factor in deciding to add another color to the map. There was an old work-request to add clarity to select areas on the map because certain enemies only spawn on those specific tiles. It seemed simple enough to implement, so I knocked it out while I...
  11. Jacques00

    TiTs Wiki Thread

    Hm, if that's not working for you, try typing "File:Kiro" (or any combination of "File:" and whatever file name you want to find) in the main search bar on the top right corner of the page. Hopefully that helps.
  12. Jacques00

    TiTs Wiki Thread

    I would suggest checking the Busts page first and see if the image isn't already uploaded--or if the image is out of date, you can go to the image's page and upload a new image for it. To upload a new image, just click the Upload file link on the sidebar, then upload your new image. Be sure to...
  13. Jacques00

    Fixed Phaedra: Scavenge

    Looking at the code, I think this is intentional and I've made an edit for clarity in the next release. If your character scavenges, depending on the percentage of Reflexes your character has and some randomization, there is a chance to find something. That something will have a 50% chance to...
  14. Jacques00

    Fixed [0.9.153-PUBLIC#6747] Enemy XP bar goes BRRRROOOOMMMM

    Hopefully fixed for the next release. Some NPCs randomly generate their XP rewards, so each time the UI updates, it pulls a new XP value from an NPC, which results in a randomized value every time. I've gone ahead and hidden XP values for all NPCs. The XP value should now only show for the...
  15. Jacques00

    Maybe Fixed Milodan Idol No Credits?

    Hopefully fixed for the next release. There will now be an actual item placed in the inventory when the idol is taken. The item itself is a unique variant of the Savicite Dildo item (and functions the same way) with some minor differences and a higher base value. The selling of the item is...
  16. Jacques00

    Fixed [0.9.153-PUBLIC#6747] Explorer's Cloak Missing Icon

    Hopefully fixed for the next release.
  17. Jacques00

    Fixed Talking to Tika causes critical error [0.9.152-PUBLIC-ELECTRON#6732]

    Good to hear, thank you for confirming.
  18. Jacques00

    Fixed Critical Error when clicking images of racial preview at character creation. 0.9.152-PUBLIC-ELECTRON#6707

    There should have been a hotfix released recently that should have addressed this issue, so if you originally downloaded it a couple days ago, try re-downloading it again now. Do let me know if this works for you and apologies for the inconvenience.
  19. Jacques00

    Error when selecting sex after starting new game on operagx modile

    That is odd. Okay, I'll just assume this issue may just be a device-related issue since the game is primarily built and tested for the Google Chrome (and its Chromium variants) and Firefox web browsers, as well as Android devices for the app version. Anything outside of those environments would...
  20. Jacques00

    Fixed Talking to Tika causes critical error [0.9.152-PUBLIC-ELECTRON#6732]

    Hopefully fixed for the next release. There was a recent change to convert the addButtonObj function into a window-scope function so the UI would not need to be referenced. Somehow the crashes evaded testing, but thanks for pointing it out.