- Feb 20, 2018
- 622
- 314
Also in the settings menu( pres esc key,while in game) there's a box that says Disable Trans Content.Go to "Customize NPC Distribution". There in the top right set Male and Female values, so that they are in addition 1. I have 0,5 for both.
Could I use a getRelative command instead of a getspecific command if I was going to use a relative in the opening scene and then assign a tag for their getActorVar?What I do:
Create a preset character and call it whatever you want: mine is rk_model_Elf_God
ElfGod = generatePersonTemporary(rk_model_Elf_God)
ElfGod.show()
Player(Happy)::"Hi <ElfGod.name>"...........
This was the best i could doCan anybody do a mod for Sara Jay face?
Does anyone know of a good resource to learn about the programming language used? I was looking at some scene files and there are some if and elseif statements I have tried to add for a new function, but I can't seem to get it to work.
No you can't import your own maps. If a request is made Vinfamy (dm or tag them) might add those cities to the list.Guys, do you know how I can import worlds from OpenStreetMap to the game? I'd like to play in other cities (not listed on the world cities mega.nz list).
Also 'Search Box' is your friend.I have to make the maps myself as much as it's a very easy processes because Unreal Engine needs to have the full list of maps at the time of the game's build, it can't read external uasset files the same way it reads the text files in Content/Modules
Remove all other clothes from NPC inventory and keep the ones you want that should do it.Is there a (in-game) way to force NPCs to wear specific outfits?
In settings go to pregnancy term modifier and lower it, 50 days is about 0.18. The default is 280 days so you need to divide the number of days you want by 280 and that will give you the value you need.how do i decrease pregnancy times? 280 days is a lot, how do i put 50 days?
If by male scenes, you mean scenes that only fire for male characters, then that can be changed by editing or overriding the scene files. (That describes a lot of my mod.)Is there anyway to add the male scenes to the futa characters?