SWBF CUSTOM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SWBF CUSTOM

The best way to custom your games.
 
HomeLatest imagesSearchRegisterLog in

Share
 

 Custom era

View previous topic View next topic Go down 
AuthorMessage
DylanRocket
PFC
PFC
DylanRocket

Messages : 21
Registration Date : 2013-01-26

Custom era Empty
PostSubject: Custom era   Custom era I_icon_minitime1/29/2013, 3:00 am

Anyone know how to make a custom era?I am making a Ultimate Battle mod but I want it to be on all maps as a different era.Any help?
Back to top Go down
Icemember
Dark Trooper Phase 1 Class
Dark Trooper Phase 1 Class
Icemember

Messages : 1241
Registration Date : 2010-07-29
Age : 43
Location : Bespin: Cloud City

Custom era Empty
PostSubject: Re: Custom era   Custom era I_icon_minitime1/29/2013, 3:39 am

1) Create a custom map.
2) Create few custom sides.

Not sure, but you might need Zerted's 1.3 patch r117.

3) Copy any scripts you want for the stock maps. Example (myg1c_con) from C:\BF2_ModTools\assets\scripts\MYG
4) Replace the stock troops with yours in this section.

ReadDataFile("dc:SIDE\\rep.lvl",
"rep_fly_assault_dome",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_jettrooper",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_fly_gunship_dome",
"rep_hover_fightertank",
"rep_hero_kiyadimundi")

And this area.

rep={
team = REP,
units = 32,
reinforcements = 150,
soldier = {"rep_inf_ep3_rifleman", 9, 25},
assault = {"rep_inf_ep3_rocketeer", 1, 4},
engineer = {"rep_inf_ep3_engineer", 1, 4},
sniper = {"rep_inf_ep3_sniper", 1, 4},
officer = {"rep_inf_ep3_officer", 1, 4},
special = {"rep_inf_ep3_jettrooper", 1, 4},

5) Open the editlocalize and change the trooper names.

6) Munge and try it. Your new era show be in the menu.

Hmmm I think thats it lol. Off the top of my head.

But if it doesnt work. Might have to back track incase I missed a step.
Back to top Go down
DylanRocket
PFC
PFC
DylanRocket

Messages : 21
Registration Date : 2013-01-26

Custom era Empty
PostSubject: Re: Custom era   Custom era I_icon_minitime1/29/2013, 4:04 am

Icemember wrote:
1) Create a custom map.
2) Create few custom sides.

Not sure, but you might need Zerted's 1.3 patch r117.

3) Copy any scripts you want for the stock maps. Example (myg1c_con) from C:\BF2_ModTools\assets\scripts\MYG
4) Replace the stock troops with yours in this section.

ReadDataFile("dc:SIDE\\rep.lvl",
"rep_fly_assault_dome",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_jettrooper",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_fly_gunship_dome",
"rep_hover_fightertank",
"rep_hero_kiyadimundi")

And this area.

rep={
team = REP,
units = 32,
reinforcements = 150,
soldier = {"rep_inf_ep3_rifleman", 9, 25},
assault = {"rep_inf_ep3_rocketeer", 1, 4},
engineer = {"rep_inf_ep3_engineer", 1, 4},
sniper = {"rep_inf_ep3_sniper", 1, 4},
officer = {"rep_inf_ep3_officer", 1, 4},
special = {"rep_inf_ep3_jettrooper", 1, 4},

5) Open the editlocalize and change the trooper names.

6) Munge and try it. Your new era show be in the menu.

Hmmm I think thats it lol. Off the top of my head.

But if it doesnt work. Might have to back track incase I missed a step.

Thanks you so much!I'll try to do it tomorow!
Back to top Go down
DylanRocket
PFC
PFC
DylanRocket

Messages : 21
Registration Date : 2013-01-26

Custom era Empty
PostSubject: Re: Custom era   Custom era I_icon_minitime1/29/2013, 10:42 pm

It didn't work. :ss
Back to top Go down
Sponsored content




Custom era Empty
PostSubject: Re: Custom era   Custom era I_icon_minitime

Back to top Go down
 

Custom era

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» swbf renagade squadron: do you know custom maps or custom assets?
» How to add custom Tool Tips?
» [FAQ]How to make a custom era
» In a custom map how to put clones corpses????
» [FAQ]Add Custom Loading Screen

Permissions in this forum:You cannot reply to topics in this forum
SWBF CUSTOM :: Star Wars Battlefront Games :: Modding-