CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x
Aug 8, 2020
84
74
They could even make the colours depend on the stat boosts or penalties they the creature has.
This is probably not the case since the color variable seem to be it's own thing, cosmetically.

If these colours were kept consistent across different species, we could even tell roughly what purpose we have bred each of them for without having to memorise a whole set of different colour combinations.
Technically speaking assuming they will change back the color rule. You could just get the color of the monster you want THEN add the stats to that colored goblin. A long tedious process, but it's the equivalent of making a sorting system.

I assume they limit the colors of the monsters so that they can do something like shiny pokemon. Which I hope isn't the case since we have rare enemies instead.

Another thought I had was them making each species having a unique color, but then I remember if the character's silhouette is identifiable enough (Which it is already) then it wouldn't be needed.
 
Last edited:

AutoBio

Newbie
Jan 16, 2018
17
59
Here are some bits and pieces about color in this game:
= Each character has Color Dictionary, keys are numbers (0 - skin color, 1 - eye color, 2 - hair color, etc),
values - colors in RGB HEX (goblin skin color - #7CB156).
= Everything is stored in Assembly-CSharp.dll under CharacterScripts namespace in classes (Goblin, Player1, Shortstack, Sister, Woman).
= Colors for women hair in 0.1 were assigned using
Code:
colorString = "#" + ColorUtility.ToHtmlStringRGB(Color.HSVToRGB(Random.Range(0f, 1f), 0.5f, 0.7f));
= Pre-0.3 offspring colors were a combination of mother hair color and father skin color (mean of R, G, B components).
More inbreeding - closer to mother hair color.
= Red goblins in (0.3.0.1) had a simple 10% chance of mutation as offspring of green goblin.
= Current version (0.3.1.4) has ONLY GREEN goblins.

If we add pre-0.3 color mixing and a redhead (using red goblin skin color) - we'll get
blondeandred.png

The idea of using color to differentiate traits sounds great though.
It is simple enough, much simpler than drawing and adding some "tribal tattoos" to spine model.
======================

I am directly editing .dll's using dnSpy, but should probably learn how to use BepInEx.
If I ever do something more than "sacrifice mod" - shouldn't just make everything into one "mod", but mix and match different features.
And I don't know if "script" folder in "SharedAssets" is the intended way for modding.
I think (please, anyone who uses Unity, correct me) that SharedAssets are just "not packed" assets because game is still in development.
You still probably need to add a reference to "your script" in code (using dnSpy or BepinEx).
 
Last edited:

Silentj-Ghost

Newbie
Aug 30, 2020
15
4
Pretty much what I've been asking quite few times including this post. Seems like nobody has an idea how to work on it yet, even though its folder currently accessible.

Btw, I do seen people asking about RED goblin(Do they move x3 times faster tho?).
So here I am wondering if anyone has an idea how to "Color" our Gobs, considering their assets doesn't actually colored green, so I assume there might be some codes during spawning which may color them, ofc the hair of those females as well.
...Or could it be those stuff is actually within Spine's scripting?
Red goblins don't appear till around wave 20 - 28 which is where they will start spawning from breeding. On that i would assume they used skeletons as i found some goblins skeleton files with the goblins in them including the red ones.
 

FluffyRaKu

Newbie
Jan 2, 2023
54
76
This is probably not the case since the color variable seem to be it's own thing, cosmetically.


Technically speaking assuming they will change back the color rule. You could just get the color of the monster you want THEN add the stats to that colored goblin. A long tedious process, but it's the equivalent of making a sorting system.

I assume they limit the colors of the monsters so that they can do something like shiny pokemon. Which I hope isn't the case since we have rare enemies instead.

Another thought I had was them making each species having a unique color, but then I remember if the character's silhouette is identifiable enough (Which it is already) then it wouldn't be needed.
The problem with simply having each species be a particular colour is that individual members of a species can be bred for different purposes. We aren't likely to just have goblins being glass cannons while orcs do melee tanking, but instead both goblins and orcs taking on a variety of roles. At the moment we can easily have a divergent genome between DPS and hp, but there's also potentially a need for rapid breeders for sale or sacrifice depending on what mechanics they add in the future. There's also potential design space to have genes for certain racial abilities (such as regeneration or racial magic) or for the application of status effects. In the end, the design space they are working with is something more akin to an arpg, rather than a simple management game.

Overall though, it would indeed be simplest if they just made it another set of variables for us to breed with. Specialist monsters are likely to end up being distinctively coloured in such a system due to the rampant inbreeding anyway.
 
  • Like
Reactions: flannan
Oct 2, 2022
289
236
Well, AutoBio managed to figure out enough to make the sacrifice mod to increase door health, but I don't know how much of that was modding in the Dev's intended sense vs outright reverse engineering of game code. They did it by altering some of the core .dlls of the game files (which aren't readable via normal text editor), rather than adding to the assets part.
Pretty sure they mentioned that most of the assets for that mod were already built into the game. It could very well be an intended mechanic for the game in the future, but time will tell.
 
  • Like
Reactions: AutoBio

AlexTorch

Engaged Member
Jun 22, 2017
2,574
4,052
My theory is that the future gameplay will combine the invasion mechanics of the early versions and the defense mechanics we have now. Once the game play is under control, story content will be added.
For me, unless is like this "always sending enemies" defense tower i have no problem (not gonna lie that i'm not a fan of this demo but is probably to us understand how the defense mechanics will work), i understand if we have some retaliation when we plunder a city, kidnap a princess, kill a rival army, but if the final game have this mechanic of always sending wave after wave of enemies, to me is really bad.
 

uglywolf

Member
Nov 3, 2018
205
131
In one of the early versions, goblin color was the average of colors of his parents.
Red goblins don't appear till around wave 20 - 28 which is where they will start spawning from breeding.
I won't discuss about RED Boglins any further, its not like they move 3 times faster anyway... But yeah, its not a big deal currently, but I personally hope we could get back to MBM-like colorful unit soon, can't wait to have my Sentai Squadron, you see.

They did it by altering some of the core .dlls of the game files (which aren't readable via normal text editor), rather than adding to the assets part.
[Usual Edit]ing of existing assets isn't what I or some of us trying to figure out here...
We're discussing about the [Script] folder, the one with "readme.txt" which content says "You can use your own custom scripts.".
 

bonyu

New Member
Jul 22, 2024
2
1
Did anyone figure out how to shota MC? It's one of the preview pictures of the game yet there is no where to click for it lol?
 

flannan

Engaged Member
Dec 15, 2022
2,249
2,218
Did anyone figure out how to shota MC? It's one of the preview pictures of the game yet there is no where to click for it lol?
Pictures at the opening post are concept art, and not representative of what is actually in the game. As far as we know, shota MC is not implemented yet. Maybe later.
 

bonyu

New Member
Jul 22, 2024
2
1
Pictures at the opening post are concept art, and not representative of what is actually in the game. As far as we know, shota MC is not implemented yet. Maybe later.
Oh okay, thank you. But also how do you place slaves to battle or was that a mod someone did? I for some reason can't get anything better than shortstacks or whatever they are called.
 
  • Like
Reactions: Gahentai naxz

uglywolf

Member
Nov 3, 2018
205
131
Oh okay, thank you. But also how do you place slaves to battle or was that a mod someone did? I for some reason can't get anything better than shortstacks or whatever they are called.
Refer this post.

I really hope the OP could be active and would edit and leave these kind of "useful" notes on the 1st post... Everyone can search yes, but not many could find what they're looking for...Owait, I could just edit my 1st post here and list them up. Gonna edit that later, then.
 
  • Like
Reactions: flannan

DKing369

Newbie
Jan 8, 2023
16
9
Refer this post.

I really hope the OP could be active and would edit and leave these kind of "useful" notes on the 1st post... Everyone can search yes, but not many could find what they're looking for...Owait, I could just edit my 1st post here and list them up. Gonna edit that later, then.
i did it and somehow all my new shotstack becomes red 1727147028456.png
 
  • Haha
Reactions: uglywolf
Jan 6, 2018
65
106
how do you make the humans fight??
The link was already supplied, on this page, to this post but to basically repeat verbatim:
You need to open the file */ProjectR_Data/StreamingAssets/Character/woman(or/sister)
You open the woman0.character file or sister.character file (use something like notepad)
You replace the "Type":"Slave" with "Type":"Monmusu"

As I haven't done it personally, I don't know if that shuts off Goblin sex, but animations exist for the characters to enter combat. Unlike having sex, which the shortstack does not have animations for.
 
4.40 star(s) 24 Votes