Advertisement
TechOFreak

Episode 1

Nov 8th, 2020 (edited)
1,165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. File Extensions to add:
  2.  
  3. *.hps;*.lang;*.cfg;*.hpc
  4.  
  5. For the lookupdirs config file:
  6.  
  7. <Directories>
  8. <Dir Category="StaticObjects" Path="assets/static_objects" />
  9. <Dir Category="Entities" Path="assets/entities" />
  10. <Dir Category="Billboards" Path="assets/billboards" />
  11. <Dir Category="Particles" Path="assets/particles" />
  12. <Dir Category="Sounds" Path="assets/sounds" />
  13. </Directories>
  14.  
  15. For the WIPMod config file:
  16.  
  17. <WIPmod Path="YOUR_CUSTOM_STORY_PATH\entry.hpc" />
  18.  
  19. For the build section:
  20.  
  21. AmnesiaRebirth.exe -user Dev -cfg config/main_init_dev.cfg -mod local:YOUR_MOD_NAME
  22.  
  23. In build you can add _NoSteam for steam version of game:
  24.  
  25. AmnesiaRebirth_NoSteam.exe -user Dev -cfg config/main_init_dev.cfg -mod local:YOUR_MOD_NAME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement