Endeavor Modifications

Please Help Support E-Mods.net by Donating


News:

Looking for Video Tutorials? Check out the Open Nod Development section of e-mods.net.

E-Mods.net also has CryEngine tutorials! Check out the Open CryEngine Development section too.

Author Topic: Script for model size?  (Read 329 times)

Offline wesclash

  • Member
  • *
  • Posts: 47
  • Karma: 1
Script for model size?
« on: 2010-05-11, 18:35:44 »
Is it possible to create a mod script that would keep a model size adjustment permanent (or to refresh it at map change).  I've applied model size adjustment in NOT editor but the model resets to standard when you move between maps.

Offline Javokis

  • Horses Dick
  • Member
  • *****
  • Posts: 1948
  • Karma: 2
Re: Script for model size?
« Reply #1 on: 2010-05-12, 02:07:27 »
Not for players in multiplayer. Can't apply scripts to players in multiplayer, but you can in single player.

You can make a basic script for a single player character or any npc (in mp or sp) that has the beginscene event that uses the SetScale command.
« Last Edit: 2010-05-12, 02:11:14 by Javokis »
"There's nothing wrong with horses dicks, there's nothing wrong with sucking horses dicks." -Signo

Offline wesclash

  • Member
  • *
  • Posts: 47
  • Karma: 1
Re: Script for model size?
« Reply #2 on: 2010-05-12, 08:23:15 »
Sweet.  Thanks, Javo.