Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bucket #352

Merged
merged 31 commits into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b0b88bd
weird ui pause experiments
Dregu Nov 1, 2023
38121fa
now you're thinking with buckets
Dregu Nov 2, 2023
6869b22
more bucket options
Dregu Nov 2, 2023
542f3e3
some documentation
Dregu Nov 2, 2023
3ad8288
examples
Dregu Nov 2, 2023
f90f278
docs
Dregu Nov 2, 2023
e81f958
update example
Dregu Nov 2, 2023
885bb8f
add set_start_level_paused
Dregu Nov 2, 2023
851d3db
merge main
Dregu Nov 2, 2023
879bc0b
add some renderer flags to ui
Dregu Nov 2, 2023
a2477e7
add camera hack to ui
Dregu Nov 2, 2023
c861dbb
fix some camera things
Dregu Nov 2, 2023
9439ccc
add zoom_reset to set proper shop zoom back
Dregu Nov 2, 2023
70601a6
add bomb fuse to hover tooltip
Dregu Nov 2, 2023
32c0352
add script text filter in ui
Dregu Nov 2, 2023
dadf4f9
add button to set script dir
Dregu Nov 2, 2023
fe69e74
fix crust item and eggsac spawning
Dregu Nov 2, 2023
a90fdbc
fix get_type and ui spawn crash with custom types
Dregu Nov 2, 2023
1fef0e9
docs
Dregu Nov 2, 2023
699ed69
remove some unused stuff
Dregu Nov 2, 2023
353a4da
add selected entitites to bucket
Dregu Nov 2, 2023
7003209
update readme
Dregu Nov 3, 2023
92b060a
undeprecate and fix set_camera_position
Dregu Nov 3, 2023
12f5d07
add menu input to api
Dregu Nov 3, 2023
5aa9514
add get_global_frame and modal_open
Dregu Nov 3, 2023
7c3842a
update docs
Dregu Nov 3, 2023
b47ff68
fix janky camera with camera hack
Dregu Nov 3, 2023
661c867
deprecate old input functions
Dregu Nov 3, 2023
f428207
add generator range hitboxes
Dregu Nov 3, 2023
793fd73
just try to resist the temptation
Dregu Nov 3, 2023
a53925a
remove old patch watermark code
Dregu Nov 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Current features and their *default* keyboard shortcuts.
+ **Ctrl+,**: Zoom in
+ **Ctrl+.**: Zoom out
+ **Ctrl+0**: Auto fit level width to screen
+ **Ctrl+1**: Reset zoom level to default for all areas
+ **Ctrl+2345**: Zoom to X level width
+ **Shift+IJKL**: Move camera in desired direction
+ **Shift+U**: Reset camera focus and bounds
Expand Down Expand Up @@ -159,7 +160,10 @@ Lua scripting is still buggy and unfinished and the **API might change**, althou
+ Try toggling the *Capture third-party overlays* option in *Game Capture*. It's possible to hide OL if running the game through Steam.
+ If you have lag or crashes, check previous question.
- If you **don't have scripts** in the Scripts tab
+ You didn't put them in the right place. [Follow](#installation-and-usage) the [instructions](#scripts) or use Modlunky2.
+ You didn't put them in the right place. [Follow](#installation-and-usage) the [instructions](#scripts), use Modlunky2 or change the script directory in the options.
- If some of the keyboard shortcuts don't work
+ Make sure your keyboard is not [ghosting](https://www.microsoft.com/applied-sciences/projects/anti-ghosting-demo) the key combo.
+ Make sure Windows is not using the keys for [something stupid](https://superuser.com/questions/1367843/how-to-disable-ctrlshift-keyboard-layout-switch-for-the-same-input-language-i).
- If it still doesn't work
+ Stop by #s2-modding-help on the [community Discord](https://discord.gg/spelunky-community) or [submit an issue](https://github.com/spelunky-fyi/overlunky/issues)
+ We want to know your OS version, are you using the game on Steam, what you have tried, what tools you are using, how you are using them and all the versions. These can be found in the terminal output or ingame overlays. ("Latest" or WHIP is not a version, but 7f0bc94 or 0.6.1 is.)
Expand Down
Loading
Loading