FurrBat

Member
May 8, 2019
131
398
Are you sure? That subforum is basically dead, and most of the ideas haven't even been submitted, much less approved. Or are you including commissioned stuff? Don't those go to the staff writers as well?
Going by what the guy who wrote a coc2 char said in its thread.

The review que is really long and it isn't unheard of to wait a month or two for a reply. I submitted the first part of my minotaur foreman around februari. Got a reply in may, and he got implemented in november.

There are a lot of community submissions clogging the review que. For example, I got like 150 pages of gay sex stuffed in the box.
It seems some people are still submitting chars, but as you see the process is going in the typical savco way and speed. That is if you even manage to somehow fit thru their criteria of submission and get any reply from them.
 
  • Like
Reactions: HikkiG

YouShallNotLol

Engaged Member
May 6, 2022
2,288
5,622
I don't know if it's due to Fenoxo's own input in TiTs that raises it up, but they're sure doing something right.
TiTS was still chugging due to Fenoxo's personal management. Despite the flaws Fen has, he at least was a decent enough manager. But since he retired TiTS entered a sharp nosedive.
CoC2 has so much backlash because Savin is a terrible manager, responsible for most of that game's problems.
 
Feb 28, 2021
19
92
"When the game is not good enough, make one that is. when the game is good enough, make one even better. go make the game you wish to see in this world, be your best self, hakuna matata." - Master Oogway, maybe, at one point in his life.
I think everyone here wouldn't be against the idea of making a game. Thing is, coding literally sucks balls :confused:. For this idea to come to fruition, someone here would need a background in programming, or to be able to hire someone who has the means to do it.

Which again comes back around to this being a pirate site. People don't want to spend money here, lmao. I've dabbled in coding for Bethesda games, and even BG3 (I make mods). Let me tell you, it's a literal hair-ripping nightmare to even try and get my ideas into games like that. Especially if you want to try and emulate something like this game, which has a variety of different variables to check, and scenes that need to be written for ALL of those variables as well.

It's a time consuming process I don't think alot of people have time for. Maybe if I was already financially stable I'd take a stab at it, but my own job comes first, working out 2nd, gaming 3rd. It's probably not a priority for a lot of people here to take that leap.
 

GermanSoup

New Member
Dec 8, 2024
6
14
I think everyone here wouldn't be against the idea of making a game. Thing is, coding literally sucks balls :confused:. For this idea to come to fruition, someone here would need a background in programming, or to be able to hire someone who has the means to do it.

Which again comes back around to this being a pirate site. People don't want to spend money here, lmao. I've dabbled in coding for Bethesda games, and even BG3 (I make mods). Let me tell you, it's a literal hair-ripping nightmare to even try and get my ideas into games like that. Especially if you want to try and emulate something like this game, which has a variety of different variables to check, and scenes that need to be written for ALL of those variables as well.

It's a time consuming process I don't think alot of people have time for. Maybe if I was already financially stable I'd take a stab at it, but my own job comes first, working out 2nd, gaming 3rd. It's probably not a priority for a lot of people here to take that leap.
To be fair to yourself when it comes to Bethesda games...most times you're dealing with literal spaghetti code. Any one implimentation of something, say a scene, should NOT be checking unrelated variables. Unfortunately, especially considering this game is developed as a web application, I've found a lot of devs just...refuse to admit their code is terrible. Even I admit mine's terrible, but that allows me to be super open about improving it.

That being said...how was this game developed, anyways? Best I could find was it was at least built with Electron...but that's only because the exe is marked as being owned by GitHub, and the Electron license file in the root is copyrighted by GitHub. I know Electron has some sort of IDE? But with how abstract web stuff is (I started my programming journey with Lua and personally find C more readable than JavaScript) I'm naturally not sure.
 
