Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now you should put the files in a hakpack (HAK file) and attach it to your module. This will be covered in a future tutorial.

Notes:

  • Changing the placeables.2da file is now more difficult since we have a placed model and blueprint.
    • If you changed it to be on line 1001 for instance this placeable would just not load anything.
    • If you're aware of what you're doing you can safely move lines and update your module, or remove old lines.
    • However it is much easier to assume anything you do is the final production line used; just be careful about adding lines en masse.
  • If you remove the files from your override the same stuff happens as if you removed it, ie the model won't load. Add them to a hakpack for a more reliable and safe way to edit the module.

Summary

Congratulations on adding your first bit of custom content! There will be a Hackpack (HAK file) creation tutorial written in the future and linked here.

...