The Bright Sun and blowing sand and jawa props [Solved]

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
EGG_GUTS
Master Bounty Hunter
Master Bounty Hunter
Posts: 1626
Joined: Thu Dec 07, 2006 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: CANADA!

The Bright Sun and blowing sand and jawa props [Solved]

Post by EGG_GUTS »

How do you add a sun?

And How do you add blowing sand like in geonosis?

Thanks

EDIT: Could some one give me a link to when I can download those jawa props too? Thanks
Last edited by EGG_GUTS on Tue Feb 05, 2008 6:03 pm, edited 1 time in total.
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: The Bright Sun and blowing sand.

Post by AceMastermind »

For a bright sun put this in your ABC.fx file in your world1 folder:
Hidden/Spoiler:
[code]SunFlare()
{
Angle(120.000000, -30.000000);
Color(255, 255, 255);
Size(5.0);
FlareOutSize(40.0);
NumFlareOuts(40);
InitialFlareOutAlpha(70);
HaloInnerRing(0.0, 255, 255, 255, 255);
PC()
{
HaloMiddleRing(10.0, 255, 200, 0, 128);
}
HaloOutterRing(40.0, 255, 127, 0, 0);
SpikeColor(230,230,0,128);
SpikeSize(9.0);
}[/code]


Then play around with the numbers to customize it.


For dust like on Geonosis you can add this to your ABC.fx file in your world1 folder:
Hidden/Spoiler:
[code]Effect("FogCloud")
{
Enable(1);
Texture("brownmist");
Range(90.0, 120.0);
Color(168, 172, 180, 128);
Velocity(5.0, 0.0);
Rotation(0.1);
Height(16.0);
ParticleSize(28.0);
ParticleDensity(100.0);
}[/code]
you'll need the brownmist.tga also.


and/or you can place some geo_prop_dust.odfs into your map in ZE, you'll also need the geo_prop_dust.msh file and the browndust.tga that go with it.
EGG_GUTS
Master Bounty Hunter
Master Bounty Hunter
Posts: 1626
Joined: Thu Dec 07, 2006 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: CANADA!

Re: The Bright Sun and blowing sand.

Post by EGG_GUTS »

Ok thanks, now about those jawas...

EDIT: I can't find my .fx file in my world1 folder...
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: The Bright Sun and blowing sandand jawa props

Post by AceMastermind »

I'm not sure about the Jawas, but if you don't have an fx file in your world1 folder you can either create one or copy one from another world1 folder in the assets.
EGG_GUTS
Master Bounty Hunter
Master Bounty Hunter
Posts: 1626
Joined: Thu Dec 07, 2006 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: CANADA!

Re: The Bright Sun and blowing sandand jawa props

Post by EGG_GUTS »

ok, thanks Ace :wink:
Caleb1117
2008 Most Original Avatar
Posts: 3096
Joined: Sun Aug 20, 2006 5:55 pm
Projects :: No Mod project currently.
xbox live or psn: No gamertag set
Location: X-Fire: caleb1117 ಠ_ಠ

Re: The Bright Sun and blowing sandand jawa props

Post by Caleb1117 »

I Released those Jawas (folded arms and sitting right?) on SWBFfiles, look at my packs and read their ReadMe's one of them has it, probably my 1st.
EGG_GUTS
Master Bounty Hunter
Master Bounty Hunter
Posts: 1626
Joined: Thu Dec 07, 2006 7:38 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: CANADA!

Re: The Bright Sun and blowing sandand jawa props

Post by EGG_GUTS »

I knew some one released em. Thanks Caleb.
Post Reply