Coder Social home page Coder Social logo

rdok / cyberpunk2077-r6-config-editor Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 0.0 253 KB

Modify missing Cyberpunk 2077 keymaps. Hold to walk, change crafting and dissasemble speed. Built upon GitHub actions Windows servers.

Home Page: https://stories.rdok.co.uk/2021/06/cyberpunk2077-r6-config-editor/

License: MIT License

Python 96.84% PowerShell 2.63% Makefile 0.53%
cicd cyberpunk2077 editor github-actions nexusmods pytest python3 tdd usability xml-editor

cyberpunk2077-r6-config-editor's Introduction

Wakatime Stats

cyberpunk2077-r6-config-editor's People

Contributors

rdok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cyberpunk2077-r6-config-editor's Issues

Better vehicle acceleration for keyboards

The default acceleration for vehicles is quite distraction when driving first-person.

Improve user experience by decreasing the default acceleration, but add the option to accelerate faster using shift button.

    <mapping name="Acceleration_Axis" type="Axis" >
        <button id="IK_Pad_RightTrigger" />
        <button id="IK_W" val="0.5" overridableUI="vehicleAccelerate"/>
        <button id="IK_LShift" val="1.0" overridableUI="vehicleAccelerate"/>
</mapping>

Source https://www.nexusmods.com/cyberpunk2077/mods/2711?tab=files

Rebind disassemble

"G:\GOG Galaxy\Cyberpunk 2077\r6\config\inputUserMappings.xml"

Change

	<mapping name="disassemble_item" type="Button" SIEJADependent="true" >
		<button id="IK_Pad_Y_TRIANGLE"/>
		<button id="IK_Z"/>
	</mapping>

to a custom input. E.g.

	<mapping name="disassemble_item" type="Button" SIEJADependent="true" >
		<button id="IK_Pad_Y_TRIANGLE"/>
		<button id="IK_LShift"/>
	</mapping>

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.