Search results for "820bdc9be62047074df243a92b8b045b" in md5 (8)

/v/ - Thread 719014204
Anonymous No.719020207
For the unknowledgeable, the Steam version of DF REQUIRES a new gen every significant* RAW change due to mods not being baked into the save anymore,
*For an idea of what constitutes a significant RAW change, see https://www.bay12forums.com/smf/index.php?topic=29157.0

Graphics IDs are baked into each save, and require a world regen to see changes.

The path to the RAWs differs based on pre or post steam versions
(if 47.05- then raw\objects)
(if 50.01+ then data\vanilla)

The following are examples of simple tweaks you can do yourself with minimal effort
===============
How To Remove Gays/Bisexuals/Asexuals From All Creatures
Notepad++
open all creature RAWs (creature_X.txt)
ctrl+H
[CASTE:MALE]

[CASTE:MALE]\n\t\t[ORIENTATION:FEMALE:0:0:100]\n\t\t[ORIENTATION:MALE:100:0:0]

Replace in all opened files


[CASTE:FEMALE]

[CASTE:FEMALE]\n\t\t[ORIENTATION:MALE:0:0:100]\n\t\t[ORIENTATION:FEMALE:100:0:0]


Replace in all opened files.


--NOTE: If you want your Adventurer to not be Indeterminate(asexual), you need to change their Orientation via DFHack in two places--

view the Adventurer
gui/gm-editor in DFHack panel/window
write down the hist_figure_ID of the creature(you'll need it for the second part)
navigate to status > current_soul > orientation_flags
change as desired.

now type "gui/gm-editor df.global.world.history.figures" in DFHack panel/window
navigate to histfig ID > orientation_flags
change as desired.
===============
How To Remove Black Dwarves
>creature_standard.txt
at line 437-439(435-437 if on versions 47.05-), replace contents with

[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:PALE_PINK:1:PEACH:1:PINK:1]
[TLCM_NOUN:skin:SINGULAR]
===============
How To Remove Bald Dwarves
>entity_default.txt
under [ENTITY:MOUNTAIN]
at line 862(850 if on versions 47.05-), replace contents with

[TS_MAINTAIN_LENGTH:100:NONE]
[TS_PREFERRED_SHAPING:NEATLY_COMBED]
[TS_PREFERRED_SHAPING:BRAIDED]
[TS_PREFERRED_SHAPING:DOUBLE_BRAIDS]
[TS_PREFERRED_SHAPING:PONY_TAILS]
/v/ - Thread 718592869
Anonymous No.718593402
For the unknowledgeable, the Steam version of DF REQUIRES a new gen every significant* RAW change due to mods not being baked into the save anymore,
*For an idea of what constitutes a significant RAW change, see https://www.bay12forums.com/smf/index.php?topic=29157.0

Graphics IDs are baked into each save, and require a world regen to see changes.

The path to the RAWs differs based on pre or post steam versions
(if 47.05- then raw\objects)
(if 50.01+ then data\vanilla)

The following are examples of simple tweaks you can do yourself with minimal effort
===============
How To Remove Gays/Bisexuals/Asexuals From All Creatures
Notepad++
open all creature RAWs (creature_X.txt)
ctrl+H
[CASTE:MALE]

[CASTE:MALE]\n\t\t[ORIENTATION:FEMALE:0:0:100]\n\t\t[ORIENTATION:MALE:100:0:0]

Replace in all opened files


[CASTE:FEMALE]

[CASTE:FEMALE]\n\t\t[ORIENTATION:MALE:0:0:100]\n\t\t[ORIENTATION:FEMALE:100:0:0]


Replace in all opened files.


--NOTE: If you want your Adventurer to not be Indeterminate(asexual), you need to change their Orientation via DFHack in two places--

view the Adventurer
gui/gm-editor in DFHack panel/window
write down the hist_figure_ID of the creature(you'll need it for the second part)
navigate to status > current_soul > orientation_flags
change as desired.

now type "gui/gm-editor df.global.world.history.figures" in DFHack panel/window
navigate to histfig ID > orientation_flags
change as desired.
===============
How To Remove Black Dwarves
>creature_standard.txt
at line 437-439(435-437 if on versions 47.05-), replace contents with

[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:PALE_PINK:1:PEACH:1:PINK:1]
[TLCM_NOUN:skin:SINGULAR]
===============
How To Remove Bald Dwarves
>entity_default.txt
under [ENTITY:MOUNTAIN]
at line 862(850 if on versions 47.05-), replace contents with

[TS_MAINTAIN_LENGTH:100:NONE]
[TS_PREFERRED_SHAPING:NEATLY_COMBED]
[TS_PREFERRED_SHAPING:BRAIDED]
[TS_PREFERRED_SHAPING:DOUBLE_BRAIDS]
[TS_PREFERRED_SHAPING:PONY_TAILS]
/v/ - dwarf fortress thread
Anonymous No.718578907
For the unknowledgeable, the Steam version of DF REQUIRES a new gen every RAW change due to mods not being baked into the save anymore.

Graphics IDs(unlike normal RAWs) are baked into each save, and require a world regen to see changes.

How to remove gays from all creatures
Notepad++
open all creature RAWs
ctrl+H
[CASTE:MALE]

[CASTE:MALE]\n\t\t[ORIENTATION:FEMALE:0:0:100]\n\t\t[ORIENTATION:MALE:100:0:0]

Replace in all opened files


[CASTE:FEMALE]

[CASTE:FEMALE]\n\t\t[ORIENTATION:MALE:0:0:100]\n\t\t[ORIENTATION:FEMALE:100:0:0]


Replace in all opened files

How to remove black dwarves
>creature_standard txt
line 436 replace line with
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:PALE_PINK:1:PEACH:1:PINK:1]

How to remove bald dwarves
>entity_default txt
under [ENTITY:MOUNTAIN]
replace line 862 with

[TS_MAINTAIN_LENGTH:100:NONE]
[TS_PREFERRED_SHAPING:NEATLY_COMBED]
[TS_PREFERRED_SHAPING:BRAIDED]
[TS_PREFERRED_SHAPING:DOUBLE_BRAIDS]
[TS_PREFERRED_SHAPING:PONY_TAILS]
/v/ - dwarf fortress thread
Anonymous No.718513272
For the unknowledgeable, the Steam version of DF REQUIRES a new gen every RAW change due to mods not being baked into the save anymore.

Graphics IDs(unlike normal RAWs) are baked into each save, and require a world regen to see changes.

How to remove gays from all creatures
Notepad++
open all creature RAWs
ctrl+H
[CASTE:MALE]

[CASTE:MALE]\n\t\t[ORIENTATION:FEMALE:0:0:100]\n\t\t[ORIENTATION:MALE:100:0:0]

Replace in all opened files


[CASTE:FEMALE]

[CASTE:FEMALE]\n\t\t[ORIENTATION:MALE:0:0:100]\n\t\t[ORIENTATION:FEMALE:100:0:0]


Replace in all opened files

How to remove black dwarves
>creature_standard txt
line 436 replace line with
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:PALE_PINK:1:PEACH:1:PINK:1]

