Feb 13, 2019
100
130
Here's the question I'd like to ask...how hard would it be to simply increase item stack sizes, as well as simply restoring the incest content as that is all I truly want from the BOOBs mod in the first place, even though I don't think it touches stack sizes, that has been one of my greatest issues is that I keep alot of transform items incase I ever change my mind and actually want to watch it happen versus using the editor for it.
Do you mean the maximum quantity of each item? Total number of slots for items you can have? Or both?
Because you can edit your save to give yourself any number of items beyond the normal stack size by using Minerva. TiTsEd just enforces the maximum allowed for no good reason.
As for bag slots, that's also possible to expand using a perk (which I temporarily forget the name of, I'll get back to you on that). It would be near-infinite, but Fen & Co. have hardcoded an arbitrary limit in the game of only being able to access the first four pages of options in a menu (like the inventory menu), again for no good reason. You can have more item slots than that, but you won't be able to see items past page 4 without recompiling the game or getting rid of some items in the visible slots so the items start to work their way down.

I did a pull request to remove the arbitary 4 page limit, which was declined, again for no good reason. The max stack size makes some sense (as much as I hate it), so I never bothered to do a pull request for it.
It's not Fen, it's Savin.
No; fenoxo does too. He was writing dickgirls before Savin even was around in the early CoC days.
Savin just has a dickgirl+anal fetish.
Everyone out here screaming about having too much futa and I'm just here hoping that someday my female PC can get some hot guys that aren't 15ft tall space dinosaurs with dicks the size of a car. :cry:
The realest struggle.
"Does the save editor work with the android version"
Nope
It does, though. Export, copy to computer, import. Or use Minerva in a browser on the phone*.

*requires being rooted and/or being pretty good at command-line-fu since you can only use .sol files.

BTW, I doubt most care since there's more recent backer builds out there, but I updated my from-source-code builds of TiTS (desktop SWF, Android/iOS mobile apps, and imagepack SWF) to 0.8.065 since they finally shared the source code for it last week.
The most notable thing is the iOS build, since Fen & co. haven't made an iOS build of the game in over two years (I think).


Also worth noting is that I think you should be able to update the iOS build to whatever the latest version is by just replacing the .swf inside the ipa file (which is actually just a zip archive; use 7-zip or winrar or something) with one from an Android APK build.
 
Last edited:

mazqaz

Well-Known Member
Feb 19, 2018
1,318
2,196
It does, though. Export, copy to computer, import. Or use Minerva in a browser on the phone*.

*requires being rooted and/or being pretty good at command-line-fu since you can only use .sol files.
Good to know, I was just going off by the official save game editor description on if it'll work on anything besides windows.
 
Feb 13, 2019
100
130
Good to know, I was just going off by the official save game editor description on if it'll work on anything besides windows.
I didn't think TiTsEd was officially "blessed" by fen or anything.
Anyway, I was talking about minerva, not that one.
But that one will actually work in Wine on Linux (and probably OS X before Catalina which broke everything for everyone) if you use winetricks to install 'dotnet40'. I recommend using a new 32-bit only WINEPREFIX, but that's only because I don't know if it'll work in a mixed one and the Winetricks script prefers 32-bit prefixes.

For example (the name .wine-dotnet40 was just chosen arbitrarily, you can call it anything):
Code:
export WINEPREFIX=~/.wine-dotnet40
export WINEARCH=win32
winetricks dotnet40
And then whenever you want to run TiTsEd you can execute a script like:
Code:
export WINEPREFIX=~/.wine-dotnet40
export WINEARCH=win32
cd /path/containing/TiTsEd
wine ./TiTsEd.exe
It's not perfect (some menu dialogs like the 'open' menu don't show up unless I shake the mouse around, for instance, and sometimes I have to switch to another window and back again to get keyboard input to work) but it works in the end.
I think I also used 'winecfg' to change the reported windows version to Windows 2003, but IDK if that actually helped or hurt much.
 
  • Like
Reactions: mazqaz

Jaybig

Member
Sep 9, 2017
269
219
I just checked out the mods which seem kinda interesting but what really piqued my interest was the save editor, if it could help me avoid all the grind for creating my character it would be really helpful. Sadly I play this game on an android.

