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 - 03.12.2006 ExceptionUnWind? What's that? Also, Map Snapshots? Would they not just be screenshots? RE: Patching extra functionality into <gamemd.exe> - MCV - 04.12.2006 ExceptionUnWind technology sounds like the (TD?)-RA-TS feature that if you lost you Radar and/or Tech Centre, you would not lose the ability to build units provided by that building, although I'm just guesing. RE: Patching extra functionality into <gamemd.exe> - pd - 04.12.2006 it sounds more like internal error prevention or something similar... nothing ingame RE: Patching extra functionality into <gamemd.exe> - DCoder - 04.12.2006 To me it sounds like a back trace showing whatever happened before the exception fubared everything. RE: Patching extra functionality into <gamemd.exe> - TheMan - 04.12.2006 hehe, i did not understand what none of these things was, can you explain them little better? (not hacking langhuage) RE: Patching extra functionality into <gamemd.exe> - Nighthawk - 04.12.2006 @TheMan From what pd and DCoder are saying, ExceptionUnWind sounds like something that can help trace the causes of Internal Errors, though MCV thinks it may be something to do with the old system present in RA and TS whereby, e.g. you built a Tech Centre, you got a bunch of new construction options, then your tech centre was destroyed, you would still retain those new construction options unless the producing building was destroyed. RE: Patching extra functionality into <gamemd.exe> - VK - 05.12.2006 Quote:Also, Map Snapshots? Would they not just be screenshots?Because I called it "SNAPSHOT" up to 16 colors in DropDown done map shapshots done too RE: Patching extra functionality into <gamemd.exe> - Marshall - 06.12.2006 Nice. But what are snapshots? Have you just renamed SCRN####.PCX? - that would play merry hell with Launch Base Are they something else? Like a whole-map screenshot, or some other form of save game? If new/renamed files are going to be created then I need to know what they are, when they appear, and the naming format so that Launch Base can account for them. RE: Patching extra functionality into <gamemd.exe> - pd - 06.12.2006 Marshall Wrote:Have you just renamed SCRN####.PCX?can be done by using ScreenShotFileName=blabla%04d already. wouldn't be bad if you told us what those snapshots are.. RE: Patching extra functionality into <gamemd.exe> - 4StarGeneral - 07.12.2006 I think he meant it would take screenshot of map only. No units, buildings, etc. Am I right? @CnCVK (by the way now I know what I'm doing. Man I sounded like n00b in PM.Sorry!) RE: Patching extra functionality into <gamemd.exe> - Marshall - 07.12.2006 pd Wrote:Marshall Wrote:Have you just renamed SCRN####.PCX?can be done by using ScreenShotFileName=blabla%04d already. Oh bugger. I didn't know that. I assume that is defined in ra2md.ini? I'll check later. If so, then I should be able to get LB to refer to that when working out what to do with screenshots. But yeah, still need to know what these map snapshots are... RE: Patching extra functionality into <gamemd.exe> - pd - 07.12.2006 ScreenShotFileName=blabla%04d is a RockPatch feature, [General] section RE: Patching extra functionality into <gamemd.exe> - Renegade - 07.12.2006 For the record: It's not mentioned on RockPatch Docs:Reference. There is a tutorial here, though. (albeit using ScreenshotFileName instead of ScreenShotFileName) RE: Patching extra functionality into <gamemd.exe> - Marshall - 07.12.2006 Then that will have to be another setting in LB Mod Creator for users to specify, and another setting for LB to read. RE: Patching extra functionality into <gamemd.exe> - VK - 07.12.2006 Quote:ScreenShotFileName=blabla%04dI am not thinking that this is good to put %04d to the name, because it's unsafe totally Quote:But yeah, still need to know what these map snapshots are...SNAP%04d.MAP Press some key, and you get a SNAP0000.MAP in YR directory @Marshall: Pretty good if you add my stupid mods support to LB Basic ideas: If game was run with  -MOD<directory name> command line game load some files from <YR dir>/<mod directory> DATA*.MIX GLSMD.PAL GLSMDx.SHP RA2MD.CSF and save files into it it's only ideas, BTW. |