Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: What is the max number available in material tag numbers without overflowing?  (Read 640 times)

KittyTac

  • Bay Watcher
  • Impending Catsplosion. [PREFSTRING:aloofness]
    • View Profile

Simple. I want to, ahem, optimize my OP materials.
Logged
Don't trust this toaster that much, it could be a villain in disguise.
Mostly phone-posting, sorry for any typos or autocorrect hijinks.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile

here you go, strongest possible material properties

Code: [Select]
            [IMPACT_YIELD:100000000]
            [IMPACT_FRACTURE:100000000]
            [IMPACT_STRAIN_AT_YIELD:0]
            [COMPRESSIVE_YIELD:100000000]
            [COMPRESSIVE_FRACTURE:100000000]
            [COMPRESSIVE_STRAIN_AT_YIELD:0]
            [TENSILE_YIELD:100000000]
            [TENSILE_FRACTURE:100000000]
            [TENSILE_STRAIN_AT_YIELD:0]
            [TORSION_YIELD:100000000]       
            [TORSION_FRACTURE:100000000]
            [TORSION_STRAIN_AT_YIELD:0]
            [SHEAR_YIELD:100000000]
            [SHEAR_FRACTURE:100000000]
            [SHEAR_STRAIN_AT_YIELD:0]
            [BENDING_YIELD:100000000]
            [BENDING_FRACTURE:100000000]
            [BENDING_STRAIN_AT_YIELD:0]
            [MAX_EDGE:2147483647]

KittyTac

  • Bay Watcher
  • Impending Catsplosion. [PREFSTRING:aloofness]
    • View Profile

here you go, strongest possible material properties

Code: [Select]
            [IMPACT_YIELD:100000000]
            [IMPACT_FRACTURE:100000000]
            [IMPACT_STRAIN_AT_YIELD:0]
            [COMPRESSIVE_YIELD:100000000]
            [COMPRESSIVE_FRACTURE:100000000]
            [COMPRESSIVE_STRAIN_AT_YIELD:0]
            [TENSILE_YIELD:100000000]
            [TENSILE_FRACTURE:100000000]
            [TENSILE_STRAIN_AT_YIELD:0]
            [TORSION_YIELD:100000000]       
            [TORSION_FRACTURE:100000000]
            [TORSION_STRAIN_AT_YIELD:0]
            [SHEAR_YIELD:100000000]
            [SHEAR_FRACTURE:100000000]
            [SHEAR_STRAIN_AT_YIELD:0]
            [BENDING_YIELD:100000000]
            [BENDING_FRACTURE:100000000]
            [BENDING_STRAIN_AT_YIELD:0]
            [MAX_EDGE:2147483647]

And [SOLID_DENSITY]? I want tank shells to have realistic-ish impact. Also, the MAX_EDGE only dents the skin. Must be a little lower. EDIT: A LOT lower. I take my edgy slade back.
« Last Edit: September 03, 2017, 09:58:18 pm by KittyTac »
Logged
Don't trust this toaster that much, it could be a villain in disguise.
Mostly phone-posting, sorry for any typos or autocorrect hijinks.

KittyTac

  • Bay Watcher
  • Impending Catsplosion. [PREFSTRING:aloofness]
    • View Profile

I still need max density.
Logged
Don't trust this toaster that much, it could be a villain in disguise.
Mostly phone-posting, sorry for any typos or autocorrect hijinks.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile

either 100000000, 2147483647 or 214748364 if I were to guess.

Quietust

  • Bay Watcher
  • Does not suffer fools gladly
    • View Profile
    • QMT Productions

SOLID_DENSITY and LIQUID_DENSITY max out at 200000, material strength values max out at 100000000, and everything else appears to be 2147483647 (though is likely to behave oddly if you set it that high).
Logged
P.S. If you don't get this note, let me know and I'll write you another.
It's amazing how dwarves can make a stack of bones completely waterproof and magmaproof.
It's amazing how they can make an entire floodgate out of the bones of 2 cats.

KittyTac

  • Bay Watcher
  • Impending Catsplosion. [PREFSTRING:aloofness]
    • View Profile

SOLID_DENSITY and LIQUID_DENSITY max out at 200000, material strength values max out at 100000000, and everything else appears to be 2147483647 (though is likely to behave oddly if you set it that high).

So my tank shells won't be any different from the impact of slade? Aww damn, I spent a lot of time with slade draconians, and their spit is not *that* devastating.
Logged
Don't trust this toaster that much, it could be a villain in disguise.
Mostly phone-posting, sorry for any typos or autocorrect hijinks.