A list of unrelated questions

Wiej007

Member
Jul 7, 2024
6
0
35
Ok I just tested something and it looks like I was wright. If you edit "TITS_ImageGallery" in \AppData\Roaming\tits\GameData by adding correct line (for example ,"anno_pet":true, for Anno with collar) your gallery will take this image as unlock. With that you can unlock even the perm locked images like Brigets or those few that are from "The Silance". If someone is intrested here is mine edited with every image unlocked (Infomnia and temp higt enought so you cant sleep makes you do anything just to try make yourself more tired)
 

Attachments

  • TITS_ImageGallery.json
    38.3 KB · Views: 1

Nino

Well-Known Member
Jan 14, 2025
181
63
29
Jizzconsin
Ok I just tested something and it looks like I was wright. If you edit "TITS_ImageGallery" in \AppData\Roaming\tits\GameData by adding correct line (for example ,"anno_pet":true, for Anno with collar) your gallery will take this image as unlock. With that you can unlock even the perm locked images like Brigets or those few that are from "The Silance". If someone is intrested here is mine edited with every image unlocked (Infomnia and temp higt enought so you cant sleep makes you do anything just to try make yourself more tired)
ohhh so the difference is that when you unlock a new image then that bit of code gets added to the file
That would make sense on why messing with the existing text didn't unlock anything further
 

Azrael1

Well-Known Member
Mar 30, 2022
127
23
29
I am curious if there are any future games that you plan to do once Trials in Tainted Space is complete? If so will you start working on that next, or will you be adding some finishing touches to Trials in Tainted Space like you did with Corruption of Champions.
 

_____

Well-Known Member
Jan 1, 2025
104
31
What does Draining mean in Qailla weapon crafting?
How does it differ from Vampiric?
 

Wiej007

Member
Jul 7, 2024
6
0
35
Yeah adding specific lines to the code makes unlocking the specific image. But testing it I learned few things
1. To wrote wright line you need to see how specific image is named. Usualy the same as images in gallery but without ".<artistname>"
2. You must be carefull because if in some place you made double "," the whole code breakes while if you make error in name of the image nothing happeneds
3. Some arts are hard to wright correct because some of them the dont use underscore but spacebar and some of them got long name. (thats the reason why even in my edited code I didnt unlocked "Suze, 4th email" becasue I not sure how it is writen in code)


Also I think I found a bug that if you got vagina while taking Suze temporary mod will permanently remove them.
 

Nino

Well-Known Member
Jan 14, 2025
181
63
29
Jizzconsin
Yeah adding specific lines to the code makes unlocking the specific image. But testing it I learned few things
1. To write line you need to see how specific image is named. Usually the same as images in gallery but without ".<artistname>"
2. You must be careful because if in some place you made double "," the whole code breaks while if you make error in name of the image nothing happens
3. Some arts are hard to write correct because some of them the don't use underscore but spacebar and some of them got long name. (that's the reason why even in my edited code I didn't unlocked "Suze, 4th email" because I not sure how it is written in code)
Yeah, that's just how coding languages work