Feb 28, 2021
19
92
To be fair to yourself when it comes to Bethesda games...most times you're dealing with literal spaghetti code. Any one implimentation of something, say a scene, should NOT be checking unrelated variables. Unfortunately, especially considering this game is developed as a web application, I've found a lot of devs just...refuse to admit their code is terrible. Even I admit mine's terrible, but that allows me to be super open about improving it.

That being said...how was this game developed, anyways? Best I could find was it was at least built with Electron...but that's only because the exe is marked as being owned by GitHub, and the Electron license file in the root is copyrighted by GitHub. I know Electron has some sort of IDE? But with how abstract web stuff is (I started my programming journey with Lua and personally find C more readable than JavaScript) I'm naturally not sure.
They changed the coding from flash to Javascript (Is that not the same???), in order to make it more in-house. Maybe it's a more modified version? I've got no clue.

Coding is something I have no background in, but it's a hell of a lot easier when the game companies I mentioned, have modders that share some tips and tricks to at least figure it out on your own. Here, I wouldn't even know where to start.

Like coding in a quest into Skyrim is easier because there's guides for it, plus creation kit. Coding in a quest for this game? I'm lost. Best I can do with this game, is modifying variables in order to get what I want.
 

GermanSoup

New Member
Dec 8, 2024
6
14
They changed the coding from flash to Javascript (Is that not the same???), in order to make it more in-house. Maybe it's a more modified version? I've got no clue.

Coding is something I have no background in, but it's a hell of a lot easier when the game companies I mentioned, have modders that share some tips and tricks to at least figure it out on your own. Here, I wouldn't even know where to start.

Like coding in a quest into Skyrim is easier because there's guides for it, plus creation kit. Coding in a quest for this game? I'm lost. Best I can do with this game, is modifying variables in order to get what I want.
Ah, I took it you might be a developer too. My bad on that one.

Flash is a software suite of editing tools, but JavaScript is it's own programming language. What they actually did it seems is switch the runtime, basically what tells your computer how to run the app, from Flash to NodeJS. The latter isn't just more in-house, it's also far more compatible with any operating system that supports a browser, including tablets and even phones, since NodeJS is the industry standard runtime for most if not all popular browsers.

To be honest, I only wonder 'cause I wanted to try my hand at making something of my own. But I don't know if such a topic is appropriate here. lol
 
Feb 28, 2021
19
92
To be honest, I only wonder 'cause I wanted to try my hand at making something of my own. But I don't know if such a topic is appropriate here. lol
Eh, I say ask anyway! It's informative to bounce ideas, at the very least.

Hell, I wasn't expecting to be talking to a dev, and bam, now I am! Who knows, someone might see your comment in the future and give it some thought; you lose nothing by airing out ideas. Modding is the extent of what I know, but it wouldn't surprise me if someone more knowledgeable is lurking as we speak :ROFLMAO:.
 
  • Like
Reactions: GermanSoup

Skylark97

Member
Dec 11, 2018
190
115
Going through Williams final content like
Bunley.png

I heard his patreon got nuked, and I am wondering if there is anywhere else I can read anything he had there? I know his drive had some stuff but I'm just wondering about what wasn't there, like I never saw a document about Lelia's sex scenes but I thought I saw people talking about it like it exists?
 

JOSHUAs9

Member
Aug 5, 2021
124
104
Just edit your , less time consuming.
How one does do that though I am curious to? I tried doing it with the treats but nothing really came from it other then makeing my dick bigger from time to time (For the anthro part I mean lol)
 
