Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline iSafa  
#1 Posted : Monday, July 19, 2021 2:29:07 PM(UTC)
iSafa
Private
Joined: 3/28/2014(UTC)
Posts: 4

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...7i0IdmmJeacW?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 Smile

Game:
Command Conquer 3 Kanes Wrath

Edited by user Tuesday, July 20, 2021 12:13:20 PM(UTC)  | Reason: Update

Sponsor
Offline iSafa  
#2 Posted : Tuesday, July 20, 2021 5:58:21 AM(UTC)
iSafa
Private
Joined: 3/28/2014(UTC)
Posts: 4

I think I figured out a way to disable super weapons without the need to use WorldBuilder!


  • Go to Maps folder
    C:\Users\<YourUserName>\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 <ScriptSet> tag


Script to disable Super Weapons by xonone


Code:

<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 :(

Edited by user Tuesday, July 20, 2021 11:05:49 AM(UTC)  | Reason: Update

Offline iSafa  
#3 Posted : Thursday, July 22, 2021 12:54:23 PM(UTC)
iSafa
Private
Joined: 3/28/2014(UTC)
Posts: 4

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.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.