Problems with making TDM Maps
#16
Posted 12 April 2012 - 09:54 PM


Admin GhostRecon.net --- Serellan LLC
#17
Posted 12 April 2012 - 10:06 PM
This is killing me. Oh well I'll go to sleep, and maybe I can fix this tomorrow...
#18
Posted 12 April 2012 - 10:37 PM
If you have your new map in the: "C:/Program Files (x86)/UBISOFT/Ghost Recon Advanced Warfighter 2/Data" folder all changes that you make in the editor will be saved to your Appdata/local/GRAW2/data folder.
You need to copy all files in you Appdata/local/GRAW2/data folder and paste them into your "C:/Program Files (x86)/UBISOFT/Ghost Recon Advanced Warfighter 2/Data" folder.
Make sure both PC's have the exact same files and in the same location or you may have problems playing the map.


Admin GhostRecon.net --- Serellan LLC
#19
Posted 13 April 2012 - 04:37 AM
In this cause you don't have to use other localisations than main ghost recon folder/data folers all what you have to do is:
1. open properties of Ghost Recon application (right mouse klick)
2. go to Compatibility
3. check "Run this program in compatibility mode for: choose Windows XP (Serive Pack 3)
4. check "Run this program as an administrator
from nowon you will able to edit your map in f. ex. in my instalation location:
C:\Program Files\UBISOFT\Ghost Recon Advanced Warfighter 2\data
not as you case in :
Appdata/local/GRAW2/data folder.
and if you can not see your bundled map...
please give us a structure folder when you are bumding it. The right structure should looks like:
C:\Program Files\UBISOFT\bundler\tdm_mini_fort\data\
and inside data folder you need to paste your levels and texture folders, created by the editor
then you are running the bundle.bat file
and there is no way to not force this map to work.
Edited by daro48, 13 April 2012 - 04:40 AM.
#20
Posted 13 April 2012 - 10:11 AM
When I sent the bundled map (I also tried to send them unbundled) to my other computer it couldn't see the map in the game. But the computer I am using to make the map worked just fine. Daro I did what you said, I ran the game as admin and chosed to run with compability for Win XP SP3. Still no change. John, what if I send you the files through Email? (it's only 465Kb so it should work).
#21
Posted 13 April 2012 - 10:29 AM
I better mention though that I've never made any TDM maps but I should be able to get it working.


Admin GhostRecon.net --- Serellan LLC
#22
Posted 21 May 2012 - 03:35 PM
I replaced some stuff and messed around with the files and now I got it right! Since it is a TDM map I can just see a few things on the map because I automaticly win each time so I can't see the whole map. I will send the map to one of my other computers and create a server and play so I can be 100% sure everything is as it should be.
To help you see the whole map. Copy the tdm_rules.xml file and rename it to test or someting like that. Then change the following two paragraphs to look at a single player.
<!-- Have the Ghosts won by killing ALL the Rebels?
If you play alone, you have to set max_players = 1, or the game will end right away -->
<trigger name="check_all_ghosts_dead" interval="1" preserved="false" >
<!--<condition type="ServerSetting" name="max_players" greater_than="1"/>-->
<condition type="ServerSetting" name="max_players" equal="1"/>
<condition type="PlayersNotPermanentlyDead" side="1" equal="0"/>
<condition type="PlayersNotSpawnedYet" side="1" equal="0"/>
<event name="All_ghosts_dead"/>
</trigger>
<!-- Have the Rebels won by killing ALL the ghosts?
If you play alone, you have to set max_players = 1, or the game will end right away -->
<trigger name="check_all_rebels_dead" interval="1" preserved="false" >
<!--<condition type="ServerSetting" name="max_players" greater_than="1"/>-->
<condition type="ServerSetting" name="max_players" equal="1"/>
<condition type="PlayersNotPermanentlyDead" side="2" equal="0"/>
<condition type="PlayersNotSpawnedYet" side="2" equal="0"/>
<event name="All_rebels_dead"/>
</trigger>
Then in your mission.xml file change the path for the include to read.
<xi:include href="test_tdm_rules.xml"/>
Edited by mexicobob, 21 May 2012 - 03:39 PM.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











