FOnline Development > Questions and Answers

I need help with a few things

(1/1)

Demenise:
I have a perk that I want to change the player into a super mutant if they have it. How would I go about doing this?

also how do I limit a critters armor so they can use only specified armor? as in he can wear metal armor but not power armor.




Wipe:
Just change crType to mutant on perk up and revert it on perk down; as for armor [and any other item] you can add own tests to critter_item_movement.fos

Demenise:
Thanks Wipe.

But I have a problem when trying to change the skin on perk up it only turns my player into a turret and only after restarting the server.

Wipe:
Sounds like you're passing wrong crType argument somewhere; mutant have value ~20 while turret is >100 [with standard config].

While you're on it, try ChangeCrTypeSafe from 2238 to change skins; it should take care of most things needed to smoothly change critters animation.

Demenise:
Alright will do thank you for helping me.

Navigation

[0] Message Index

Go to full version