Feb 28, 2021
19
92
How one does do that though I am curious to? I tried doing it with the treats but nothing really came from it other then makeing my dick bigger from time to time (For the anthro part I mean lol)
First, you're going to want to EXPORT your save from TiTs. It'll be an option to do that when you go to the 'Data' tab of the game.
1736795636788.png
After that, hit 'load file' by clicking this option in the save editor. It'll bring up another window, in order for you to pick which save you want to load. Click the one you just exported, I usually export to the 'downloads' section of my PC.
1736795731248.png
Since they wanted a worg face, they're going to have to go to the head tab, and then pick that option. 'Worgs' are just 'Lupine', but more monstrous. I think you can only pick 'Worg' faces, the rest have to be lupine in order to change your racial description to Worg. Check every list just in case there's more 'Worg' options to choose from, but picking a 'Lupine' body and genitals, should be the base for you to start from.
1736795910333.png
After that, save the file you just created. Now, all you have to do is load that file into the game.
1736795989078.png
Check your character's description. If it hasn't changed to 'Worg', try again by mixing body parts until you get the desired outcome. Takes some trial and error, but the game has to recognize the 'sum of the parts' in order to acknowledge the 'whole'. If you wanted to be a goblin for example, you'd need all body type, head type, dick type, pussy type, and whatever else, to be 'gabillani'.

Hope this helps.
 

Granberia

Member
Mar 14, 2017
159
588
How the fuck was I supposed to know without looking at a wiki that your prospective cow needs to have 3+ liters of cum inside them during the final moments of The Treatment to get the Cum Highs perk? Mind you, you need to have this status during the last 8 hours of the week-long transformation, so any amount of cum pumped into them before this point does nothing unless you plug it. Also, even if you do meet the requirements, it only has a 50% chance of happening. At least drop a useful hint in the codex entry.
 

Skylark97

Member
Dec 11, 2018
190
115
How the fuck was I supposed to know without looking at a wiki that your prospective cow needs to have 3+ liters of cum inside them during the final moments of The Treatment to get the Cum Highs perk? Mind you, you need to have this status during the last 8 hours of the week-long transformation, so any amount of cum pumped into them before this point does nothing unless you plug it. Also, even if you do meet the requirements, it only has a 50% chance of happening. At least drop a useful hint in the codex entry.
theres a cheat to select what treatment type you will get. gotta use it before using the drug tho, so i hope you saved before hand.
 

QuedzaDrake

Member
Sep 14, 2022
131
659
Going through Williams final content like
View attachment 4439680

I heard his patreon got nuked, and I am wondering if there is anywhere else I can read anything he had there? I know his drive had some stuff but I'm just wondering about what wasn't there, like I never saw a document about Lelia's sex scenes but I thought I saw people talking about it like it exists?
i assume you already looked at "William's wall" but in any case here it is

it has links for text docs and image albums

as for William old patreon try this

not sure if it has every post and the oldest was from august 8th 2023

damn, still hurts that William is gone, but at least i hope he is better off now, out of that toxic work environment
 

JOSHUAs9

Member
Aug 5, 2021
124
104
First, you're going to want to EXPORT your save from TiTs. It'll be an option to do that when you go to the 'Data' tab of the game.
View attachment 4441497
After that, hit 'load file' by clicking this option in the save editor. It'll bring up another window, in order for you to pick which save you want to load. Click the one you just exported, I usually export to the 'downloads' section of my PC.
View attachment 4441500
Since they wanted a worg face, they're going to have to go to the head tab, and then pick that option. 'Worgs' are just 'Lupine', but more monstrous. I think you can only pick 'Worg' faces, the rest have to be lupine in order to change your racial description to Worg. Check every list just in case there's more 'Worg' options to choose from, but picking a 'Lupine' body and genitals, should be the base for you to start from.
View attachment 4441525
After that, save the file you just created. Now, all you have to do is load that file into the game.
View attachment 4441530
Check your character's description. If it hasn't changed to 'Worg', try again by mixing body parts until you get the desired outcome. Takes some trial and error, but the game has to recognize the 'sum of the parts' in order to acknowledge the 'whole'. If you wanted to be a goblin for example, you'd need all body type, head type, dick type, pussy type, and whatever else, to be 'gabillani'.

Hope this helps.
Oh sorry I should of clarified the vanilla way, if it's even possible. I already now how to save edit, I always do it it do give me credits cause I am to lazy to grind for them
 
4.00 star(s) 71 Votes