Giter Site home page Giter Site logo

bool functions don't work? about botc HOT 7 OPEN

tarcv avatar tarcv commented on September 15, 2024
bool functions don't work?

from botc.

Comments (7)

TarCV avatar TarCV commented on September 15, 2024

from botc.

BinarryCode avatar BinarryCode commented on September 15, 2024

do you have it compiled? it says "All checks have failed".

from botc.

TarCV avatar TarCV commented on September 15, 2024

Managed to build it on Azure, hopefully this link would work:
https://dev.azure.com/tarcv/botc/_build/results?buildId=133&view=artifacts&pathAsName=false&type=publishedArtifacts
To download hover linux item, click three dots on the right and click Download.

I can try building this branch for Windows or Mac sometime this week if you need it.

from botc.

BinarryCode avatar BinarryCode commented on September 15, 2024

yeah I need the windows branch compiled lol

from botc.

TarCV avatar TarCV commented on September 15, 2024

Windows build should be available under Windows item from https://dev.azure.com/tarcv/botc/_build/results?buildId=136&view=artifacts&pathAsName=false&type=publishedArtifacts

from botc.

BinarryCode avatar BinarryCode commented on September 15, 2024

only two issues were version related (had to make it set to 1.0 for both) and the memset lines (unknown token `memset`), after i changed the version lines and commented out the memset lines it compiles properly

from botc.

BinarryCode avatar BinarryCode commented on September 15, 2024

btw if you want to add the 3.2 functions you should just need to add this to the botc defs file

funcdef int     93:ACS_ExecuteWithResult (int script, int arg0 = 0, int arg1 = 0, int arg2 = 0, int arg3 = 0);
funcdef void    94:BeginAltFiringWeapon();
funcdef void    95:StopAltFiringWeapon();
funcdef void    96:BeginCrouching();
funcdef void    97:StopCrouching();
funcdef void    98:BeginReloading();
funcdef void    99:StopReloading();
funcdef void    100:BeginZooming();
funcdef void    101:StopZooming();
funcdef void    102:BeginUser (int key = 0);
funcdef void    103:StopUser (int key = 0);
funcdef void    104:BeginSpeed();
funcdef void    105:StopSpeed();
funcdef void    106:PressUse();
funcdef int     107:ACS_NamedExecuteWithResult (str script, int arg0 = 0, int arg1 = 0, int arg2 = 0, int arg3 = 0);

from botc.

Related Issues (13)

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.