ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "User:Bobingabout/Personal RockPatch Wishlist"

From ModEnc
Jump to: navigation, search
m (Replacing Template:TTL with Template:F.)
 
(17 intermediate revisions by 7 users not shown)
Line 1: Line 1:
This page serves as what I perceive to be what the community would like in 1.09.
+
This page serves as what I perceive to be what the community would like in Future versions of rockpatch.
  
; Mutator Clone.
+
; Completed 4th side logic. (Mostly complete in RP v1.10)
;:All attempts to create mutation clones using other superweapon logics has resulted in neutral mutations, due to the fact that the actual superweapon is unowned. As a result, I and at least 1 other person would like a clone of the Genetic Mutator Superweapon (as PD did say he would try to clone 1 superweapon per version).
+
;:The only planned feature remaining is third and 4th side gates. There is a checklist on the [[RockPatch:Status|Status page]] showing what has and hasn't been cloned, and here are some links to research and sugestion documents. [http://bobingabout.gamemod.net/bobstempstuff/neededfor4sides.txt V1][http://bobingabout.gamemod.net/bobstempstuff/neededfor4sidesv2.txt V2][http://bobingabout.gamemod.net/bobstempstuff/neededfor4sidesv3.txt V3][http://bobingabout.gamemod.net/bobstempstuff/neededfor4sidesv4.txt V4]
; Completed 4th side logic.
+
; More Player Colours in Skirmish/MP menu. '''Done'''
;:PD's efforts to add an extra side to the game have made some progress, however, there are a lot of things still missing. There is a checklist on the [[RockPatch:Status|Status page]] showing what has and hasn't been cloned, and I believe there are also links to the documents i wrote back when you first started the process. Features I would very much like in 1.09 are disguise, paradrop, and EVA, although there are a lot more things to be done for it. [http://bobingabout.gamemod.net/RA2YR/4thEVA.zip This] is a complete 4th EVA with EVAMD.ini that can be used for testing. as you can see in there, the 4th side tag (chosen by me and PD a long time ago) is Fourth=
+
;:Something PD did a while ago was to allow customisable colours to be displayed on the skirmish menu using a new [MenuColors] section. CnCVK has already done some work on this to increase the number of colours to 16, This was added in RPCE, but some players would like a few tweaks, such as superweapon text flash colour, and observer colour changing to use the name of the default colour rather than its default position.
; More Player Colours in Skirmish/MP menu.
 
;:Something PD did a while ago was to allow customisable colours to be displayed on the skirmish menu using a new [MenuColors] section. CnCVK has already done some work on this to increase the number of colours to 16, so hopefully it will be in RP 1.08SE or 1.09.
 
 
; Breaking Unit Quantity Limits.
 
; Breaking Unit Quantity Limits.
;:Currently CnCVK has increased the number of units you can build with a sane AI from 101 to 200. i sugest increasing this limit to 250. Also, you can only have 74 units per tab, any more and it will lock up the game. I suggest increasing this limit as high as it can easily go, AKA 255(byte limit)(as i understand it, this limit is currently a table index signed byte (127 max) PD's Attempt didn't go too good). ([http://forums.renegadeprojects.com/showthread.php?tid=16&pid=3680#pid3680 Important Post on the subject].)
+
;:Currently CnCVK has increased the number of units(units only, no infantry or aircraft) you can build with a sane AI from 101 to 200. i sugest increasing this limit to 250, with infantry and maybe aircraft too. Also, you can only have 74 units per tab, any more and it will lock up the game. I suggest increasing this limit as high as it can easily go.
; New Prerequisite System.
+
; New Prerequisite System. (Mostly complete and Bug Squishing)
;:This includes (by common refenced names) {{tt|NegativePrerequisite}}= where anything on this tag that exists causes the object containing this tag to be unbuildable. {{tt|AlternatePrerequisite#}}= basicly a few of these lines that list alternate {{TTL|Prerequisite}} lines, if any of these lines including the original {{TTL|Prerequisite}} gets all its objects listed owned by the player, then this object will become buildable(An alternate name for the tag could be Prerequisite2=, Prerequisite3= etc). {{tt|PrerequisiteMisc##}}=, 100 (PD and CnCVK agreed on 6) clones of {{tt|PrerequisitePower}}= to allow several buildings to be placed on here, allowing an "any building on this list" condition, such as the already existing "Any Power Plant" "Any Ore Refinery" "Any Tech Centre" "Any War Factory" "Any Barracks" and "Any Radar" conditions. However, a slightly easier way to use this system would be a list such as this example
+
;:This includes (by common refenced names) {{tt|NegativePrerequisite}}= where anything on this tag that exists causes the object containing this tag to be unbuildable.(Done but needs more testing) {{tt|AlternatePrerequisite}}= basicly a few of these lines that list alternate {{f|Prerequisite|link}} lines, if any of these lines including the original {{f|Prerequisite|link}} gets all its objects listed owned by the player, then this object will become buildable(An alternate name for the tag could be Prerequisite2=, Prerequisite3= etc)(we would like more than 1 of these new tags). {{tt|PrerequisiteMisc##}}=, some(PD and CnCVK agreed on 6) clones of {{tt|PrerequisitePower}}= to allow several buildings to be placed on here, allowing an "any building on this list" condition, such as the already existing "Any Power Plant" "Any Ore Refinery" "Any Tech Centre" "Any War Factory" "Any Barracks" and "Any Radar" conditions. However, a slightly easier way to use this system would be a list such as this example
 
;::[NewGlobalPrerequisites]
 
;::[NewGlobalPrerequisites]
 
;::CNST=GACNST,NACNST,YACNST,TACNST,EACNST,VACNST,PACNST,RACNST
 
;::CNST=GACNST,NACNST,YACNST,TACNST,EACNST,VACNST,PACNST,RACNST
Line 17: Line 15:
 
;::TECHA=GATECHA,NATECHA,YATECHA,TATECHA
 
;::TECHA=GATECHA,NATECHA,YATECHA,TATECHA
 
;;:CDAHighTech=TALLAB,TAFLAB,TASLAB
 
;;:CDAHighTech=TALLAB,TAFLAB,TASLAB
;:Then using Prerequisite=DEPT would mean GADEPT, NADEPT, YAGRND or TADEPT. this is simular to how [Sides], [Colors] and PD's [MousePointers] works, it also makes it easier for the modder because they don't have to remember what upto 100 different numbers mean. (with this system, upto 100 should be possable instead of only 6)
+
;:Then using Prerequisite=DEPT would mean GADEPT, NADEPT, YAGRND or TADEPT. this is simular to how [Sides], [Colors] and PD's [MousePointers] works(Replaced with CnCVK's [MouseCursers]), it also makes it easier for the modder because they don't have to remember what a bunch of different numbers mean. (with this system, upto 100 should be possable instead of only 6)
 +
;:Also new to the votelist's new "Specific" catagory upon conversion of the "NegativePrerequisite" wish to "New Prerequisite Tags" with including "NegativePrerequisite" as 1 of the sub-sections include RequiresStolenTech=(and on building to be spied upon IsStolenTech=) on a buildable item, which lists a bunch of structures that must be spied upon before the Prerequisite can become met. and then another wish of PrerequisiteTheater= to specify buildings that will apear only on certain map theaters, EG, a lunar base.
 
; Sensors on buildings.
 
; Sensors on buildings.
 
;:Currently, there is no way at all to add sensors to a building, unless you use the veteran abilities system, which relies on the building getting promoted. PD added the {{tt|Cloakable=yes}} tag to buildings. he also said it should be easy to add Sensors too. I mention something about it in [http://forums.renegadeprojects.com/showthread.php?tid=260&pid=4379#pid4379 this post].
 
;:Currently, there is no way at all to add sensors to a building, unless you use the veteran abilities system, which relies on the building getting promoted. PD added the {{tt|Cloakable=yes}} tag to buildings. he also said it should be easy to add Sensors too. I mention something about it in [http://forums.renegadeprojects.com/showthread.php?tid=260&pid=4379#pid4379 this post].
Line 25: Line 24:
 
;:It was also hoped that VeteranPrimary= and VeteranSecondary= tags might be added, which when 3rd and 4th weapons are done would also mean VeteranTertiary= and VeteranQuaternary= tags.
 
;:It was also hoped that VeteranPrimary= and VeteranSecondary= tags might be added, which when 3rd and 4th weapons are done would also mean VeteranTertiary= and VeteranQuaternary= tags.
 
; More Promotion Stages
 
; More Promotion Stages
;:This includes at least 2 more promotion stages, such as promotion after elite. 2 ideas for defaults were Prime and Master, other ideas were also suggested, these will be my reference names though. This would also include PrimeAbilities= and MasterAbilities= to go along with VeteranAbilities= and EliteAbilities=. This would also like a PrimePrimary=, PrimeSecondary=, MasterPrimary= and MasterSecondary=, along with a hoped VeteranPrimary= and VeteranSecondary=. Assuming the weapons are also increased in number, this would also want PrimeTertiary=, MasterTertiary=, PrimeQuaternary=, and MasterQuaternary=.
+
;:This includes at least 2 more promotion stages, such as promotion after elite. 2 ideas for defaults were Prime and Master, other ideas were also suggested, these will be my reference names though. This would also include PrimeAbilities= and MasterAbilities= to go along with VeteranAbilities= and EliteAbilities=. This would also like a PrimePrimary=, PrimeSecondary=, MasterPrimary= and MasterSecondary=. Assuming the weapons are also increased in number, this would also want PrimeTertiary=, MasterTertiary=, PrimeQuaternary=, and MasterQuaternary=.
 +
; Advanced Power '''Done'''
 +
;:RP v1.10 adds a new PowerPlants= tag to a header with your sides name on the [Sides] list, such as [GDI], [Nod], [ThirdSide]. This apears to be part of the 4th side to multiple extra sides logic wish to move generic 4th side tags to the [FourthSide] section, as a result FourthPowerPlant= is Obsolete and has been replaced with PowerPlant= on the [FourthSide] section. This PowerPlants= tag lets the AI build any BuilddingType on this list, or the original PowerPlant tag, when the AI has lower power, including Plugins.
 +
; Full Palette= support
 +
;:I'm not sure how full it is at the moment, but where it does work, from what I understand, listing something such as Palette=Ice.pal would result in using a palette named Ice.pal, and using Palette=Ice would result in using IceTemp.pal in Temperate, and IceSnow.pal in Arctic, and so on, adding the Theater suffix before the .pal. basicly, people want this to work on every single SHP file they want. I myself would also like to see 16-bit SHP format completed and re-introduced.
 +
; <tt>NeutralIsHostile=yes</tt>
 +
;:A rules option (<tt>NeutralIsHostile=yes</tt> under <tt>[General]</tt>) so that units will consider in their threat scan neutral-owned units that have a weapon or non-zero threat rating. It's annoying if your mod has something that generates neutral infantry/unit opponents that your units and, more importantly, the AI completely ignores, even when they start destroying everything on the map. (this often happens with mutation logic, or to slaves if a slave miner gets destroyed by an un-owned weapon)
 +
;:new skirmish options in multiplayer
 +
; New Skirmish Options
 +
;:Allow TechLevel slider and MultiEngineer options to work in Network and (if possable) Internet Play. I supose this is harder than skirmish as it requires transmiting the state of the slider and button to the other players.
 +
; IFV
 +
;:We already have the IsIFV=yes tag to clone IFVs, however, we still have the problem that you can only have 17 different weapons(plus elites), and 1 death weapon. how about expanding this to allow maybe 32 different weapons? since when a mod adds a new infantry, with a unique weapon, when placed in an IFV he has to change the infantries IFV weapon to something else, or delete an existing IFV weapon to add a new 1.

Latest revision as of 10:47, 27 November 2009

This page serves as what I perceive to be what the community would like in Future versions of rockpatch.

Completed 4th side logic. (Mostly complete in RP v1.10)
The only planned feature remaining is third and 4th side gates. There is a checklist on the Status page showing what has and hasn't been cloned, and here are some links to research and sugestion documents. V1V2V3V4
More Player Colours in Skirmish/MP menu. Done
Something PD did a while ago was to allow customisable colours to be displayed on the skirmish menu using a new [MenuColors] section. CnCVK has already done some work on this to increase the number of colours to 16, This was added in RPCE, but some players would like a few tweaks, such as superweapon text flash colour, and observer colour changing to use the name of the default colour rather than its default position.
Breaking Unit Quantity Limits.
Currently CnCVK has increased the number of units(units only, no infantry or aircraft) you can build with a sane AI from 101 to 200. i sugest increasing this limit to 250, with infantry and maybe aircraft too. Also, you can only have 74 units per tab, any more and it will lock up the game. I suggest increasing this limit as high as it can easily go.
New Prerequisite System. (Mostly complete and Bug Squishing)
This includes (by common refenced names) NegativePrerequisite= where anything on this tag that exists causes the object containing this tag to be unbuildable.(Done but needs more testing) AlternatePrerequisite= basicly a few of these lines that list alternate Prerequisite lines, if any of these lines including the original Prerequisite gets all its objects listed owned by the player, then this object will become buildable(An alternate name for the tag could be Prerequisite2=, Prerequisite3= etc)(we would like more than 1 of these new tags). PrerequisiteMisc##=, some(PD and CnCVK agreed on 6) clones of PrerequisitePower= to allow several buildings to be placed on here, allowing an "any building on this list" condition, such as the already existing "Any Power Plant" "Any Ore Refinery" "Any Tech Centre" "Any War Factory" "Any Barracks" and "Any Radar" conditions. However, a slightly easier way to use this system would be a list such as this example
[NewGlobalPrerequisites]
CNST=GACNST,NACNST,YACNST,TACNST,EACNST,VACNST,PACNST,RACNST
YARD=GAYARD,NAYARD,YAYARD,TAYARD,EAYARD,VAYARD,PAYARD,RAYARD
DEPT=GADEPT,NADEPT,YAGRND,TADEPT
TECHA=GATECHA,NATECHA,YATECHA,TATECHA
CDAHighTech=TALLAB,TAFLAB,TASLAB
Then using Prerequisite=DEPT would mean GADEPT, NADEPT, YAGRND or TADEPT. this is simular to how [Sides], [Colors] and PD's [MousePointers] works(Replaced with CnCVK's [MouseCursers]), it also makes it easier for the modder because they don't have to remember what a bunch of different numbers mean. (with this system, upto 100 should be possable instead of only 6)
Also new to the votelist's new "Specific" catagory upon conversion of the "NegativePrerequisite" wish to "New Prerequisite Tags" with including "NegativePrerequisite" as 1 of the sub-sections include RequiresStolenTech=(and on building to be spied upon IsStolenTech=) on a buildable item, which lists a bunch of structures that must be spied upon before the Prerequisite can become met. and then another wish of PrerequisiteTheater= to specify buildings that will apear only on certain map theaters, EG, a lunar base.
Sensors on buildings.
Currently, there is no way at all to add sensors to a building, unless you use the veteran abilities system, which relies on the building getting promoted. PD added the Cloakable=yes tag to buildings. he also said it should be easy to add Sensors too. I mention something about it in this post.
More Weapons (CnCVK said he will be working on this already)
A 3rd and 4th weapon for Units, buildings and whatever using tags Tertiary=, EliteTertiary=, Quaternary=, and EliteQuaternary=.
Veteran Weapons
It was also hoped that VeteranPrimary= and VeteranSecondary= tags might be added, which when 3rd and 4th weapons are done would also mean VeteranTertiary= and VeteranQuaternary= tags.
More Promotion Stages
This includes at least 2 more promotion stages, such as promotion after elite. 2 ideas for defaults were Prime and Master, other ideas were also suggested, these will be my reference names though. This would also include PrimeAbilities= and MasterAbilities= to go along with VeteranAbilities= and EliteAbilities=. This would also like a PrimePrimary=, PrimeSecondary=, MasterPrimary= and MasterSecondary=. Assuming the weapons are also increased in number, this would also want PrimeTertiary=, MasterTertiary=, PrimeQuaternary=, and MasterQuaternary=.
Advanced Power Done
RP v1.10 adds a new PowerPlants= tag to a header with your sides name on the [Sides] list, such as [GDI], [Nod], [ThirdSide]. This apears to be part of the 4th side to multiple extra sides logic wish to move generic 4th side tags to the [FourthSide] section, as a result FourthPowerPlant= is Obsolete and has been replaced with PowerPlant= on the [FourthSide] section. This PowerPlants= tag lets the AI build any BuilddingType on this list, or the original PowerPlant tag, when the AI has lower power, including Plugins.
Full Palette= support
I'm not sure how full it is at the moment, but where it does work, from what I understand, listing something such as Palette=Ice.pal would result in using a palette named Ice.pal, and using Palette=Ice would result in using IceTemp.pal in Temperate, and IceSnow.pal in Arctic, and so on, adding the Theater suffix before the .pal. basicly, people want this to work on every single SHP file they want. I myself would also like to see 16-bit SHP format completed and re-introduced.
NeutralIsHostile=yes
A rules option (NeutralIsHostile=yes under [General]) so that units will consider in their threat scan neutral-owned units that have a weapon or non-zero threat rating. It's annoying if your mod has something that generates neutral infantry/unit opponents that your units and, more importantly, the AI completely ignores, even when they start destroying everything on the map. (this often happens with mutation logic, or to slaves if a slave miner gets destroyed by an un-owned weapon)
new skirmish options in multiplayer
New Skirmish Options
Allow TechLevel slider and MultiEngineer options to work in Network and (if possable) Internet Play. I supose this is harder than skirmish as it requires transmiting the state of the slider and button to the other players.
IFV
We already have the IsIFV=yes tag to clone IFVs, however, we still have the problem that you can only have 17 different weapons(plus elites), and 1 death weapon. how about expanding this to allow maybe 32 different weapons? since when a mod adds a new infantry, with a unique weapon, when placed in an IFV he has to change the infantries IFV weapon to something else, or delete an existing IFV weapon to add a new 1.