speed2 wrote: Try to search the mod vault, it might already exist. If not, it will be really easy to make this mod. Just find any mod that is restricting some unit and change it. Cod eis gonna be something like
Code:
AddRestriction(categories.uea0304)
Where uea0304 is unit ID. You can find unit IDs of strats in unit DB.
Instead of adding lists of unit ids, you can use the category system. (There's a special category for every unit that just contains itself, which is what speed is using here), but you can more generally bad T3 bombers with the "TECH3 * BOMBER" category (the intersection of T3 and BOMBER categories). This has the advantage of probably also working in the presence of mods. Should you play with a mod that adds an extra race or extra units, you probably won't have to modify your bomber-removing mod if you do it this way (whereas if you just union the individual unit ids you'll have to keep tweaking it)
Statistics: Posted by ckitching — 24 Aug 2015, 10:34
]]>2015-08-24T09:57:49+02:002015-08-24T09:57:49+02:00/viewtopic.php?t=10660&p=108331#p108331Statistics: Posted by justmakenewgame — 24 Aug 2015, 09:57
]]>2015-08-24T09:56:53+02:002015-08-24T09:56:53+02:00/viewtopic.php?t=10660&p=108330#p108330
Code:
AddRestriction(categories.uea0304)
Where uea0304 is unit ID. You can find unit IDs of strats in unit DB.
]]>2015-08-24T04:47:03+02:002015-08-24T04:47:03+02:00/viewtopic.php?t=10660&p=108328#p108328 Is there any mods at all that disables Strategic Bombers? I really love turtling games with my friends and watch the AI send waves of units but the Strategic bombers completely spoil our fun.
If there is no mods for the said units, can someone link me to a tutorial on disabling units/buildings in-game? Thanks in advance!
Statistics: Posted by Icefrenzy — 24 Aug 2015, 04:47