How to remove bald dwarves
>entity_default txt
under [ENTITY:MOUNTAIN]
replace line 862 with

[TS_MAINTAIN_LENGTH:100:NONE]
[TS_PREFERRED_SHAPING:NEATLY_COMBED]
[TS_PREFERRED_SHAPING:BRAIDED]
[TS_PREFERRED_SHAPING:DOUBLE_BRAIDS]
[TS_PREFERRED_SHAPING:PONY_TAILS]
/v/ - Thread 718303949
Anonymous No.718312737
For the unknowledgeable, the Steam version of DF REQUIRES a new gen every RAW change due to mods not being baked into the save anymore.

Graphics IDs(unlike normal RAWs) are baked into each save, and require a world regen to see changes.

How to remove gays from all creatures
Notepad++
open all creature RAWs
ctrl+H
[CASTE:MALE]

[CASTE:MALE]\n\t\t[ORIENTATION:FEMALE:0:0:100]\n\t\t[ORIENTATION:MALE:100:0:0]

Replace in all opened files


[CASTE:FEMALE]

[CASTE:FEMALE]\n\t\t[ORIENTATION:MALE:0:0:100]\n\t\t[ORIENTATION:FEMALE:100:0:0]


Replace in all opened files

How to remove black dwarves
>creature_standard txt
line 436 replace line with
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:PALE_PINK:1:PEACH:1:PINK:1]

How to remove bald dwarves
>entity_default txt
under [ENTITY:MOUNTAIN]
replace line 862 with

