- Nov 14, 2020
- 21
- 17
I had some trouble with this at first as well. Firstly, if you want to make changes multiple times per run, you should not only save and quit but also close and reopen the SaveFile.ES3 file so it can update the data in the file. Second, you can´t change clothing midrun. Instead change clothing before the run, then open SaveFile.ES3, and it should have the clothing variable at the top of the file. Lastly for the enemy behaviour, the first things that come to mind for me are that you might´ve tried loading in a special enemy, this tends to result in there being one dude who can't attack.Yeah can somebody help pls i am so lost
If you are adding enemies manually, make sure that you added data for them in all these lists: "Prog_legtrip_stan_timer_list", "Prog_legtrip_stan_active_list", "Prog_stan_timer_list", "Prog_stan_active_list", "Prog_detect_progress", "Prog_cum_sexsuality_list", "Prog_sexsuality_list", "Prog_timer_list", "Prog_behavior_list", "Prog_level_list", "Prog_enemy_type_list". For the first few lists, I don't know what the variables mean so I just copy the data from other enemies and that seems to work fine.