Coder Social home page Coder Social logo

Comments (6)

XMDS avatar XMDS commented on July 1, 2024

The first parameter of the 076C command is the key name of gxt, currently does not support fxt custom text, so you can only use the name that has been defined by the game gxt to use them

from cleo-redux.

waluigiisbest99 avatar waluigiisbest99 commented on July 1, 2024

The first parameter of the 076C command is the key name of gxt, currently does not support fxt custom text, so you can only use the name that has been defined by the game gxt to use them

will that ever be supported?

from cleo-redux.

x87 avatar x87 commented on July 1, 2024

@waluigiisbest99 can you show the code?

from cleo-redux.

waluigiisbest99 avatar waluigiisbest99 commented on July 1, 2024

@waluigiisbest99 can you show the code?

//-------------MAIN---------------
thread "ITALIAN_MAFIA"

:ITALIAN_MAFIA_17
wait 0
if
Player.Defined($PLAYER_CHAR)
else_jump @ITALIAN_MAFIA_17
jump @ITALIAN_MAFIA_44

:ITALIAN_MAFIA_44
0237: set_gang 5 weapons_to 0 22 24
0237: set_gang 6 weapons_to 0 22 30
076C: set_zone 'STRIP1' gang 6 density_to 70
076C: set_zone 'STRIP2' gang 6 density_to 80 // Strip Club
076C: set_zone 'STRIP3' gang 6 density_to 70
076C: set_zone 'STRIP4' gang 6 density_to 80
076C: set_zone 'ISLE' gang 6 density_to 80 // The Emerald Isle
076C: set_zone 'OVS' gang 5 density_to 70 // Old Venturas Strip
076C: set_zone 'CALI1' gang 5 density_to 80
076C: set_zone 'CALI2' gang 5 density_to 80
076C: set_zone 'ROY' gang 5 density_to 70 // Royal Casino
076C: set_zone 'WWE' gang 5 density_to 70 // Whitewood Estates
076C: set_zone 'LOT' gang 5 density_to 70 // Come-A-Lot
076C: set_zone 'PRP1' gang 5 density_to 80
076C: set_zone 'PRP3' gang 5 density_to 80
076C: set_zone 'PRP4' gang 5 density_to 80
076C: set_zone 'DRAG' gang 6 density_to 70 // The Four Dragons Casino
0A93: end_custom_thread

from cleo-redux.

x87 avatar x87 commented on July 1, 2024

@waluigiisbest99 opcode 0A93 is not supported in SA: DE.
Only use custom opcodes listed here https://github.com/cleolibrary/CLEO-Redux#compatibility-with-the-trilogy-the-definitive-edition

from cleo-redux.

waluigiisbest99 avatar waluigiisbest99 commented on July 1, 2024

@waluigiisbest99 opcode 0A93 is not supported in SA: DE. Only use custom opcodes listed here https://github.com/cleolibrary/CLEO-Redux#compatibility-with-the-trilogy-the-definitive-edition

Thanks i managed to finally get it work by changing it to this.

0000: NOP
thread "ITALIAN_MAFIA"
:ITALIAN_MAFIA_17
wait 0
if
Player.Defined($PLAYER_CHAR)
else_jump @ITALIAN_MAFIA_17
jump @ITALIAN_MAFIA_44

:ITALIAN_MAFIA_44
0237: set_gang 5 weapons_to 0 22 24
0237: set_gang 6 weapons_to 0 22 30
076C: set_zone 'STRIP1' controlled_by_gang 6 density_to 70
076C: set_zone 'STRIP2' controlled_by_gang 6 density_to 80
076C: set_zone 'STRIP3' controlled_by_gang 6 density_to 70
076C: set_zone 'STRIP4' controlled_by_gang 6 density_to 80
076C: set_zone 'ISLE' controlled_by_gang 6 density_to 80
076C: set_zone 'OVS' controlled_by_gang 5 density_to 70
076C: set_zone 'CALI1' controlled_by_gang 5 density_to 80
076C: set_zone 'CALI2' controlled_by_gang 5 density_to 80
076C: set_zone 'ROY' controlled_by_gang 5 density_to 70
076C: set_zone 'WWE' controlled_by_gang 5 density_to 70
076C: set_zone 'LOT' controlled_by_gang 5 density_to 70
076C: set_zone 'PRP1' controlled_by_gang 5 density_to 80
076C: set_zone 'PRP3' controlled_by_gang 5 density_to 80
076C: set_zone 'PRP4' controlled_by_gang 5 density_to 80
076C: set_zone 'DRAG' controlled_by_gang 6 density_to 70

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.