iSafa
  • iSafa
  • 50.25% (Neutral)
  • Private Topic Starter
4 years ago
UPDATE: I've been able to open the map successfully by going to View --> Set LOD --> Very Low.

Hello all.

I just need a small favor, because of my PC can't edit large maps, I just need help from anyone who has a good PC to import No Super Weapon script to the attached below maps.

Just open the maps with World Builder, go to Edit--> Import and select noswall.scb
Hit save and upload the maps to any file sharing provider

The maps and the script are included in this link:
https://drive.google.com/drive/folders/1tdfWb_IREgjtLycgVjoi7i0IdmmJeacW?usp=sharing 

When I try to edit the map I get the following error:
UserPostedImage 
I believe this is because of low RAM, as I can easily modify the small maps without any issues.

Many thanks in advance 😄

Game:
Command Conquer 3 Kanes Wrath
Sponsor
iSafa
  • iSafa
  • 50.25% (Neutral)
  • Private Topic Starter
4 years ago
I think I figured out a way to disable super weapons without the need to use WorldBuilder!

  • Go to Maps folder
  • C:\Users\\AppData\Roaming\Command and Conquer 3 Kanes Wrath\Maps\
  • Go to the folder of the map you want to edit
  • There is map.xlm file, right click and select any text editor
  • Add the script (mentioned below) after tag


Script to disable Super Weapons by xonone 



<Script	
				id="Script 4">	
				<Action	
					Type="ALLOW_DISALLOW_ONE_BUILDING">	
					<ParameterList>	
						<ObjectType	
							Object="AlienRiftGenerator"/>	
					</ParameterList>	
				</Action>	
				<Action	
					Type="ALLOW_DISALLOW_ONE_BUILDING">	
					<ParameterList>	
						<ObjectType	
							Object="BlackHandTempleOfNOD"/>	
					</ParameterList>	
				</Action>	
				<Action	
					Type="ALLOW_DISALLOW_ONE_BUILDING">	
					<ParameterList>	
						<ObjectType	
							Object="GDIIonCannonControl"/>	
					</ParameterList>	
				</Action>	
				<Action	
					Type="ALLOW_DISALLOW_ONE_BUILDING">	
					<ParameterList>	
						<ObjectType	
							Object="MarkedOfKaneTempleOfNOD"/>	
					</ParameterList>	
				</Action>	
				<Action	
					Type="ALLOW_DISALLOW_ONE_BUILDING">	
					<ParameterList>	
						<ObjectType	
							Object="NODTempleOfNOD"/>	
					</ParameterList>	
				</Action>	
				<Action	
					Type="ALLOW_DISALLOW_ONE_BUILDING">	
					<ParameterList>	
						<ObjectType	
							Object="Reaper17RiftGenerator"/>	
					</ParameterList>	
				</Action>	
				<Action	
					Type="ALLOW_DISALLOW_ONE_BUILDING">	
					<ParameterList>	
						<ObjectType	
							Object="SteelTalonsIonCannonControl"/>	
					</ParameterList>	
				</Action>	
				<Action	
					Type="ALLOW_DISALLOW_ONE_BUILDING">	
					<ParameterList>	
						<ObjectType	
							Object="Traveler59RiftGenerator"/>	
					</ParameterList>	
				</Action>	
				<Action	
					Type="ALLOW_DISALLOW_ONE_BUILDING">	
					<ParameterList>	
						<ObjectType	
							Object="ZOCOMIonCannonControl"/>	
					</ParameterList>	
				</Action>	
			</Script>

UPDATE: nope... its seems like its not working 😞
iSafa
  • iSafa
  • 50.25% (Neutral)
  • Private Topic Starter
4 years ago
Editing directly the map.xml didn't work for me.
Here is how I got to edit the large maps:
Open WorldBuilder then check View --> Set LOD --> Very Low.