Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
or repack? like
- could you please add pencott greenzone face paint pattern?
- Moved Clown face paint into the mask/tattoo category
- Added 4 KISS band face paints under mask/tattoo category
- Added 1 Geisha face paint under mask/tattoo category
This update showcases the extensibility of adding new paints fairly quickly. Still more work to do for it to be 100% automagic but we are working towards a good goal.
Thank-You!
1.21 allowed me the time to work on some new features requested by the community and refactor the mod to allow for anyone to add new face paints.
Radial Select Menu Feature
- Categories of paint form the initial menu
- Individual Paints are selected after main category, like emotes.
New Tattoo Category
- New teardrop paint for the hardest of criminals
Refactored Paint Selection Materials
- No longer is a config entry needed for file path definition
- One step closer to dynamic face paints any modder can add.
Fixes to Actions
- Painting and washing faces should no longer keep the player from being able to bandage or craft other recipes.
This is still a problem here, even with bleeding, only appears the option to wash face :/
I plan to release the update on Oct 18th with 1.19 Dayz update.
https://imgur.com/a/KxUYFRC
- Beards will work with the camo
- Servers will save what camo you had when you log off
- Several more variants of face paint. (I will proof out scars and cuts if possible)
Pierced eyes, cuts on the face, mouth, forehead, burn marks....
Where exactly do I have to create: "SRPFacePaintConfig.json." ?
- Paint sticks have 50 hp by default (sane as epi pen)
- Paint sticks are not usable when ruined
If you want only 2 uses, make the damage greater than 25 and less than 50.
In "m_PaintStickDamagePerUse": 2.0
what does 2.0 mean? Is it a percentage or what? How to set up enough for only 2 uses?
Step 1. Inside your Profile folder make a new folder called Survivalists_FacePaint.
Step 2. Go inside that new folder and create a new file called SRPFacePaintConfig.json
Step 3. Paste the below into the file and save. (Update 2.0 to whatever damage value you want)
{
"m_PaintStickDamagePerUse": 2.0
}
My server has a MYPROFILE folder and I don't have a file here or in the CONFIG directory ...
- Added a server config file to set the damage of the paint stick
- Added Damage System for paint stick to show damaged state
- Paint Stick takes 2 hp damage per use.
- Paint face animation changed from 1 second to shave face duration
- Fixed having a target removing the action to paint face
- Removed an unused net sync variable
- Fixed female survivor wash face action not removing face paint.
- Added In Hands Animation Profile as Epinephrine
We added two override functions within the init.c to provide persistent code based face paint. One for respawn and one for play connections. Please ignore my previous comment about asking for that to be mod based.