
KaySonicTheHedgehog
Well-known member
What is your reaction and opinion if they make a srb2 mod maker
Well, thats even more easy lol, at least when tryna find and think what to use.I mean for making a mod character not for building a level
Ok then any way to select all and go to colour Remap and change all the red to orange?Well, thats even more easy lol, at least when tryna find and think what to use.
For the sprites? any image editor with transparent background does the job, like Gimp, Iblis Paint.
About the LUA, you can do it inside the Slade3 app itself, if you happen to know about LUA, which you gotta learn somewhere else, like the srb2 wiki, and asking for help for on the OS, aka, the official discord server of srb2
For Sounds, any audio program what allows to export as OGG files does it, usually Audacity
That basically cover literally everything you need to create a character
Bro been real quiet after I saidOk then any way to select all and go to colour Remap and change all the red to orange
I'm just simply not terminally glued to my PC lol, and for that you gotta change the sprite itself, you gotta paint it to any of the other color from Srb2 pallete, which it's actually very damn big, and also change a number in the S_Skin SOC to tell the game "Now i want the color bound to this value to be remapped".Bro been real quiet after I said
Ok then any way to select all and go to colour Remap and change all the red to orange?
Like thisI'm just simply not terminally glued to my PC lol, and for that you gotta change the sprite itself, you gotta paint it to any of the other color from Srb2 pallete, which it's actually very damn big, and also change a number in the S_Skin SOC to tell the game "Now i want the color bound to this value to be remapped".
only that wont work, because start color its the number value for a specific color, which gotta match with the color of the sprite.Like this
View attachment 2288
only that wont work, because start color its the number value for a specific color, which gotta match with the color of the sprite.
Aka, if green is 20, for example, and your sprite has that color, you gotta put 20 on the start color.
Same if you painted the sprite of other color that Srb2 can recognice and remap, you gotta put the number of the color that gets the most close to the sprite color you chosen. Usually people require to green, because its the least used on anything else, that isnt the fur or skin of that character, which can be recolored by changing your player color ing
Am already done with the shoes a long time ago, soo :/only that wont work, because start color its the number value for a specific color, which gotta match with the color of the sprite.
Aka, if green is 20, for example, and your sprite has that color, you gotta put 20 on the start color.
Same if you painted the sprite of other color that Srb2 can recognice and remap, you gotta put the number of the color that gets the most close to the sprite color you chosen. Usually people require to green, because its the least used on anything else, that isnt the fur or skin of that character, which can be recolored by changing your player color ingame
As i stated before, the only way to change the remap color of your character, in case you want to use the specific color of green everyone else uses, you need to change both the sprite color of the char, and also the value on the startcolor line on the S_Skin.Am already done with the shoes a long time ago, soo :/
View attachment 2313
WhatAs i stated before, the only way to change the remap color of your character, in case you want to use the specific color of green everyone else uses, you need to change both the sprite color of the char, and also the value on the startcolor line on the S_Skin.
The SOC file value is to tell the game to now remap another color, in this case, the new skin/fur color you chosen to re color ingame.
And the color itself to free the previous skin/fur color that the original sprite had
If you want to change the color the game uses to recolor your character you need 2 things. And i wont repeat myself anymore, so if you STILL dont understand it then im sorry for you.What
I’m already done with the spritesIf you want to change the color the game uses to recolor your character you need 2 things. And i wont repeat myself anymore, so if you STILL dont understand it then im sorry for you.
1- The fur/skin of the character must be of a certain color you dont use on it, usually green is the least used, but if your char is green too, try using a different tone of green.
2- All colors have a numerical value to say "this number is this color". So if your character uses green for recoloring ingame, for example, and the green is "20", you gotta put that "20" on the "startcolor" line, on your S_Skin file.
If you still havent understood it after several attempts, im afraid i cannot help you anymore, its the most direct way it can be explained as. Im sorry for you if youre still unable to get it.