Giter Site home page Giter Site logo

Comments (3)

chaosvolt avatar chaosvolt commented on July 1, 2024 2

Wood or earth would be most fitting. Maybe even both. :>

from cataclysm-bn.

chaosvolt avatar chaosvolt commented on July 1, 2024

Added musing for anyone else while I'm at it: one problem with this is that ramp building uses hardcoded chicanery to be able to place the upper ramp surfaces. This means that adding more ramp options would require:

  1. Hardcoding two new ramp functions per ramp material added, solely for the sake of generating the right type of ramp.
  2. Reworking the existing ramp placement functions to basically do the above for us, placing different terrain depending on some if/else fuckery checking what kinda ramp we're building via its post_terrain.
  3. JSONizing z-level post_special functions so we can magic up whatever terrain, up or down, we bloody well feel like.
  4. Ignoring all of these pain in the ass conundrums by just removing references to the generic ramps being made solely out of concrete so that the same constructions, concrete, rammed earth, or wood, all create the same terrain in the end. Generic ramps are currently indestructible so we lose nothing unless we want the wooden ones specifically to be flammable, or if we decide we no longer want invulnerable ramps.

One added complication though: the feature is presently mod-locked behind the bridges mod. I feel like we'd much rather have these be in vanilla if we actually want to flesh out and expand on things, especially if we're gonna be adding even more hardcode functions that would otherwise be used solely by a glorified external option mod. See #3533 for what we'd need to make this a non-issue.

from cataclysm-bn.

Unrepentant-Atheist avatar Unrepentant-Atheist commented on July 1, 2024

Anything but hardcoding it.

from cataclysm-bn.

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.