Freedom Reborn

Freedom Force Forums => Mods => Topic started by: SickAlice on November 01, 2014, 04:14:06 AM

Title: Static character as a prop?
Post by: SickAlice on November 01, 2014, 04:14:06 AM
Basically I want to know how to use a character nif as a prop in a level. The idea is they hang out in one spot but run through the Idle animation.
Title: Re: Static character as a prop?
Post by: Cyber Burn on November 01, 2014, 04:52:24 AM
This is way out of my realm of knowledge, but what would happen if you just removed all the other animations?
Title: Re: Static character as a prop?
Post by: SickAlice on November 01, 2014, 02:22:23 PM
In that case " if " the game determines to have the nif behave as a character then the remaining animation becomes the default one for every action. So the character will still walk around and what not but just use the idle animation as the walk one and appear to be floating.
Title: Re: Static character as a prop?
Post by: Cyber Burn on November 01, 2014, 03:10:48 PM
Again, Map Making is not something I have ever tried before, but it couldn't hurt to at least try and bounce some ideas around.

In this case, I'm wondering what would happen if you maybe copied the settings of a Static Mesh from the Editor (The "Crate" for example), and applied that to the "Character.Nif".

(http://i199.photobucket.com/albums/aa49/Cyber_Burn_33/Mod_Help_001_zps951d8fb3.jpg) (http://s199.photobucket.com/user/Cyber_Burn_33/media/Mod_Help_001_zps951d8fb3.jpg.html)

Maybe you could create a new folder in the "Street_Objects" Folder for the "Character.Nif"? And, if you renamed the Nif from "Character.Nif" to something like "Citizen.Nif", could that solve the problem of having the Game make the Nif act as a Character, hence not making it walk?



Title: Re: Static character as a prop?
Post by: daglob on November 01, 2014, 08:24:46 PM
There are mods that use characters as statues; don't remember one off hand, but there may be something in one of them.
Title: Re: Static character as a prop?
Post by: bearded on November 04, 2014, 08:48:26 PM
Quote from: daglob on November 01, 2014, 08:24:46 PM
There are mods that use characters as statues; don't remember one off hand, but there may be something in one of them.
The Great Hunt
Title: Re: Static character as a prop?
Post by: SickAlice on November 04, 2014, 09:43:00 PM
@CB: The reason that wouldn't work is while that would keep the prop in one place it strips him of his Idle animation. The character is intended to be stuck halfway out of the ground (a grave) and struggling to get free.
Title: Re: Static character as a prop?
Post by: bearded on November 04, 2014, 09:55:30 PM
try using ffedit and turning off their ai.
Title: Re: Static character as a prop?
Post by: SickAlice on November 05, 2014, 01:40:51 AM
Quote from: bearded on November 04, 2014, 09:55:30 PM
try using ffedit and turning off their ai.

This worked, thank you. Issue resolved. For the record then:

1. I created the template in FFEdit. Made it a character class.
2. Created the character in FFEdit.
- no AI
- no moves nor attributes (don't know if this matters but listing it for completions sakes)
- set the move radius to 0

Put it in the map, works like a charm.