AdrianeMapMaker
9 years ago
Hey Lets Get Quick

Question1:Renaming Some Code's.
I am Curious About Ini, Can i Do a New Weapon name,Or Such Many Things In General or also Known As Self Made Ini Name Without Any Crash

Question2:Glitch
Lets Ask About This Thing,I Found that a 1 map ini Can affect any other maps , Am I Right.
Need Confirmation Pls.

Question3:Modding The Game.
So If We Did, We Need To do That In The Original Directory Ini Path Right (In The Original CnCGenerals Folder) Am I Right?.

Question4:Mod Only 1Map
This, Lets Ask This, Can I Do That ...For example when i want to actually/Fully modded a crusader By Modding its Real Priority In The Game?Not Using Any Simple Code's Like

AddModule tag
RemoveModule tag

Thanks For Advance.😂
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




Sponsor
acidbrain
9 years ago

Question1:Renaming Some Code's.
I am Curious About Ini, Can i Do a New Weapon name,Or Such Many Things In General or also Known As Self Made Ini Name Without Any Crash

Originally Posted by: adrianemapmaker 


You can create new weapons as long as you give the new stuff unique names.

Question2:Glitch
Lets Ask About This Thing,I Found that a 1 map ini Can affect any other maps , Am I Right.
Need Confirmation Pls.

Originally Posted by: adrianemapmaker 


If the modded stuff in a map ini also is in another map it will also mod that map.

Question3:Modding The Game.
So If We Did, We Need To do That In The Original Directory Ini Path Right (In The Original CnCGenerals Folder) Am I Right?.

Originally Posted by: adrianemapmaker 


There are 2 folders in the gameroot where you can mod the game, Data and Art.
If the Art folder doesn't exists yet you can create one.
You can also add your modded stuff to a big file and create new shortcut to the game with a windows switch that uses the mod, -mod blabla.BIG.
Here  is a page with switches you can use.

Question4:Mod Only 1Map
This, Lets Ask This, Can I Do That ...For example when i want to actually/Fully modded a crusader By Modding its Real Priority In The Game?Not Using Any Simple Code's Like

AddModule tag
RemoveModule tag

Originally Posted by: adrianemapmaker 


You can mod 1 map, you can make a minimod, you can add the stuff to a BIG file...

Thanks For Advance

adrianemapmaker wrote:


It is Thanks in advance Adriane...;P

Greetz
Panem et kirkinses
AdrianeMapMaker
9 years ago
Thanks Man , Really Helpful
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




klingondragon
9 years ago
2. For most maps any changes you make should (and will) only affect that map. If you edit stuff like player templates it will stick until you close the game (this is a common way of enabling the boss general).
AdrianeMapMaker
9 years ago
Based On Acidbrain Said.

In Question4:

i will just put all my stuf there including(in that question it supposedly , i will mod only the ini file) :
-Ini.File


What should be The name of it? it does matters?
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




klingondragon
9 years ago
From what I understand of it (I'm struggling with your and acidbrain's english): You want to make a full mod but have it only affect one map.
This would be very hard. Either you make a map.ini and just make the mod in there. Or you could make a mod and use a map.ini to switch to new units etc..

The problem with the first method is new stuff won't have a build cost or build time.
The problem with the second method is it's too much effort for the player to install that one map.

Using your crusader example:
Method 1:
Mod the crusader in map.ini
Method 2:
Copy the crusader and mod that. Save in a big archive. In your map.ini modify the crusader build commandbutton to build the copy instead of the normal one.

acidbrain
9 years ago
Deleted because im done with it...
Panem et kirkinses
klingondragon
9 years ago
That wasn't an attack. That was merely me trying to help. It's you who react and take it the wrong way.

If two people who have English as a second language communicate in English it's very easy for a small miscommunication to cause disproportionate problems.
What you originally replied may be correct. However, after I managed to work out what was said, I thought a little more would help.
Also, as the original poster asked for more information after your poor reply, I'm more than justified for trying to help out.

You can mod 1 map, you can make a minimod, you can add the stuff to a BIG file...


This makes little sense and I was just trying to clear it up a little.
acidbrain
9 years ago
Deleted because im done with it...
Panem et kirkinses
klingondragon
AdrianeMapMaker
9 years ago
Can You Stop Guys I dont Want To Do another Thread ... I dont want to talk about this.. ok Lets start Again ..

Question:5
Did the MiniMod will be recognized By The World Builder?

Question:6
Did The Big.file Name matters or What ,in The Minimod?

Question:7
all The Moded Stuff is Always In The Big.file, Right?
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




acidbrain
9 years ago

