Guide to binding multiple keys to one action and one action to multiple keys.
Guías
/
Guide to binding multiple keys to one action and one action to multiple keys.
Actualizado 2 years ago por Jinwu_Loi

You want to go to the your Paper Lily file and look for the json file called:

bindings.json

If you can't find it, start up PL and create a custom binding then exit by the exit button in-game. Inside it will be a single string, delete that and paste this:

{"Caption":"system.settings.input.profile.custom", "Type":"keyboard","CaptionBase":"_captions_keyboard", "Mappings":[ {"Action":"input_up","Key":{"Code":16777232}}, {"Action":"input_down","Key":{"Code":16777234}}, {"Action":"input_left","Key":{"Code":16777231}}, {"Action":"input_right","Key":{"Code":16777233}}, {"Action":"input_action","Key":{"Code":90}}, {"Action":"input_action","Key":{"Code":32}}, {"Action":"input_action","Key":{"Code":16777221}}, {"Action":"input_action","Key":{"Code":16777222}}, {"Action":"input_special","Key":{"Code":67}}]} {"Action":"input_run","Key":{"Code":16777237}}, {"Action":"input_cancel","Key":{"Code":88}}, {"Action":"input_cancel","Key":{"Code":16777217}}, {"Action":"input_menu","Key":{"Code":88}}, {"Action":"input_menu","Key":{"Code":16777217}},

Don't worry this is just the default bindings but you can read it now. Now what does the numbers mean? It's the numbers for the keys on your keyboard.

Here are the links to tell you which. https://support.digitalwerk.net/adtf/v3/adtf_html/page_qt_key_event_runner.html https://css-tricks.com/snippets/javascript/javascript-keycodes/

So there is the action and the key. Just assign the actions to whatever key you like. For example: {"Action":"input_action","Key":{"Code":90}}, {"Action":"input_action","Key":{"Code":32}}, This means that both key Z and key Space with trigger the action to Interact/OK For example: {"Action":"input_cancel","Key":{"Code":88}}, {"Action":"input_menu","Key":{"Code":88}}, This means that the key X will trigger the action Cancel/Back and open up the Menu

Just copy and paste or delete the actions to keys to your liking.

Estadísticas del juego
Seguidores
59
Partidas
295
Jugadores
47
Últimas noticias
Changing video proof rules

For leaderboards from this day forward there is a rule change coming regarding uploading video proof for Project Kat and Paper Lily, the reason for the change is that twitch has added a limit on uploading vods and highlights to a maximum of 100 hours, from this day forward uploading runs from twitch

2 months ago
Últimos hilos
Publicado 2 years ago
0 respuestas