Giter Site home page Giter Site logo

Comments (5)

ThatonePanMan avatar ThatonePanMan commented on August 17, 2024

Also, tweaking the sky and fog global volume doesn't seem to change anything
the sky is grey instead of a custom cubemap I placed in and clouds are still there despite being disabled on volume

from lethalsdk-unity-project.

HolographicWings avatar HolographicWings commented on August 17, 2024

Since there's no documentation yet for anything, some parts still confuse me

  1. How does the Enemy Spawn Chance Throughout Day work? I get it's a curve and it increases as the day progresses, but what do the values mean? Is 1 on the horizontal axis the end of the day or is it 1 hour into a day?
  2. Same goes for Outside Enemy Spawn Chance Through Day? Where on the graph is 3:00 pm like normal moons?
  3. How to the spawn graphs for Turrets and Landmines work? Is it distance from the entrance?
  4. How do Flashlight scraps work? What do I need to put in stuff like Flashlight Bulb and Flashlight Bulb Glow? What about Flashlight Mesh? What does Flashlight Type ID mean? What is Flashlight Interference Level for?

about the curves i fear i can't help you a much, the SDK simply port the curves to the vanilla classes, i myself barely understand how they act
the day is counted on a value from 0 to 1

same about flashlight, it's just porting fields
the bulbs are the light components of the flashlight, they are toggled
in the vanilla flashlights, the mesh is be the mesh renderer of the flashlight itself but i don't know if theres any point to define it
and i don't have any idea about what is the ID
Interference may be flickering

for the volume, it's because you try to edit the volume that is in the Lethal Expansion module
so, in the LethalExpansion.lem file, so ofc you can't modify it
you must put your own volume profile in your module folder to customize it

from lethalsdk-unity-project.

ThatonePanMan avatar ThatonePanMan commented on August 17, 2024

ok, well at least knowing the day is on a value of 0 to 1 helps a lot

I figured that editing the volume in the scene would work, so do I have to make a prefab of the volume from the scene to my mod's folder or do I have to copy the files from the lethalexpansion folder to my mod's folder and reimport the volume to the scene?

from lethalsdk-unity-project.

HolographicWings avatar HolographicWings commented on August 17, 2024

Not especially a prefab
Use a prefab from the LethalExpansion module makes it auto update in your map
If you use your own volume you don't need a prefab
Except if you use another module as dependency and this prefab is in this dependency

from lethalsdk-unity-project.

ThatonePanMan avatar ThatonePanMan commented on August 17, 2024

Solved it by just grabbing the Volume Profile file that was attached to the gameobject and moving it from the LethalExpansion folder to my mod's folder

Also, for future reference for anyone who has a similar confusion with how the enemy spawning curves correlate to time, here's a handy little bit of math I did to figure out what horizontal value correlates to each in game hour
image

from lethalsdk-unity-project.

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.