diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-16 01:13:51 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-16 01:13:51 +0000 |
commit | fa3a6b45f3121c6749fa67c091fe18bfbe5dc858 (patch) | |
tree | 3b94f61d30f338abc804d9b7e70b69dc7ce7c06c /i_o-q3-readme | |
parent | 282f8d34f0b4fb21dde0651c90e6ad746ccf3253 (diff) | |
download | ioquake3-aero-fa3a6b45f3121c6749fa67c091fe18bfbe5dc858.tar.gz ioquake3-aero-fa3a6b45f3121c6749fa67c091fe18bfbe5dc858.zip |
* Added option to q3asm to instruct it to create qvms compatible with Q3 1.32b
git-svn-id: svn://svn.icculus.org/quake3/trunk@163 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'i_o-q3-readme')
-rw-r--r-- | i_o-q3-readme | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/i_o-q3-readme b/i_o-q3-readme index 149648a..3823984 100644 --- a/i_o-q3-readme +++ b/i_o-q3-readme @@ -110,3 +110,12 @@ follows: 7. Steal underpants 8. ??? 9. Profit! + +Creating mods compatible with Q3 1.32b +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +If you're using this package to create mods for the last official release of +Q3, it is necessary to pass the commandline option '-vq3' to your invocation +of q3asm. This is because by default q3asm outputs an updated qvm format that +is necessary to fix a bug involving the optimising pass of the x86 vm JIT +compiler. See http://www.quakesrc.org/forums/viewtopic.php?t=5665 (if it still +exists when you read this) for more details. |