Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.42 KB

readme.md

File metadata and controls

38 lines (26 loc) · 1.42 KB

flib's Cyberpunk 2077 Mods

My first redscript mod, prevents (or warns) you about disassembling and selling items marked as Iconic

My collection of quality-of-life UI improvements


Stuff I want to look in to

Mods

  • @Pseudodiego#0822 on Discord asked if I could look into pushing custom messages to the journal
  • Steal the AR driving directions from Panam's questline/street races and add them to regular driving nav
  • Extract fonts used in-game and generate a list of supported glyphs
  • Half the shit rfuzzo posted in #modding-ideas-requests

Redscript compiler additions:

  • Add character escape sequences
  • Add abstract and final keyword support
  • Add support for hex literals
  • Add support for enum == enum conditional
  • Add struct support (more complex than just a class flag)
  • Add support for C-style for-loops (as syntactic sugar since that's how CDPR's compiler does them)
  • Finish redscript mkdocs generator
  • Write more language documentation for the wiki

Credits