Coder Social home page Coder Social logo

Comments (4)

XMDS avatar XMDS commented on July 20, 2024
  1. Use text commands to display "missing" at the end of the string:

All built-in commands of the game cannot directly output strings. It uses the call text to display the string, the parameter of the command is actually the "Key Name" of the string:

03E5  Text.PrintHelp(key: gxt_key)

Key  string
CLEO1  Hello GTA

Text.PrintHelp('CLEO1')

It will display "hello GTA" correctly

If you are a player of the classic GTA trilogy, you should know how to use fxt files to customize text in CLEO. Unfortunately, currently CLEO Redux does not support custom text, so it has this problem. It may take a long time to support.

2.The length of "key name" is too long, causing the game to crash and report an error?

Same as above. "key name" is a short string. It certainly has a length limit.Because it only serves as a name

3.Turn off the subtitles displayed by the DISPLAY_TEXT command?

03F0 USE_TEXT_COMMANDS

Text.UseCommands(state: bool)

1=enable 0=Disable

There are many types of TEXT commands in the game, and they have independent close commands. All text commands with coordinates are closed with 03F0. In addition, when calling the texture command, you need to turn on

from cleo-redux.

GouLiGuoJiaNaive avatar GouLiGuoJiaNaive commented on July 20, 2024

I have a similar problem, SA:DE supports Chinese, but I don’t know what encoding it is, so every time I try to use them, I always get garbled characters.

from cleo-redux.

XMDS avatar XMDS commented on July 20, 2024

I have a similar problem, SA:DE supports Chinese, but I don’t know what encoding it is, so every time I try to use them, I always get garbled characters.

In fact, you cannot use Chinese. Because the name of the current Text command output is "key name", the game only uses English "key name". There is currently no command to directly display custom strings.

The fxt text of the classic GTA is currently not supported. Even if it supports, it is impossible to fill in Chinese directly. As you said, they have different encodings. But I don’t think it is necessary to support Chinese

from cleo-redux.

x87 avatar x87 commented on July 20, 2024

CLEO 0.8.5 supports FXT for custom text content
https://github.com/cleolibrary/CLEO-Redux/blob/master/using-fxt.md

from cleo-redux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.