Hebes24's modding Questions! *Water Question! See 4th page!*
Moderator: Moderators
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
Hebes24's modding Questions! *Water Question! See 4th page!*
This is the thread that I will use to post my modding questions:
Current Question:
How do I get water to glow?? See 4th page.
Current Question:
How do I get water to glow?? See 4th page.
Last edited by Hebes24 on Fri Jul 14, 2006 4:00 pm, edited 6 times in total.
-
Kyross
RE: I need help starting a new map!
You're a bit of a boob. When you open zeroedit, then ou have to open your world. Then you have to move the camera so that you aren't perfectly level with the terrain.
-
darthpingu
RE: I need help starting a new map!
Open your world: Hit the load button, browse to \BF2_ModTools\data_***\Worlds\***\world1 and open ***.wld
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
RE: I need help starting a new map!
@darthpingu: thanks! that helps!
@Kross: yeah, i was, wasn't I. Sorry
@Kross: yeah, i was, wasn't I. Sorry
-
Kyross
RE: I need help starting a new map!
I don't know because I never had to read the docs but I doubt(guessing from how often this happens) it tells you that by default the camera view is directly in line with the ground so you have to move the camera (WASD keys) back and up so you can look down/around it.
-
fat_walrus
RE: I need help starting a new map!
or use the F and G key to move up and down, or the Tab key which is really handy 
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
RE: I need help starting a new map!
How do i change the sky? I think it is the Yavin sky right now, and I want to change it to the Mustafar sky.
-
fat_walrus
RE: I need help starting a new map!
Read that Getting Started doc. I'd post it but I'm too lazy 
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
RE: I need help starting a new map!
I did what it said in the Getting Started doc. but it is still the yavin sky.
-
Squirrel7Hunter
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
Thanks Squirrel7Hunter i'll try that!
I also need help with making lava, so far i have had absolutely no luck whatsoever.
Edit: OMG! this yavin sky does not want to be changed!!!:evil:
On a friendlier note, I would like to learn how add new units to teams, how to make command posts spawn vehicles, etc.
I also need help with making lava, so far i have had absolutely no luck whatsoever.
Edit: OMG! this yavin sky does not want to be changed!!!:evil:
On a friendlier note, I would like to learn how add new units to teams, how to make command posts spawn vehicles, etc.
-
fat_walrus
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
-
Kyross
Quick list of points for spawning vehicles:
You added the appropriate lines in the lua under ReadDataFile
You have it within a control region associated to acommand post
You have its properties filled out correctly including which command post it is connected to and the vehicle name in the right box(if imperials are defending team for example click page down and put it in the impdef box, if they are attacking impatk)...
You added the appropriate lines in the lua under ReadDataFile
You have it within a control region associated to acommand post
You have its properties filled out correctly including which command post it is connected to and the vehicle name in the right box(if imperials are defending team for example click page down and put it in the impdef box, if they are attacking impatk)...
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
What exactly are the lines that I need to put in the LUA, and you are talking about the addme LUA, right? these are the vehicles that I want to spawn:
ClassImpATK: imp_hover_fightertank
ClassRepATK: rep_hover_fightertank
ClassAllDEF: all_hover_combatspeeder
ClassCISDEF: cis_hover_aat

When you say control region, do you mean the Blue lined region in the image above?
ClassImpATK: imp_hover_fightertank
ClassRepATK: rep_hover_fightertank
ClassAllDEF: all_hover_combatspeeder
ClassCISDEF: cis_hover_aat

When you say control region, do you mean the Blue lined region in the image above?
-
Kyross
I'm talking about the LUA for the specific era and mode of gameplay you're putting vehicles in. If you don't know what lins to put(or apparently what a lua is) clearly you haven't done it correctly. There in lies the problem. I can't see an image but the description fits. Depending on which side is set as atacker and wich is defender in your lua determines which spaces you would put the vehicle lines in for stuff like ClassImpATK.
-
fat_walrus
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
-
fat_walrus
It's:
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"blahblahblah",
"rep_hover_fightertank",
If you want to add more vehicles for the republic, leave the comma at the end of the fightertank and make a new line with the same setup. If that's the end of that section, replace the comma with a )
In Zeroeditor, make sure the spawn point box at the right is filled with the correct things. EX:
(The first blank which I forget exactly what its called) in this case it's cp# (replace the # with the cp#)
Then you fill what I said in the previous post that I did and fill the starting team in the lower left box under Browse ODF (In this case Team 1 for Rep, the spawn points starting team)
Sorry I don't have any pics, but I Think that covers it
ReadDataFile("SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"blahblahblah",
"rep_hover_fightertank",
If you want to add more vehicles for the republic, leave the comma at the end of the fightertank and make a new line with the same setup. If that's the end of that section, replace the comma with a )
In Zeroeditor, make sure the spawn point box at the right is filled with the correct things. EX:
(The first blank which I forget exactly what its called) in this case it's cp# (replace the # with the cp#)
Then you fill what I said in the previous post that I did and fill the starting team in the lower left box under Browse ODF (In this case Team 1 for Rep, the spawn points starting team)
Sorry I don't have any pics, but I Think that covers it
-
Hebes24
- Sith Master

- Posts: 2594
- Joined: Sat Jun 03, 2006 5:15 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: In An Epic Space Battle!
- Contact:
