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
|
- Renegade - 11.03.2005 XP... No wonder it's not working. It's called the "Subnet", btw. - pd - 11.03.2005 I think it's "ipconfig" in WinXP, if you're meaning that... Well to get back to our original topic... IMPORTANT NOTE: In my RadBeams tutorial, it's said that the game uses the tag UsesSpecialColor= . That's wrong! Leave the second 's'! It's called UseSpecialColor=! Thanks larkone noticing this. BTW, I updated all the tutorials, which are now online HTML pages... I really dunno why I put TXTs into RAR archives, but that time is over - Bobingabout - 12.03.2005 BaseUnit= is a bitch... we compaired the function in RA2 and YR, and although there are differences, none of them would explain a change from 2 to 3, just more optimised code. PD did find out that something seems to overite base units after 3. so he hacked the game to move the array somewhere else, and that only broke the game... seems like theres something else that uses the data aswell. its just finding it... so, as before, forgetting base units for now, and moving on to something else. don't worry, he's written down exactly what he did so he can come back to it, but its going to require a bit of extra research. - Renegade - 12.03.2005 Couldn't we look at the difference between VehicleType vs. VehicleType and AircraftType vs. AircraftType for a change? - CannisRabidus - 13.03.2005 Or maybe some new art sequences, like... FireUpSecondary= ;need for visible projectiles FireProneSecondary= ;this too WetAttackSecondary= ; same deal, but for the amphib guys WetUp= ;ever notice how SEALs go prone in the water? WetDown= ;the flip side of above WetPanic= ;this lack means Fraidycat= units can't swim WetCheer= ;to be complete about it Related stuff, this is new code for the units themselves - PrimaryFireProneFLH= SecondaryFireProneFLH= - Bobingabout - 13.03.2005 @Renegade i don't get what relavance that had. it wouldn't fix the 100 units bug, since its in both versions, and i don't see why it would help with baseunit, but i supose its worth a look. only i don't know what I'm looking at... @Cannis its a nice idea to add to the wish list. imo, do what i did, add a wish like "Add new art sequences for infantry" and add a see here for details link to a file or something. although, if you keep it short, you might be allowed to put the whole thing there. don't forget it would need third weapon if that was added, and looking at the wish list, its probably going to be looked into soon. - Renegade - 13.03.2005 I was hinting at Air-to-Air-Combat... - Bobingabout - 13.03.2005 ah, hmm, so aircraft can act more like vehicle type and shoot at each other when in range. - pd - 13.03.2005 To compare things, I need to know where they are, and neither I know where VehicleType attack is nor where AircraftType attack is. To prevent people from asking me what I'm working on: currenty nothing. I'm having a kindof break right now, for some reasons: 1) slightly bored of hacking (which is part of my character, I quickly get bored of things. After not doing them for a few days or weeks, I want to do them again, so don't be afraid ). 2) two test coming up in school, German and maths. So this week, definitely no hacking. 3) so I got some time trying out other stuff that isn't that important. Today for example, I tried out voxeling. Making my own graphics would make it possible to release RTB some time Kirk Ende. - Bobingabout - 16.03.2005 Iggy! PD is learning about YR, he doesn't seem to be patching anything, but he's told me he's learned a lot about WWs shortcuts in the past few days. - Bobingabout - 17.03.2005 Iggy! PD been doing some crazy things today! - Guest - 17.03.2005 ...like? - pd - 17.03.2005 Quite funny things... I'm having a theory and wanted to prove it... well, the theory is: All unit types - meaning vehicles, infantry, aircraft and buildings - are the same class. Buildings actually have Locomotor, Speed etc. What shows this again? The laziness of WW! --- What I tested to prove that: AnimToInfantry=BRUTE,TESLA ;yeah, the Tesla Coil Results: the game creates an infantry with the ID TESLA. As there is no infantry with called TESLA, we should expect an IE or something similar. But: We got an invisible, chronoshifting unit with the Tesla Coil's weapon, strength etc! That means that both infantry and buildings are stored in the same array after all, and share the same class. Then, I gave the Tesla Coil Image=SHK, which means I give it the Tesla Trooper's graphic and Sequence, but leaving it in the [BuildingTypes] list. When the "Tesla Coil" is created by the mutation anim, it shows the correct SHP frames. Giving it Speed and a Locomotor even allows it to move. BUT: When I build a Tesla Coil as a building, it cannot move. --- Second test. Using the knowledge gained from test 1, I tried to break the 100 unit limit by just adding a vehicle to the [BuildingTypes] list. As you can imagine, it didn't work, unfortunately. Then I made another test out of #2, adding MTNK (Grizzly Tank) to both VehicleTypes and BuildingTypes, which worked properly. So I could make a unit infantry, building, aircraft and vehicle at the same time... Those aren't really useful finds, but they're cool --- You see, I'm not doing any patching currently, because I'm just not in the mood to... Anyway I'm finding out some interesting stuff which may help me making hacks in the future. RE: Patching extra functionality into <gamemd.exe> - Stardark - 17.03.2005 PaD Wrote:I could make a unit infantry, building, aircraft and vehicle at the same time... You can do that normal too, i thought. But, why a Grizzly Tank, is that the boss of the tanks? - pd - 18.03.2005 I didn't do any patching. I just did the tests with the "pure" game. And as I just said, it's nothing great what I found. It's just proven that it really works The Grizzly Tank because it just came in my mind first. |