what do these do?
// ocean parameters
OceanEnable(0);
// dont know if these are working for vehicles but it would be cool
ScanningRange = "60.0"
TransmitRange = "60.0"
any ideas?
random script line questions???
Moderator: Moderators
-
1z2x3c
- 3rd Warning

- Posts: 259
- Joined: Mon Jul 16, 2007 3:22 am
-
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: random script line questions???
1z2x3c wrote: // dont know if these are working for vehicles but it would be cool
ScanningRange = "60.0"
TransmitRange = "60.0"
That has to do with your minimap radar.
Scanning, is how far you can see, and transmit, I think is if allies are in that range of you, they will see what you do.
- Eagle Eye
- First Lance Corporal

- Posts: 129
- Joined: Thu Nov 01, 2007 12:44 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Belgium
- Contact:
Re: random script line questions???
Where did you found those script lines?1z2x3c wrote:what do these do?
// ocean parameters
OceanEnable(0);
// dont know if these are working for vehicles but it would be cool
ScanningRange = "60.0"
TransmitRange = "60.0"
any ideas?
-
1z2x3c
- 3rd Warning

- Posts: 259
- Joined: Mon Jul 16, 2007 3:22 am
Re: random script line questions???
in the fx file:
// ocean parameters
OceanEnable(0);
in the cis_hover_mtt.odf file:
// dont know if these are working for vehicles but it would be cool
ScanningRange = "60.0"
TransmitRange = "60.0"
// ocean parameters
OceanEnable(0);
in the cis_hover_mtt.odf file:
// dont know if these are working for vehicles but it would be cool
ScanningRange = "60.0"
TransmitRange = "60.0"
- authraw
- 1st Lieutenant

- Posts: 445
- Joined: Mon Jun 26, 2006 3:45 pm
Re: random script line questions???
The OceanEnable line has something to do with the waves seen in the Kamino level--if you check its .fx file, you will see that it is set to 1.
-
SilvaDalek
- Sith

- Posts: 1329
- Joined: Sun Dec 02, 2007 12:52 pm
- xbox live or psn: TH3 R0LL3R
Re: random script line questions???
You know when you open the map by pressing "m"? Well I guess it means that you can see a certian range on the map. Just a guess . . .
- Eagle Eye
- First Lance Corporal

- Posts: 129
- Joined: Thu Nov 01, 2007 12:44 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Belgium
- Contact:
Re: random script line questions???
Thanks1z2x3c wrote:in the fx file:
// ocean parameters
OceanEnable(0);
in the cis_hover_mtt.odf file:
// dont know if these are working for vehicles but it would be cool
ScanningRange = "60.0"
TransmitRange = "60.0"
