Skip to content
New issue

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

support "long strings" in III and VC if CLEO library is present #102

Open
x87 opened this issue Oct 11, 2023 · 1 comment
Open

support "long strings" in III and VC if CLEO library is present #102

x87 opened this issue Oct 11, 2023 · 1 comment
Labels
type:feature New feature or request

Comments

@x87
Copy link
Contributor

x87 commented Oct 11, 2023

III/VC CLEO supports type 0xE and var-length strings, and does not support fixed-length (null-terminated) strings for its opcode. It leads to a crash for

Fs.DoesFileExist("gta-vc.exe")

Note that currently CLEO Redux always uses native encoding and for VC it encodes the string as

"g" "t" "a" "-" "v" "c" "." 00

It should also use 0xE if CLEO is present and this is a CLEO opcode (0AAB, for example)

@x87 x87 added the type:feature New feature or request label Oct 11, 2023
@x87
Copy link
Contributor Author

x87 commented Oct 11, 2023

Relevant CLEO ticket cleolibrary/III.VC.CLEO#29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant