Quote:
Originally Posted by Hans Witteman
Hi mate,
I am not sure i understand what you are explaining but i was thinking that since many thing are now possible with code injection we should address those rain gear and weather change via code injection.
Give me a trigger link to weather change and seasons and i will give you amazing stuff like snow in winter and icy boat etc.
If someone can do this it have to be h.sie or Stiebler i can't see anyone else up to this task.
Waiting for any advice.
Best regards Hans
|
No problem Mte, I'll try to explain it better
1. In stock Crew wear RainGear during the rain
2. You want to put a cover (Like a Large RainGear) over the Gun.
So in essence a method to do this.
1. Place a New stationery crew Member right bang in the center of the Gun (Or beside if not possible due to collision detection - unless collision detection can be removed)
2. Give this crew member its own texture - 100% alpha ie transparent (So the crew member appears transparent to the player).
3. Assign it own rain gear model - The large Rain cover for the gun. (Guessing you know how to assign clothes as I don't so can't explain how to do this bit).
4. Now as long as its not raining the crew member will remain invisible but as soon as it rains the game automatically assign the rain gear to all crew members outside - and as he have assigned the large rain cover as that crew members raingear it will appear over the crew member and hence over the gun.
Now since the crew member is still invisible and doesn't move the raincover will appear stationery over the Gun.
This is just guesswork - but I'm sure should be possible to to. And would be a workaround if no trigger can be found.