Skip to content

PC Properties with new 1.79 patch

So upgrading to the new patch may have caused an issue with my module. On enter of the module I have PC Properties being added to all characters as they enter in for the first time. I noticed that instead of the properties skin being applied like it should (it worked fine before the upgrade) it appears as and item in the characters inventory and can not be equipped. Any known reason why? I did also have problems in the past where the skin would remove itself at random usually when you loaded from a saved game. Any ideas how to make it stick permanently without ever falling off? Any help would be great. Thanks.

Comments

  • ProlericProleric Member Posts: 1,281
    edited December 2019
    In my experience, the safest method is to use the official module OnClientEnter script x3_mod_def_enter to create the PC skins.

    This attempts to call a custom script x3_mod_pre_enter, in which you can put any custom code. See example here.

    The skin creation code in that example is belt-and-braces.

    Be careful about item stripping, too.
Sign In or Register to comment.