Add additional text file extensions (mostly for IdTech 3 and GoldSrc)#319
Draft
SirYodaJedi wants to merge 1 commit into
Draft
Add additional text file extensions (mostly for IdTech 3 and GoldSrc)#319SirYodaJedi wants to merge 1 commit into
SirYodaJedi wants to merge 1 commit into
Conversation
* .log - self explanatory * .config - used in Quake 3 for defining multiplayer gamemode cvars (same syntax as cfg and rc) * .sc - GoldSrc weapon scripts (unused in vanilla) * .mat - Condition Zero Deleted Scenes particle effects, Quake II Remaster footstep sfx (unrelated formats, but both plain text) * .shader - IdTech 3 materials * .skin - IdTech 3 skin remaps (similar syntax to CSV) * .arena - IdTech 3 map metadata * .objdata - WolfET per-map cvars (same syntax as cfg and rc) * .icarus - Raven software uncompiled script (various IdTech 3 games) * .efx - Raven software particle effect (various IdTech 3 games)
Author
|
(btw, the readme mistakenly claims that PK3 is a Quake II format instead of a Quake III format; Q2 uses the same PAK format as Q1 and HL1. Didn't change this, but it probably should be fixed.) |
Owner
Oh yeah this is a typo lol |
Owner
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added formats are as such (mostly for making PK3s easier to navigate):
Some of the formats are similar to KeyValues, I guess, but I didn't touch
keyValuesLikeFormatssince I don't know what qualifies there (apparently .map doesn't?).Draft because I don't know if modifying
SingleFile.his necessary.