Question:5
Did the MiniMod will be recognized By The World Builder?

Originally Posted by: adrianemapmaker 


Yip

Question:6
Did The Big.file Name matters or What ,in The Minimod?

Originally Posted by: adrianemapmaker 


Name doesn't matter as long as you also use that BIG file name in the windows switch so if your BIG file is name newmod.BIG then name your windows switch -mod newmod.BIG.

Question:7
all The Moded Stuff is Always In The Big.file, Right?

Originally Posted by: adrianemapmaker 


Yip


Panem et kirkinses
AdrianeMapMaker
9 years ago

windows switch

Originally Posted by: acidbrain 



what do you mean by these ?

EDIT:
I Dont want to create a shortcut for my game.... if needed i will do,how?
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




acidbrain
9 years ago
If you want to use your own big file it is handy to have a separate shortcut so the game knows what to run...
Here is how to do it:
1. Go to your game root and select generals.exe
2. Right click and select create shortcut
3. cut/paste the new shortcut to your desktop and name it, mod name would be handy
4. select the shortcut, right click and select properties
5. locate the source and add -mod yourmod.BIG to it, apply and voilla you have just created a shortcut to your mod...

Be sure that there is a space between the end of the source path and -mod yourmod.BIG so something like this: ¨somekindofpath\blabla.exe¨ -mod yourmod.BIG

Check the first post I made again, there is a link with possible switches

Greetz
Panem et kirkinses
AdrianeMapMaker
9 years ago
Ini Stuff

Question:8
Did i need to separate all the code like or all in one?

like i will do:
commandset.ini
commandbutton.ini
weapon.ini
object.ini


Question:9
Is the big file's for minimod is need a shortcut?is it very impotant?
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




Zatsupachi
9 years ago
Question 8-
Preferrably yes.
It's more organized that way.

Question 9-
The reason for shotcuts is so that you wont need multiple copies of your ZH/Generals directory. You just a shortcut that tells the exe beforehand to read the corresponding .big files.
"It's precision_bomber."
Death Label HAS BEEN RELEASED(go get v0.99):
http://www.moddb.com/mods/death-label/downloads/death-label-ver-099 
Next Episode:
precision_bomber's Zero Hour SCIENCE!
AdrianeMapMaker
9 years ago
Question:10

3. cut/paste the new shortcut to your desktop and name it, mod name would be handy

Originally Posted by: acidbrain 



So do i Need To Delete the old one right?

Question:11
How to Put my Ini In a BigFile Archive?

Question:12
Can I Put a Several Ini In one mapFolder?

Guys Thanks for Advance(i love this community😂 )
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




klingondragon
9 years ago
9. If you want your stuff to show up in WB make sure it's in the root directory. Only once you're finished with WB should you use a special nodded shortcut to run the game.
10. No. The old shortcut would run the game normally. The new shortcut would run this mod.
11. Open finalbig (if you don't have it, check the downloads section of cnclabs). Click New >> BIG Archive. Click and drag your files into finabig. Make sure their names are: 'Data/INI/[filename]' (and your object should be: 'Data/INI/Object/[filename]'). Save as something like: `MapMod.big or 00MapMod.big ( the '`' and '00' are to make sure the mod shows up at the top of the list alphabetically and hence is added to the game first).
12. No. The map folder can only have the one ini file (map.ini). The big archive mods the whole game.

Also, a note on your English.
I think you mean 'does' not 'did' in question 5 and 6. Actually I think 'Will' fits the second half of the sentence better'.
And 'do' not 'did' in question 8.
'did' is the past tense of 'do' and is usually used to ask if someone has completed a task (or other action) e.g.: "Did you eat breakfast this morning".
You're asking what you should be doing so you you could use: "Do I ..." or perhaps it would be better to use: "Should I ...".
(Note, this is not an attack but some constructive advice.)
AdrianeMapMaker
9 years ago
Question:13
Can i do a unit using a map ini? or can i moded the whole unit using Map.ini ,like this:

adding the new unique commandset on it
adding the new unique weapon on it
adding the new unique commandbutton

and the whole Unit that being moded on it....

Question:14

this is related at question13,is there's a limit in map.ini?

Guys Thanks.😁
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




klingondragon
9 years ago
13. It depends what you want to do with the unit.
You can add new units and structures but the build times and costs won't work in game.
However a new commandbutton, commandset, and weapon can all be added using a map.ini.
14. If you mean character limit in the file: I doubt it (but I don't Know. If you mean limit in what you can do: as I've already said (in this reply, and others), there are a few things map.inis just can't do (namely: build times and build costs (I think there are a couple more things but I don't know what they are off the top of my head)).