Author Topic: I need help with a few things  (Read 2609 times)

I need help with a few things
« on: August 06, 2015, 07:41:56 pm »
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.




« Last Edit: August 07, 2015, 07:50:25 am by Demenise »

Offline Wipe

  • Rotator
  • Random is god
Re: (2238 SDK) I need help with a few things
« Reply #1 on: August 06, 2015, 10:49:47 pm »
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
Games are meant to be created, not played...

Re: I need help with a few things
« Reply #2 on: August 07, 2015, 03:40:31 am »
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.
« Last Edit: August 07, 2015, 08:03:50 am by Demenise »

Offline Wipe

  • Rotator
  • Random is god
Re: I need help with a few things
« Reply #3 on: August 07, 2015, 10:09:03 pm »
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.
Games are meant to be created, not played...

Re: I need help with a few things
« Reply #4 on: August 07, 2015, 10:35:24 pm »
Alright will do thank you for helping me.