Ok so I did everything in teancums Bf1 tutorial and the map shows up on the instant action list and it only shows up as the three letter name. for example CDC%s_%s. is that just the way it goes for opening your map? It also doesnt have a description. it just says CDC%s_%s.
I click on launch and this is what it says
FATAL
Could not open mission.lvl
What am I doing Wrong?
Link To Tutorial: http://www.gametoast.com/forums/viewtop ... =27&t=3574
Opening Converted Map
Moderator: Moderators
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: Opening Converted Map
I don't know what you mean by opening but do you have the Official 1.1 patch installed?modmaster13 wrote:is that just the way it goes for opening your map?
And can you post your LUA(s)?
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Opening Converted Map
What patch? the patch for the game or the bf2 mod tools?
For The Game Patch It says battlefront is already up to date. Maybe its because I use windows 7 for playing bf2.
And for the lua's i used the luas from this C:\BF2_ModTools\assets\scripts
I copied and pasted the lua's I wanted into C:\BF2_ModTools\data_RVH\Common\scripts\RVH
Is That Right?
For The Game Patch It says battlefront is already up to date. Maybe its because I use windows 7 for playing bf2.
And for the lua's i used the luas from this C:\BF2_ModTools\assets\scripts
I copied and pasted the lua's I wanted into C:\BF2_ModTools\data_RVH\Common\scripts\RVH
Is That Right?
- PilotX
- Private
- Posts: 35
- Joined: Thu Jun 17, 2010 10:58 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: California
Re: Opening Converted Map
You need to edit that lua unless everything is named perfectly in it. If you just copied and pasted it will not run.
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: Opening Converted Map
No, the LUAs you found weren't set up for SWBF2. The LUA setup between the first and second game is different. This goes into what PilotX mentioned.modmaster13 wrote:Is That Right?
-
modmaster13
- General

- Posts: 777
- Joined: Wed Aug 18, 2010 4:23 pm
- xbox live or psn: KrypticcElementt
- Location: Twitter @_KrypticElement
- Contact:
Re: Opening Converted Map
But, in the assets folder for bf2 mod tools it has the luas setup allready
Am i right? C:\BF2_ModTools\assets\scripts
EDIT
Tell me whats wrong.
Please use hide tags with large walls of text/code, -Staff
Double posting is against the RULES, please EDIT your post instead -Staff
Am i right? C:\BF2_ModTools\assets\scripts
EDIT
Tell me whats wrong.
Hidden/Spoiler:
Double posting is against the RULES, please EDIT your post instead -Staff
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: Opening Converted Map
Ah, it's Rhen Var: Citadel's LUAs that aren't set up correctly, my mistake. The LUA looks right except you got bunch of extra information that doesn't apply to the PC version of the game such as the side dlc.lvl. It should be okay though. What did you rename that LUA to if you didn't already? Also edit the following line so that it loads the correct .lvl/layer from your map's addon directory:
Otherwise your map won't show up in-game. Post an error log the next time your map crashes.
Code: Select all
ReadDataFile("dc:RHN\\RHN1.lvl","RhenVar1_conquest")