Does the save editor work with the Android version?
It does. Just save a file. It will be saved in data folder. Then transfer than save to PC. Edit it. Put it back and choose load file.
 

mesungehaul

Newbie
Feb 1, 2018
90
311
0.8.068 got released!

AnonFile
Mega updated

You don't have permission to view the spoiler content. Log in or register now.
 

Theratul

Member
Jun 24, 2017
171
259
0.8.068 got released!

AnonFile
Mega updated

You don't have permission to view the spoiler content. Log in or register now.
Isn't it a public release? I ain't complaining just asking.
 

rygrat

Newbie
Jun 20, 2017
34
3
Guys can i just ask, why Meryllion in my playthrough always end up destroyed only the underground part remain after I do the quest in defeating the war queen? What lead that happening.
 

Evil13

Engaged Member
Jun 4, 2019
3,392
13,619
Are you hitting the button that starts another outbreak of war that causes the UGC to bombard the planet from orbit?
 

Soap Cracker

Member
Jun 6, 2017
414
947
Guys can i just ask, why Meryllion in my playthrough always end up destroyed only the underground part remain after I do the quest in defeating the war queen? What lead that happening.
might want to go to the TiTS wiki page and look up the quest, there you can see why it ends like that.

wiki link

 

mesungehaul

Newbie
Feb 1, 2018
90
311
0.8.069, nice.

The PDF download leads to, I quote from the post, "A pdf version of the orgy scene I just patched into the game – and it includes the text for a few characters who can’t yet be recruited, like Gianna, Emmy, etc. "
AnonFile
Mega updated, PDF included in 'Extras' folder

You don't have permission to view the spoiler content. Log in or register now.
 

Zanoruk

Newbie
Nov 29, 2019
31
12
Do you mean the maximum quantity of each item? Total number of slots for items you can have? Or both?
Because you can edit your save to give yourself any number of items beyond the normal stack size by using Minerva. TiTsEd just enforces the maximum allowed for no good reason.
As for bag slots, that's also possible to expand using a perk (which I temporarily forget the name of, I'll get back to you on that). It would be near-infinite, but Fen & Co. have hardcoded an arbitrary limit in the game of only being able to access the first four pages of options in a menu (like the inventory menu), again for no good reason. You can have more item slots than that, but you won't be able to see items past page 4 without recompiling the game or getting rid of some items in the visible slots so the items start to work their way down.

I did a pull request to remove the arbitary 4 page limit, which was declined, again for no good reason. The max stack size makes some sense (as much as I hate it), so I never bothered to do a pull request for it.

No; fenoxo does too. He was writing dickgirls before Savin even was around in the early CoC days.
Savin just has a dickgirl+anal fetish.

The realest struggle.

It does, though. Export, copy to computer, import. Or use Minerva in a browser on the phone*.

*requires being rooted and/or being pretty good at command-line-fu since you can only use .sol files.

BTW, I doubt most care since there's more recent backer builds out there, but I updated my from-source-code builds of TiTS (desktop SWF, Android/iOS mobile apps, and imagepack SWF) to 0.8.065 since they finally shared the source code for it last week.
The most notable thing is the iOS build, since Fen & co. haven't made an iOS build of the game in over two years (I think).


Also worth noting is that I think you should be able to update the iOS build to whatever the latest version is by just replacing the .swf inside the ipa file (which is actually just a zip archive; use 7-zip or winrar or something) with one from an Android APK build.
I mean the maximum quantity of the item. I don't know anything about Minerva, and thus don't know if it's even possible to change the maximum quantity of an item so I can just chuck it in storage if I ever get more of it, without having to think "Do I have this particular transformation" and then proceed to look through the list to try and find it, missing it several times. As for slots, there is a backpack option in TiTSEd in the flags area that I've used to increase my backpack space.

Searching for "StackSize" in my save file isn't turning up anything useful for me in Minerva, it seems I cannot use the online version to change the stack sizes of the items I have, or in general. I can only change their quantity I have, which while it will solve one issue, it won't solve the overriding one of me and my need to just have some simple organization, even in a porn game.
 
Last edited:

PregKing

Member
Aug 13, 2019
146
134
Imagepack link below. All others are available on the Fenoxo website right now. It doesn't look like the mega folder has updated yet.


You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Happytimes1
4.00 star(s) 65 Votes