[TS_MAINTAIN_LENGTH:100:NONE]
[TS_PREFERRED_SHAPING:NEATLY_COMBED]
[TS_PREFERRED_SHAPING:BRAIDED]
[TS_PREFERRED_SHAPING:DOUBLE_BRAIDS]
[TS_PREFERRED_SHAPING:PONY_TAILS]
/v/ - Thread 715467538
Anonymous No.715478331
For the unknowledgeable, the Steam version of DF REQUIRES a new gen every RAW change due to mods not being baked into the save anymore.

Graphics IDs(unlike normal RAWs) are baked into each save, and require a world regen to see changes.

How to remove gays from all creatures
Notepad++
open all creature RAWs
ctrl+H
[CASTE:MALE]

[CASTE:MALE]\n\t\t[ORIENTATION:FEMALE:0:0:100]\n\t\t[ORIENTATION:MALE:100:0:0]

Replace in all opened files


[CASTE:FEMALE]

[CASTE:FEMALE]\n\t\t[ORIENTATION:MALE:0:0:100]\n\t\t[ORIENTATION:FEMALE:100:0:0]


Replace in all opened files

How to remove black dwarves
>creature_standard txt
line 436 replace line with
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:PALE_PINK:1:PEACH:1:PINK:1]

How to remove bald dwarves
>entity_default txt
under [ENTITY:MOUNTAIN]
replace line 862 with

[TS_MAINTAIN_LENGTH:100:NONE]
[TS_PREFERRED_SHAPING:NEATLY_COMBED]
[TS_PREFERRED_SHAPING:BRAIDED]
[TS_PREFERRED_SHAPING:DOUBLE_BRAIDS]
[TS_PREFERRED_SHAPING:PONY_TAILS]
/vst/ - /dfg/ dwarf fortress general
Anonymous No.2080778
For the unknowledgeable, the Steam version of DF REQUIRES a new gen every RAW change due to mods not being baked into the save anymore.

Graphics IDs(unlike normal RAWs) are baked into each save, and require a world regen to see changes.

How to remove gays from all creatures
Notepad++
open all creature RAWs
ctrl+H
[CASTE:MALE]

[CASTE:MALE]\n\t\t[ORIENTATION:FEMALE:0:0:100]\n\t\t[ORIENTATION:MALE:100:0:0]

Replace in all opened files


[CASTE:FEMALE]

[CASTE:FEMALE]\n\t\t[ORIENTATION:MALE:0:0:100]\n\t\t[ORIENTATION:FEMALE:100:0:0]


Replace in all opened files

How to remove black dwarves
>creature_standard txt
line 436 replace line with
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:PALE_PINK:1:PEACH:1:PINK:1]

How to remove bald dwarves
>entity_default txt
under [ENTITY:MOUNTAIN]
replace line 862 with

[TS_MAINTAIN_LENGTH:100:NONE]
[TS_PREFERRED_SHAPING:NEATLY_COMBED]
[TS_PREFERRED_SHAPING:BRAIDED]
[TS_PREFERRED_SHAPING:DOUBLE_BRAIDS]
[TS_PREFERRED_SHAPING:PONY_TAILS]
/vst/ - Thread 2079445
Anonymous No.2079503
For the unknowledgeable, the Steam version of DF REQUIRES a new gen every RAW change due to mods not being baked into the save anymore.

How to remove gays from all creatures
Notepad++
open all creature RAWs
ctrl+H
[CASTE:MALE]

[CASTE:MALE]\n\t\t[ORIENTATION:FEMALE:0:0:100]\n\t\t[ORIENTATION:MALE:100:0:0]

Replace in all opened files


[CASTE:FEMALE]

[CASTE:FEMALE]\n\t\t[ORIENTATION:MALE:0:0:100]\n\t\t[ORIENTATION:FEMALE:100:0:0]


Replace in all opened files

How to remove black dwarves
>creature_standard txt
line 436 replace line with
[SET_TL_GROUP:BY_CATEGORY:ALL:SKIN]
[TL_COLOR_MODIFIER:PALE_PINK:1:PEACH:1:PINK:1]

How to remove bald dwarves
>entity_default txt
under [ENTITY:MOUNTAIN]
replace line 862 with

[TS_MAINTAIN_LENGTH:100:NONE]
[TS_PREFERRED_SHAPING:NEATLY_COMBED]
[TS_PREFERRED_SHAPING:BRAIDED]
[TS_PREFERRED_SHAPING:DOUBLE_BRAIDS]
[TS_PREFERRED_SHAPING:PONY_TAILS]