The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.24 (Linux)
|
Patching extra functionality into <gamemd.exe> - Printable Version +- Renegade Projects Network Forums (https://forums.renegadeprojects.com) +-- Forum: Inject the Battlefield (https://forums.renegadeprojects.com/forumdisplay.php?fid=60) +--- Forum: Ares General Discussion (https://forums.renegadeprojects.com/forumdisplay.php?fid=19) +--- Thread: Patching extra functionality into <gamemd.exe> (/showthread.php?tid=16) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
- Bobingabout - 12.05.2005 thats basicly because the prerequisite is met, but you can't build it because you don't have the factory. because its Everything on Prerequisite= OR ANYTHING on PrerequisiteOveride= this is 1 reason why we want the PrerequisiteAlternate##= so you could say Prerequisite=GAWEAP,GATECH PrerequisiteAlternate01=NAWEAP,NATECH PrerequisiteAlternate02=YAWEAP,YATECH more usefull example would be Navel combined with tech, because navel doesn't have a global, although, it might soon have. i know its going to be usefull in our mod, not telling you why yet though - Guest - 12.05.2005 jonwil, nukesilo=yes will need to be modified to work on more than one building or a cloned nuke will be pretty useless :/ - Bobingabout - 12.05.2005 He's right, theres a special NukeSilo=yes that goes on buildings. this is primarily used for launching the nuke. you'll need to create a simular tag for your new nukes... and heres another question, do the buildings with your and PDs new superweapons on play a special anim when its ready, and firing? - Guest - 12.05.2005 I think you have to set that in rulesmd, there was a tag linked with it - jonwil - 13.05.2005 Yeah, I know about NukeSilo=Yes. I dont see any reason why having NukeSilo=Yes on more than one building with different nukes would cause a problem... They should play the special anim when its ready/firing just like the normal one does. - CannisRabidus - 13.05.2005 Bobingabout;date=May 12 2005, 03:11 AM Wrote:look up, if you can't read that, here it is in words.A RequiresStolenTech tag appears to simply be an additional condition to meet. I haven't tried them in conjunction with RequiredHouses= either, but I do know that they work as expected with ForbiddenHouses=, and TechLevel= affects them as you would expect too. The secret lab logic overrides everything sort of like PrerequisiteOverride= does, except it seems to escape the NCO bug. Secret Lab stuff can be TechLevel=11 and ForbiddenHouses=YourHouse and RequiredHouses=NotYourHouse and Prerequisite=SomethingYouDon'tOwn and you can still build it. Wouldn't it be nice if the Secret Lab logic worked as it was originally intended - where the boon you get is determined at the moment you capture the lab, instead of being set in stone for the building when the map loads. Then SecretHouses= could be made to work and be useful. - DedmanWalkin - 13.05.2005 I think I have an idea of why the Hoverpad=yes tag causes an IE when the Weather Storm or Nuke is used. The Weather Storm makes use of TS's Ion Storm's coding, right? Ion Storms shut down hover vehicles. Since hover vehicles are shut down, TS might have disabled Hoverpad during Ion Storms but the lazy WW coders forgot to do so in RA2. So now when an Ion Storm occurs it trips this bug causing the IE. Somehow, they also used part of the Ion Storms coding for the Nuke. So perhaps this is the cause, or perhaps I've no idea what I'm talking about. I don't know. \\//,DedmanWalkin - jonwil - 13.05.2005 I have sucessfully gotten a clone nuke to work. All you have to do to make it work identically to the real nuke is: 1.Create a new SuperWeaponType 2.Assign that to the SuperWeapon= tag on a building 3.Put NukeSilo=Yes on that building 4.Set up the superweapon as normal, making sure not to use the same action more than once (e.g. Action=Nuke on both the nuke and new nuke) and 5.set the Type= to NewNuke. Everything else works the same as the nuke, including the WeaponType= tag Now I just have to make it read & use the per-clone values instead of the global values. Also, I am going to add a PsiWarn= tag to allow custom animations instead of PSIWARN for the custom nukes. As for iron curtain with custom colors, I havent looked at the Iron Curtain code yet, when I get to that, I will see what I can do - Bobingabout - 13.05.2005 the possabilities for superweapons is forever increasing! Yay! oh, btw, can you understand that jargon i wrote about prerequisites? - jonwil - 13.05.2005 Yeah, I understand prerequisites. Hopefully PD will show up tonight so I can talk to him about stuff - CannisRabidus - 13.05.2005 jonwil;date=May 13 2005, 12:06 AM Wrote:Also, I am going to add a PsiWarn= tag to allow custom animations instead of PSIWARN for the custom nukes.PSIWARN is only used by the nuke right now. To do this right, would need to add a PsiWarn= tag to all other existing supers too. - Bobingabout - 13.05.2005 i agree, why should yuri get advanced warning of the nuke, and only the nuke? ok, i see little point in chronosphere and ion curtain, but he should also be able to see paradrop, dominator, mutator, and weather storm, just to name a few. plus the new spy plane if you allow it to have a weapon - jonwil - 13.05.2005 well right now I am implementing it only for the nuke (since the code is there). Later we can implement it for other things too. - Bobingabout - 13.05.2005 understandably - Renegade - 13.05.2005 Yuri is able to see the destination of a Paradrop through the Psychic Sensor, isn't he? |