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
|
RE: Patching extra functionality into <gamemd.exe> - Nighthawk - 11.02.2007 Quote:It used internally in my new SW system, so you must not use it.The Nuclear Reactor uses it upon destruction - it fires the same weapon as the Nuke. Also, even if it is used internally, what's wrong with using the actual warhead so long as the variables aren't changed around? Quote:I am not recommend to use nuke clones at all.What was wrong with them before? They seem to have got worse. I don't think it's sort of an efficient use of time to work on coding something, then tell people that it's best they don't use it, not unless it can be fixed anyway. RE: Patching extra functionality into <gamemd.exe> - VK - 11.02.2007 probably it have a lot of bugs, fix it is very difficult. (try a lot of nukes at the same time) Quote:The Nuclear Reactor uses it upon destruction - it fires the same weapon as the Nuke. Also, even if it is used internally, what's wrong with using the actual warhead so long as the variables aren't changed around?And this cause IE (when reactor destroyed)? Quote: as the variables aren't changed aroundpSWLastNuke can simple be NULL -> IE. RE: Patching extra functionality into <gamemd.exe> - zhaihs - 13.02.2007 ok,modify warhead to nuke2 ,success thanks! RE: Patching extra functionality into <gamemd.exe> - Bobingabout - 13.02.2007 CnCVK Wrote:Quote:The Nuclear Reactor uses it upon destruction - it fires the same weapon as the Nuke. Also, even if it is used internally, what's wrong with using the actual warhead so long as the variables aren't changed around?And this cause IE (when reactor destroyed)? i don't think it does, i played my mod after making it RPCE several times doing some testing, 1 of the things i did was destroy neuclear reactors. no IE. RE: Patching extra functionality into <gamemd.exe> - TheMan - 13.02.2007 CnCVK here is the except.txt for save game IE withc you can look at except.txt (Size: 20.58 KB / Downloads: 523) RE: Patching extra functionality into <gamemd.exe> - VK - 13.02.2007 You should have the same mod when load game, as save it. RE: Patching extra functionality into <gamemd.exe> - TheMan - 13.02.2007 I did, and i just tired again, same error. I tried to load without any mod with RPCE and it worked. RE: Patching extra functionality into <gamemd.exe> - VK - 13.02.2007 Quote:I did, and i just tired again, same error.What mod you are using now (or what rules)? RE: Patching extra functionality into <gamemd.exe> - MCV - 14.02.2007 CnCVK Wrote:You should have the same mod when load game, as save it. You mean SavedGames works again? RE: Patching extra functionality into <gamemd.exe> - VK - 14.02.2007 test it and think as your want... RE: Patching extra functionality into <gamemd.exe> - TheMan - 14.02.2007 CnCVK Wrote:Quote:I did, and i just tired again, same error.What mod you are using now (or what rules)? I PM them to you, look at your New Messeges RE: Patching extra functionality into <gamemd.exe> - zhaihs - 16.03.2007 CnCVK, a bug of YR and RP if a tank deploy to a building,and the building's Foundation=1x1 (art*.ini),the building can't be repair by the "wrench" if a tank deploy to a building,and the building's Foundation>1x1,for example 1x2 or 2x1 (art*.ini),the building can be repair by the "wrench" could you repair the problem,let the building(1x1 foundation) can be repair? RE: Patching extra functionality into <gamemd.exe> - Nighthawk - 16.03.2007 Have you tried ClickRepairable=yes on the building? Edit: This was probably put in because the only things that deployed to 1x1 buildings in older games were the Mobile Sensor Array, the Nod Artillery and the Juggernaut, none of which should be repairable when deployed. RE: Patching extra functionality into <gamemd.exe> - VK - 16.03.2007 Quote:a bug of YR and RPengine limitation RE: Patching extra functionality into <gamemd.exe> - zhaihs - 19.03.2007 a problem about the Palette of the ionbeam i make a new ionbeam anim,and assign a new palette my code: [IONBEAM] Translucent=yes Rate=200 Tiled=yes TranslucencyDetailLevel=1 Report=ChronosphereMove Flat=true Palette=IONBEAM.pal but ,i get a anim with a error palette,i find the ionbeam.shp used anim.pal when i modify Tiled=yes to no [IONBEAM] Translucent=yes Rate=200 Tiled=no TranslucencyDetailLevel=1 Report=ChronosphereMove Flat=true Palette=IONBEAM.pal ok,i get the color what i wanted,but it isn't a true ionbeam from sky how to correct this problem? |