Page 1 of 1

Need help or advice on modding

Posted: Mon May 24, 2021 10:00 am
by Tsygan
I just started to understand the creation of mods, read a lot of documentation, but the answer to my question and did not find, I wanted to know how you can add to the type of prototype functions which it does not, if possible, how, I would be very grateful if you prompt any other sources on modding.

Re: Need help or advice on modding

Posted: Thu Jun 03, 2021 2:06 pm
by eradicator
Tsygan wrote:
Mon May 24, 2021 10:00 am
add to the type of prototype functions
You can't. You can not add new prototype types, and you can not add new properties to existing prototype types. Mods that need this usually combine several entities into something that looks like it's only one to the user and use control.lua scripting to make it work.