Page 1 of 1

Found this in the source files.

Posted: Wed Aug 13, 2014 11:33 am
by ModifiedBlox
I was looking to reskin some Imperial units, and I found this.

imp_droid_probe.odf
imp_droid_prob_exp.odf

Anyone know how to open these?

[EDIT]
I also found imp_droid_probe.req, imp_droid_probe.msh, imp_droid_probe.msh.option, and probe droid.tga

Re: Found this in the source files.

Posted: Wed Aug 13, 2014 11:45 am
by Locutus
You can open odf files with a text editor of your choice, like the Windows Editor, PSPad, ...

Re: Found this in the source files.

Posted: Wed Aug 13, 2014 11:49 am
by ModifiedBlox
Here's the code I found when I opened the .odf files.

Code: Select all

[GameObjectClass]
ClassLabel 	= "droid"
GeometryName 	= "imp_droid_probe.msh"

[Properties]
MapTexture 	= "troop_icon"
MapScale 	= 1.4

PilotType 	= "self"

GeometryName 	= "imp_droid_probe"
ExplosionName 	= "imp_droid_probe_exp"

MaxHealth 	= 180.0
HealthType 	= "droid"

SetAltitude 	= 1.0

Acceleraton 	= 2.0
MaxSpeed 	= 7.5.0

MaxStrafeSpeed 	= 5.0
MaxTurnSpeed 	= 2.25
PCMaxTurnSpeed	= 20.0
PCMaxStrafeSpeed = 20.0

WeaponName 	= "imp_weap_droid_probe_blaster"
WeaponAmmo 	= 4		

CameraHeight 		= 2.3
CameraDistance 		= 4.5

TrakCenter		= "0.0 0.0 0.0"
TrackOffset 		= "0.0 0.0 4.5"
NormalDirection 	= "0.0"
AimValue 		= "1.0"

AISizeType			= "HOVER"

DropItemClass 			= "com_item_powerup_ammo"
DropItemProbability 		= 0.15
NextDropItem 			= "-"
DropItemClass 			= "com_item_powerup_health25"
DropItemProbability 		= 0.0
NextDropItem 			= "-"
DropItemClass 			= "com_item_powerup_health100"
DropItemProbability 		= 0.0

Re: Found this in the source files.

Posted: Wed Aug 13, 2014 11:54 am
by Anakin
Ähm and what is your question?? I think we all know these files :?

Re: Found this in the source files.

Posted: Wed Aug 13, 2014 11:55 am
by ModifiedBlox
My question: Is it possible to put the unused unit into a stock map?

Re: Found this in the source files.

Posted: Wed Aug 13, 2014 12:01 pm
by JimmyAngler
Why not?

Re: Found this in the source files.

Posted: Wed Aug 13, 2014 12:34 pm
by Deviss
ModifiedBlox wrote:My question: Is it possible to put the unused unit into a stock map?
always give it a try :)

Re: Found this in the source files.

Posted: Wed Aug 13, 2014 2:36 pm
by commanderawesome
Probably, but first you have to change top line from "droid" to "soldier".

Re: Found this in the source files.

Posted: Wed Aug 13, 2014 4:33 pm
by Noobasaurus
Only if you're going to use it as a unit.

Re: Found this in the source files.

Posted: Wed Aug 13, 2014 5:55 pm
by TWINKEYRUNAWAY
Ive done it before, but the weapons it uses may need some further modification. When I added it the probe droid seemed to be missing sounds. It looks like the hoth probe droids in the movies btw. Actually you could probaly download the playable droid assets on filefront. You would have better luck with those I would think, Their odf's are already made for unit use and it uses the exact same source mshs.