Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Human-sized animal people  (Read 921 times)

UristMcVampire

  • Bay Watcher
  • [NOT_LIVING][BLOODSUCKER]
    • View Profile
Human-sized animal people
« on: August 17, 2018, 04:53:57 pm »

How do I make all animal people (excluding the subterranean ones) exactly human sized?
Logged
GENERATION 10: The first time you see this, copy it into your sig on any forum and add 1 to the generation. Social experiment.


 Naga/Lamia race

Hugo_The_Dwarf

  • Bay Watcher
  • Modding Mentor
    • View Profile
    • Regeneration: Forced Evolution
Re: Human-sized animal people
« Reply #1 on: August 17, 2018, 05:41:25 pm »

You'd probably want to alter ALL the ANIMIAL_PERSON CVs with

Code: [Select]
[CV_REMOVE_TAG:BODY_SIZE]
Code: [Select]
[CV_NEW_TAG:SELECT_CASTE:ALL]
[CV_NEW_TAG:GRAVITATE_BODY_SIZE:70000]
[CV_NEW_TAG:CHANGE_FREQUENCY_PERC:10]

to

[CV_NEW_TAG:SELECT_CASTE:ALL]
[CV_NEW_TAG:BODY_SIZE:0:0:4000]
[CV_NEW_TAG:BODY_SIZE:1:168:17500]
[CV_NEW_TAG:BODY_SIZE:12:0:70000]
Logged