Sample Game 1 PAK: Difference between revisions
Jump to navigation
Jump to search
imported>Dinoguy1000 mNo edit summary |
imported>Dinoguy1000 mNo edit summary |
||
| Line 26: | Line 26: | ||
=== MultiEx BMS Script === | === MultiEx BMS Script === | ||
{{NoBMSScript}} | {{NoBMSScript}} | ||
<!-- | |||
IMPORTANT: DO NOT USE TEMPLATES WITH THE BMS SCRIPT TAG!!! | |||
The current BMS plugin doesn't work with templates, and as a result, it cannot be put on a page partially contaied in a template. Therefore, assuming an oversimplified version of the BMS plugin, using something like | |||
{{Script|author=someguy|ext=abc|script=foobar}} | |||
with Template:Script containing | |||
<bms author="{{author}}" ext="{{ext}}"> | |||
{{script}} | |||
</bms> | |||
the plugin returns an error, and you see lots of brackets. Templates can still be used outside of the <bms> tag with no consequense, though. Therefore, | |||
{{template1}} <bms tag here> {{template2}} | |||
will work perfectly fine. | |||
--> | |||
=== Supported by Programs === | === Supported by Programs === | ||
| Line 34: | Line 52: | ||
If your format is supported by Game Extracter, replace the line {{NoProgramSupport}} with {{ProgramSupportGameExtracter}}. Note that if Game Extracter supports a given format, its tag should always be either directly below MexCom's tag, if MexCom also supports that format, or it should be at the top of the list. | If your format is supported by Game Extracter, replace the line {{NoProgramSupport}} with {{ProgramSupportGameExtracter}}. Note that if Game Extracter supports a given format, its tag should always be either directly below MexCom's tag, if MexCom also supports that format, or it should be at the top of the list. | ||
If your format is supported by any other programs, list them in alphabetical order, and if they have pages on the WIKI, link the name to the corresponding page. For example, if my format is supported by a program called FooBar3000, and there is a page on the WIKI for that program, the link would look like [[FooBar3000]] (if the page name was the same as the name of the program). | If your format is supported by any other programs, list them in alphabetical order, and if they have pages on the WIKI, link the name to the corresponding page. For example, if my format is supported by a program called FooBar3000, and there is a page on the WIKI for that program, the link would look like [[FooBar3000]] (if the page name was the same as the name of the program). | ||
For example: | For example: | ||
* {{ProgramSupportMexcom}} | * {{ProgramSupportMexcom}} | ||
| Line 40: | Line 59: | ||
* [[FooBar3000]] | * [[FooBar3000]] | ||
* SomeOtherProgram | * SomeOtherProgram | ||
Without MexCom support: | Without MexCom support: | ||
* {{ProgramSupportGameExtracter}} | * {{ProgramSupportGameExtracter}} | ||
* [[FooBar3000]] | * [[FooBar3000]] | ||
Without Game Extracter support: | Without Game Extracter support: | ||
* {{ProgramSupportMexcom}} | * {{ProgramSupportMexcom}} | ||
* [[FooBar3000]] | * [[FooBar3000]] | ||
Without either: | Without either: | ||
* [[FooBar3000]] | * [[FooBar3000]] | ||
| Line 61: | Line 83: | ||
{{GRAFPageFooter}} | {{GRAFPageFooter}} | ||
[[Category:Complete Complete]] [[Category:Platform PC]] | [[Category:Complete Complete| ]] [[Category:Platform PC| ]] | ||
Revision as of 00:28, 4 December 2006
Back to index | Edit this page
PAK
- Format type: Archive
- Endianness: Little-endian
Format Specifications
char {15} - Header (Sample Game PAK)
byte {1} - null Padding
// For each file
- char {16} - File name (null padded)
- uint32 {4} - File size
- byte {x} - File data
Notes and Comments
None
MultiEx BMS Script
None written yet.
Supported by Programs
Unknown
Links
None
Games
- Sample Game 1 *.pak *.zip
See Also
None