I don't think a discord server could bring more activity that this thread already has.Hmm... I think I could try make a server like that.
godlike mechanicAlso when doing side missions, I tried to do a small thing that appears during the sex animation. Namely, a small box with the expression of the character's face. For example, such a box could appear when we don't see the character's face, or in other cases. For now I left this idea for later. But I want to ask you what you think about adding something like this to the game. Is it good to add it or not worth it? Below I send how it's looks like.
View attachment 2223762 View attachment 2223761
If you refering to sperm that appears in the end of sex animation. Then olny what you must do is add command "hitflash" when your animation start. And also add parametr "cum", "oil" or "icor", depending what exacly sperm color you want to use.So question, does anyone know how to add the sperm animation to the end of the animations?
You can try to reuse the existing one (when your character loses all its life)So question, does anyone know how to add the sperm animation to the end of the animations?
I'm talking about the Sperm folder in the assets, how do I get that to play before I lose all my health?If you refering to sperm that appears in the end of sex animation. Then olny what you must do is add command "hitflash" when your animation start. And also add parametr "cum", "oil" or "icor", depending what exacly sperm color you want to use.
Hmm... Well, in the game, the animation of the sperm that splashes on the screen is triggered by hitflash, and that means. If the animation ends - in this case the sex animation - the sperm will spawn and kill itself at the end. Therefore, I think the best solution would be to create your own script. For example, you could create a function "void SpawnSperm()" in "Enemygrab.c". Which when called in your enemy.txt or wherever you want. It will spawn your sperm animation. I'm not at home right now. However when i came back i could write you this.I'm talking about the Sperm folder in the assets, how do I get that to play before I lose all my health?
Unless what you said is how I get it to play, idk I have no idea what i'm doing.
Okey, I finished making this script. It is very simple and also easy to use.I'm talking about the Sperm folder in the assets, how do I get that to play before I lose all my health?
Unless what you said is how I get it to play, idk I have no idea what i'm doing.
Talking about things I don't know what software do you use for the animation?Okey, I finished making this script. It is very simple and also easy to use.
But first you need to put this script in your "data/script/Enemygrab.c" file.
You don't have permission to view the spoiler content. Log in or register now.
After adding it. Then you need to download and unpack the folder below.
There are few files with a script to show cum. I added to them the code that kills them when the animation is over.
So all you have to do is drag this folder to: "data/Bgs/Assets/".
And that's it. Now if you want to use this animation anywhere you want,
just write this code in your animation: "\@cmd Sperm spermname x y". (without "\" symbol, I used it because otherways forum take word cum as user.)
Where "spermname" is the sperm you are referring to: (remember to write these names with capital letters!).
"CUM" - white;
"OIL" - black;
"ICOR" green;
And x is the distance on the X axis from the center of the animation.
And y is the distance on the Y axis from the center of the animation.
(By defeault it will be x = -20, y = -50);
Example use: \@cmd Sperm CUM -20 -50
If you have questions or problems, ask.
Thank : )To creating and animating sprites I use aseprite.
Can I join?There is one, that reds part of, server wise, but have to ask permission for links and such
Where do I put this exactly, below existing code or something?Okey, I finished making this script. It is very simple and also easy to use.
But first you need to put this script in your "data/script/Enemygrab.c" file.
You don't have permission to view the spoiler content. Log in or register now.
After adding it. Then you need to download and unpack the folder below.
There are few files with a script to show cum. I added to them the code that kills them when the animation is over.
So all you have to do is drag this folder to: "data/Bgs/Assets/".
And that's it. Now if you want to use this animation anywhere you want,
just write this code in your animation: "\@cmd Sperm spermname x y". (without "\" symbol, I used it because otherways forum take word cum as user.)
Where "spermname" is the sperm you are referring to: (remember to write these names with capital letters!).
"CUM" - white;
"OIL" - black;
"ICOR" green;
And x is the distance on the X axis from the center of the animation.
And y is the distance on the Y axis from the center of the animation.
(By defeault it will be x = -20, y = -50);
Example use: \@cmd Sperm CUM -20 -50
If you have questions or problems, ask.
Yes, on the end of existing code in the script.Where do I put this exactly, below existing code or something?