Jump to content

Cannot find line in JKA Script


Merek

Recommended Posts

Hi,

 

for some reason I cannot seem to find where to edit the second line of a jedi academy map. I looked in the script file, it wasn't there and I also looked in the .ibi files and I couldn't find it. I want to edit it to say something else as it is quite annoying. Help is appreciated.

Link to comment

here's an example of what I'm talking about, I'm trying to located the line underneath the "Tatooine City" example

 

Loading... mp/ffa3.bsp

 

Tatooine City

 

Welcome to my version of the map! Plugin is required to access duel areas.

Link to comment

 

/*QUAKED worldspawn (0 0 0) ?
 
Every map should have exactly one worldspawn.
"music" music wav file
"gravity" 800 is default gravity
"message" Text to print during connection process
 
BSP Options
"gridsize"     size of lighting grid to "X Y Z". default="64 64 128"
"ambient"      scale of global light (from _color)
"fog"          shader name of the global fog texture - must include the full path, such as "textures/rj/fog1"
"distancecull" value for vis for the maximum viewing distance
"chopsize"     value for bsp on the maximum polygon / portal size
"ls_Xr" override lightstyle X with this pattern for Red.
"ls_Xg" green (valid patterns are "a-z")
"ls_Xb" blue (a is OFF, z is ON)
 
"fogstart" override fog start distance and force linear
"radarrange" for Siege/Vehicle radar - default range is 2500
*/
CaptainCrazy and Merek like this
Link to comment

 

/*QUAKED worldspawn (0 0 0) ?
 
Every map should have exactly one worldspawn.
"music" music wav file
"gravity" 800 is default gravity
"message" Text to print during connection process
 
BSP Options
"gridsize"     size of lighting grid to "X Y Z". default="64 64 128"
"ambient"      scale of global light (from _color)
"fog"          shader name of the global fog texture - must include the full path, such as "textures/rj/fog1"
"distancecull" value for vis for the maximum viewing distance
"chopsize"     value for bsp on the maximum polygon / portal size
"ls_Xr" override lightstyle X with this pattern for Red.
"ls_Xg" green (valid patterns are "a-z")
"ls_Xb" blue (a is OFF, z is ON)
 
"fogstart" override fog start distance and force linear
"radarrange" for Siege/Vehicle radar - default range is 2500
*/

Okay, so how would I edit this?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...