Freedom Reborn

Freedom Force Forums => Mods => Topic started by: oktokels on December 05, 2019, 04:56:00 PM

Title: Objective: Find Object
Post by: oktokels on December 05, 2019, 04:56:00 PM
I'm making a mission where the hero must find 3 objects, that will grant him additional powers.  I have been reading this forum, trying to understand the tips to materialize this idea that i have. So, the process i think is this, please correct me if i'm wrong:

1) Write the mission in EZ-Script

2) Make the 3 3d objects (.nif/.tga)

3) Place markers in a map

4) Round everything up in EZ-Script

Right now i'm stuck at number 2), trying to find a way to separate pieces from a mesh, and make 3 objects from that pieces. My guess is that i should do this:

1) Open the mesh in nifskope

2) delete everything except the piece and save it as a separated file (.nif)

Is that all that i need???? Thanks !