Code Monkey home page Code Monkey logo

liber's People

Contributors

dasaav-dsv avatar thomasjclark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

thomasjclark

liber's Issues

Extend hardcoded weapon shaders & trace sfx overrides

More wishlist stuff / "did you know this exists" stuff.

In SpEffectVfxParam, you can apply several fun things to your weapons:

traceSfxIdOffsetType

Lets you change the default weapon trails to Magic, Fire, Lightning etc.
How it works is as follows:

  • Every weapon under EquipParamWeapon has traceSfxId entries, such as 401000. This is an FXR ID corresponding to a vfx file.
  • The int under traceSfxIdOffsetType offsets this id by 10000 + ((traceSfxIdOffsetType - 1) * 1000).
  • Example: You use a Fire Grease, which has a traceSfxIdOffsetType SpEffectVfx with value 2, which stands for Fire. Your weapon will now use 401000 + 10000 + ((2 - 1) * 1000) = 412000 as its swing trail.

This is cool, however traceSfxIdOffsetType is arbitrarily restricted to a fixed list of values. Other values have no effect, even if you add VFX at those IDs. This doesn't make much sense due to the otherwise very dynamic nature of the offset calculation.

Make it possible to enter an arbitrary number! That way we can create more trails whenever we want.

soulParamIdForWepEnchant

Lets you apply a PhantomParam-esque visual shader overlay to your weapon. For example, when you use Determination/Royal Knight's Resolve, your weapon glows white, like a Dark Souls cooperator.

This is, again, based on an enum which vaguely corresponds to the traceSfx ones, but only vaguely.

There does not appear to be any way to edit these phantomparam looks, nor to add additional ones. It's a hardcoded list of fixed looks. Again, this would be appreciated.

[FR] control game pause state

If you think it's a good idea, I might dump some feature requests in here sometimes, use cases I've seen elsewhere or have myself.

Not in a "ADD THIS NOW PLSSSSS" kinda desperate way, just to catalogue what use cases exist.

Think over clang-format options

The current clang-format formatting options may not be ideal in terms of visibility and consistency. Rethink and apply new clang-format formatting to the entire codebase.

[FR] control crafting menu sort

when you press L3 in the crafting menu, you can select an alternate sort type which includes the category separator bars from the regular inventory

this is reset every time you close and reopen the menu

controlling this via libER would be cool

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.