ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
Difference between revisions of "Help talk:Values"
From ModEnc
(→TD was INI-moddable) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
:Other way round. This was conceived as general comprehension help, and should therefore reside in the Help namespace. I'll do the merging and stuff after I edited [[Template:Flag]]. | :Other way round. This was conceived as general comprehension help, and should therefore reside in the Help namespace. I'll do the merging and stuff after I edited [[Template:Flag]]. | ||
:~ [[User:Renegade|Renegade]] ([[ModEnc:Administrators|SysOp]]) 12:42, 15 August 2006 (CEST) | :~ [[User:Renegade|Renegade]] ([[ModEnc:Administrators|SysOp]]) 12:42, 15 August 2006 (CEST) | ||
+ | ::Oops, I didn't even know that page existed, I'd have edited that one then... *ashamed* but it sounds senseful to have it in the Help category ''-[[User:pd|pd]]'' | ||
+ | |||
+ | == CLSIDs/Locomotors == | ||
+ | |||
+ | Locomotors '''NOT''' value type.<br> | ||
+ | Locomotors '''ONLY''' tag name, not more.<br> | ||
+ | So, it's '''MUST''' called "CLSID", nothing another. | ||
+ | |||
+ | :{{tt|Locomotor}}, both as a movement- and as a weapons flag, only takes a certain subgroup of CLSIDs as its value - it is highly doubtful it would work with an AI Generals CLSID, for example; this subgroup of CLSIDs is commonly known as "Locomotors", and it is commonly accepted in the modding community that you need to feed {{tt|Locomotor}} "a Locomotor". As such, "Locomotors" is a perfectly valid value type for the value types page, meaning "the subgroup of CLSIDs used by the {{tt|Locomotor}}", even if there are more, "Locomotor-like", registry-formatted, alphanumeric strings. For those, the same header includes "CLSIDs". | ||
+ | |||
+ | :We're a C&C Modding Encyclopedia. Not a computer science reference. | ||
+ | :~ [[User:Renegade|Renegade]] ([[ModEnc:Administrators|SysOp]]) 16:04, 16 August 2006 (CEST) |
Latest revision as of 15:04, 16 August 2006
TD was INI-moddable
TD was INI moddable to an extent, the map ini files existed and were easily editable, save for object-modification, therefore the values are also applicable ;) //DCoder 11:56, 15 August 2006 (CEST)
- I'm not too sure whether TD (or RA1) stored most numeric values as signed longs, too, because I don't know the processors of their generation... were they 32bit-processors already? -pd
So this makes Help:Values redundant?
There was an old article Help:Values, which covered this in less detail. Should we make it redirect to this page? //DCoder 11:59, 15 August 2006 (CEST)
- Other way round. This was conceived as general comprehension help, and should therefore reside in the Help namespace. I'll do the merging and stuff after I edited Template:Flag.
- ~ Renegade (SysOp) 12:42, 15 August 2006 (CEST)
- Oops, I didn't even know that page existed, I'd have edited that one then... *ashamed* but it sounds senseful to have it in the Help category -pd
CLSIDs/Locomotors
Locomotors NOT value type.
Locomotors ONLY tag name, not more.
So, it's MUST called "CLSID", nothing another.
- Locomotor, both as a movement- and as a weapons flag, only takes a certain subgroup of CLSIDs as its value - it is highly doubtful it would work with an AI Generals CLSID, for example; this subgroup of CLSIDs is commonly known as "Locomotors", and it is commonly accepted in the modding community that you need to feed Locomotor "a Locomotor". As such, "Locomotors" is a perfectly valid value type for the value types page, meaning "the subgroup of CLSIDs used by the Locomotor", even if there are more, "Locomotor-like", registry-formatted, alphanumeric strings. For those, the same header includes "CLSIDs".