Found this in the source files.

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
ModifiedBlox
Private Recruit
Posts: 29
Joined: Wed Jun 18, 2014 4:20 pm
Games I'm Playing :: Battlefront II
Location: United States

Found this in the source files.

Post 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
User avatar
Locutus
1st Lieutenant
1st Lieutenant
Posts: 420
Joined: Fri Jun 04, 2010 10:08 am
Projects :: Stargate Battlefront Pegasus
Location: Germany
Contact:

Re: Found this in the source files.

Post by Locutus »

You can open odf files with a text editor of your choice, like the Windows Editor, PSPad, ...
ModifiedBlox
Private Recruit
Posts: 29
Joined: Wed Jun 18, 2014 4:20 pm
Games I'm Playing :: Battlefront II
Location: United States

Re: Found this in the source files.

Post 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
User avatar
Anakin
Master of the Force
Master of the Force
Posts: 4817
Joined: Sat Sep 19, 2009 11:37 am
Projects :: RC Side Mod - Remastered - SWBF3 Legacy
Location: Mos Espa (germany)

Re: Found this in the source files.

Post by Anakin »

Ähm and what is your question?? I think we all know these files :?
ModifiedBlox
Private Recruit
Posts: 29
Joined: Wed Jun 18, 2014 4:20 pm
Games I'm Playing :: Battlefront II
Location: United States

Re: Found this in the source files.

Post by ModifiedBlox »

My question: Is it possible to put the unused unit into a stock map?
JimmyAngler
High General
High General
Posts: 837
Joined: Mon Nov 04, 2013 10:37 am
Projects :: Battlefront Halation
Games I'm Playing :: SWBF 1-2-2015
xbox live or psn: none
Location: Area 51

Re: Found this in the source files.

Post by JimmyAngler »

Why not?
Deviss
Master of the Force
Master of the Force
Posts: 3772
Joined: Tue Aug 12, 2008 7:59 pm
Projects :: Clone Wars Extended
Games I'm Playing :: BF2

Re: Found this in the source files.

Post by Deviss »

ModifiedBlox wrote:My question: Is it possible to put the unused unit into a stock map?
always give it a try :)
User avatar
commanderawesome
Field Commander
Field Commander
Posts: 971
Joined: Tue Aug 13, 2013 11:58 pm
Projects :: Skin Changer - Warfront - Other stuff
Games I'm Playing :: SWBF SWTOR KotOR EaW
xbox live or psn: AaTc_CmdrAwesome
Location: The Universe

Re: Found this in the source files.

Post by commanderawesome »

Probably, but first you have to change top line from "droid" to "soldier".
Noobasaurus
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2006
Joined: Tue Aug 17, 2010 5:56 pm

Re: Found this in the source files.

Post by Noobasaurus »

Only if you're going to use it as a unit.
User avatar
TWINKEYRUNAWAY
Lieutenant General
Lieutenant General
Posts: 730
Joined: Fri Aug 17, 2012 3:13 pm
Projects :: Empire Rising
Games I'm Playing :: SWBF Doom FONV
xbox live or psn: No gamertag set
Location: 411Remnant
Contact:

Re: Found this in the source files.

Post 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.
Post Reply