We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpeechSide=
SpeechSide= under [Basic] in mission maps no longer works and this specifically appears to be caused by certain code that's present in all mod specific hack files ( ts_hacks.asm, dta_hacks.asm, ti_hacks.asm, to_hacks.asm, rubicon_hacks.asm, fd_hacks.asm, tm_hacks.asm):
[Basic]
; Load speech MIX files for new sides properly @SET 0x005DD822, {xor ecx, ecx} @CLEAR 0x005DD824, 0x90, 0x005DD828 @SET 0x005DD82B, {mov cl, byte [0x007E2500]} ; Compile warning: byte value exceeds bounds?
The text was updated successfully, but these errors were encountered:
Fixed by 28bd831.
Sorry, something went wrong.
Fix SpeechSide= not working
b8728b6
Details: CnCNet/ts-patches#108
19ba471
No branches or pull requests
SpeechSide=
under[Basic]
in mission maps no longer works and this specifically appears to be caused by certain code that's present in all mod specific hack files ( ts_hacks.asm, dta_hacks.asm, ti_hacks.asm, to_hacks.asm, rubicon_hacks.asm, fd_hacks.asm, tm_hacks.asm):The text was updated successfully, but these errors were encountered: