Git Product home page Git Product logo

Comments (2)

Garux avatar Garux commented on June 24, 2024

Yeah, this would be cool, most likely for Q2 only.

from netradiant-custom.

SirYodaJedi avatar SirYodaJedi commented on June 24, 2024

Speaking of Quake II, the remaster's misc_model (which didn't make it into the official FGD) doesn't even use the skin KV. This is mostly how it seems to work, based on discord conversations with Paril (see q2community/quake2-rerelease-dll#13 for screenshots of the main convo):

@PointClass base() size(16 16 16) studio() = misc_model : "A point entity for displaying static models."
[
    model(studio) : "Model" :  : "The model to display. Can be of type MD2, SP2(?)."
    rgba(integer) : "Skin" : 0 : "Which skin of the model to display (can be blank, will use default). Default 0."
    alpha(float) : "Alpha" :  :  "How visible is the model? Default 1.0 (100%)"
    angles(angle) : "Pitch Roll Yaw" : "0 0 0" : "up/down, angle, tilt left/right"
    scale(float)   : "Scale" : "1.0" : "Scale of model. Default 1.0 (100%)."
    frame(integer) : "frame" : 0 : "Which frame to display. Default 0."
]

Half-Life uses an integer for choosing skins as well, although it's sane and uses the skin KV. I'm not familiar with how NRC handles game configurations, but this should be handled in a game configuration file, rather than hardcoded to specific KVs.

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.