Limits mod help

Get some help with creating maps or modding.
Need a map editor or other tools, look here!
Post Reply
blendernation
New user
Posts: 4
Joined: 10 Jan 2011, 19:19

Limits mod help

Post by blendernation »

You all know the limit mod. Well, I am trying to make bigger limits.(25 fac, 25 repair, 25 cyborgfac, etc.)

VLO file.

Code: Select all

factory		STRUCTURESTAT		"A0LightFactory"
powerGen	STRUCTURESTAT		"A0PowerGenerator"
research	STRUCTURESTAT		"A0ResearchFacility"
comdroid	STRUCTURESTAT		"A0ComDroidControl"
cybfac		STRUCTURESTAT		"A0CyborgFactory"
repair		STRUCTURESTAT		"A0RepairCentre3"
vtolfact	STRUCTURESTAT		"A0VTolFactory1"
lassat		STRUCTURESTAT		"A0LasSatCommand"
uplink		STRUCTURESTAT		"A0Sat-linkCentre"
fort1		STRUCTURESTAT		"X-Super-Cannon"
fort2		STRUCTURESTAT		"X-Super-Rocket"
fort3		STRUCTURESTAT		"X-Super-Missile"
fort4		STRUCTURESTAT		"X-Super-MassDriver"
SLO file

Code: Select all

	setStructureLimits(factory,25,0);
	setStructureLimits(powerGen,25,0);
	setStructureLimits(research,25,0);
	setStructureLimits(comdroid,25,0);
	setStructureLimits(cybfac,25,0);
	setStructureLimits(repair,25,0);
	setStructureLimits(vtolfact,25,0);
	setStructureLimits(lassat,25,0);
	setStructureLimits(uplink,25,0);
	setStructureLimits(fort1,25,0);
	setStructureLimits(fort2,25,0);
	setStructureLimits(fort3,25,0);
	setStructureLimits(fort4,25,0)
But the structure limits still stays at the previous one. (5 fac, 5 cyborgfac, etc.)
What am I suppose to edit so that the limits go to 25?
blendernation
New user
Posts: 4
Joined: 10 Jan 2011, 19:19

Re: Limits mod help

Post by blendernation »

I have also noticed that the bots can build up to 25 of everything.
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: Limits mod help

Post by milo christiansen »

Kuky made a limits mod, maybe you should pm him?
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
User avatar
Iluvalar
Regular
Regular
Posts: 1828
Joined: 02 Oct 2010, 18:44

Re: Limits mod help

Post by Iluvalar »

25 lassat is crazy, but limit of 30 for factory and research lab is in the last master already. more then 5 comdroid is impossible due to GUI actually and 25 uplink is just silly...

I think you will love the last master
Heretic 2.3 improver and proud of it.
User avatar
NEXUS Destruction
Trained
Trained
Posts: 39
Joined: 11 Dec 2010, 23:50

Re: Limits mod help

Post by NEXUS Destruction »

how do you put weapons on structures???? :lecture: :lecture:


oh and you need to go into the coding of the mp.wz file I think to change it
KukY
Regular
Regular
Posts: 1859
Joined: 20 Mar 2009, 21:56

Re: Limits mod help

Post by KukY »

Number of all kinds of factories is code limited to 5 only to human players because they require delivery points, and since there are only images for delivery points 1-5, that is the limit. However the AI doesn't have that limit, and that fact has been sometimes used to increase game difficulty by increasing the number of AI's factories.
User avatar
Zutai
Greenhorn
Posts: 15
Joined: 22 Apr 2011, 22:17
Location: Void Space
Contact:

Re: Limits mod help

Post by Zutai »

im still trying to figure out how to use the mod. i have added it the the right file but i cant find the option in game. where is it?
Post Reply