Skip to content

Previous preparations

Telecotxesco edited this page Dec 11, 2020 · 8 revisions

First, as it is expected modders work under staging_area folder, you need to first copy the KAMINARI NUMBERS mod files inside the mod you are working with. This are the folders:

  • models: there are the meshes of the letters.
  • scripts: this is where the kaminari_numbers.lua script is located.
  • textures: there are the tipographies available.

⚠️ IMPORTANT: ⚠️

Keep in mind later these files will be need to be deleted prior publishing them on workshop. They are easily identified under "kaminari_numbers" subfolders on each category.

If you don't delete these files, then any update of KAMINARI NUBMERS will take no effect on your model and any bug fixed or script improve will not be available on your model

⚠️ IMPORTANT ⚠️

¡WHEN USING ModelEditor, DO NOT SAVE THE MODEL!

ModelEditor when you press the SAVE button, it REMOVES all the LUA code and flattens all the model into a static no-code model. Saving a model that uses of KAMINARI NUMBERS will make the flatten model file size VERY MUCH and also will loose all the code writed on the model before to generate the lists of numbers.

Consider making backup copies of your model often.