Git Product home page Git Product logo

Comments (6)

Garux avatar Garux commented on September 26, 2024

I can bump flags count easily, only concern is performance, would be nice to test it, while doing.

unused flags

i think this exists, tried to check existing .defs?
/*QUAKED ambient_custom_sound (0.5 0.1 0.8) (-16 -16 -8) (16 16 8) x PLAYONCE TRIGGER x x x STARTOFF x

hackflags

what are they exactly?

FGD files, apparently, using them in NetRadiant makes it impossible to see spawnflags

were def visible, while i was fixing Q2r fgds for you.

from netradiant-custom.

RazielZnot avatar RazielZnot commented on September 26, 2024

i think this exists, tried to check existing .defs?
/*QUAKED ambient_custom_sound (0.5 0.1 0.8) (-16 -16 -8) (16 16 8) x PLAYONCE TRIGGER x x x STARTOFF x

I know about this, it just shows x in the place of the flag but doesn't hide it. I decided to use dots for now because they're smaller.

Hackflags are like regular spawnflags, the key is named hackflags and can be set like this:

For monsters:
HACKFLAG_ATTACK_PLAYER = 1 //causes monsters to be mad at the player regardless of circumstance
HACKFLAG_END_CUTSCENE = 4 //changes their behavior for the end cutscene

For target_camera:
HACKFLAG_TELEPORT_OUT = 2 //effect of teleport used on player model
HACKFLAG_SKIPPABLE = 64 //allow skipping camera sequence but only after 2 seconds
HACKFLAG_END_OF_UNIT = 128 //shows unit total kills, secrets

were def visible, while i was fixing Q2r fgds for you.

Yes, I checked it, it was mostly fine, except for the missing spawnflags in the UI. And about the game profile, it has these lines:

entityclass="halflife" - applies the use of FGD, right? Because changing it to quake2 crashes the editor.
entityclasstype="fgd"
entities="quake3" - changing this to quake2 also crashes the editor.

from netradiant-custom.

Garux avatar Garux commented on September 26, 2024

x x x

ic, it's .ent not having the issue, must be possible for .def too

fgd flags

image

from netradiant-custom.

RazielZnot avatar RazielZnot commented on September 26, 2024

How strange. Can you share your whatever.game file?

from netradiant-custom.

Garux avatar Garux commented on September 26, 2024

\gamepacks\games\hl.game

from netradiant-custom.

RazielZnot avatar RazielZnot commented on September 26, 2024

Ok, I see the reason. This doesn't work in the stable release, but works in the dev build, which I used only for testing.

from netradiant-custom.

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.