Skip to content

Commit

Permalink
added language support for Russian and Czech
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMario211 committed Jan 24, 2024
1 parent 880e710 commit 2e09bc1
Show file tree
Hide file tree
Showing 20 changed files with 558 additions and 25 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ A mod menu made in Geode for Geometry Dash
# TODOs (Based on whats next)
- Allow for dragging the button
- Create another UI (cocos2d) option for mobile users
- Allow for resizing the menu (With a minimum size and maximum size)
- Add light theme
- Add to Misc category everything related to changing "Stats", basically allows you to edit your stats like mana, diamonds, etc. NOT ADDING STARS, DEMONS, AND OTHER FOR REASONS.
- (Possibly?) Fix FPS Bypass, or add "Show FPS" for Android users. (The func exists, just not visible to the end user lol)
- Allow for resizing the menu with a minimum size and maximum size (Only imgui)
- Add light theme
- Add startpos switcher
- Add "uncomplete level" hack
- Add "Hitbox on Death" & "Hitbox Trail"
- Add a "Replay Bot"
- Support more languages

Expand Down
7 changes: 5 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This mod menu also provides unique features not present in most mod menus, here
* Currently, there are 2 themes available: `Future Dark` and `Catppuccin`, but you can create your own theme and share it with others!
![Theme Example](firee.PrismMenu/Screenshot2.png)
## Multiple Language (Half way done)
* Prism Menu supports more languages than **English,** it supports **French** and **Portuguese** (Brazilian) as well!
* Prism Menu supports more languages than **English,** it supports **French**, **Portuguese** (Brazilian), **German**, **Russian**, and **Czech** as well!
## Cross Platform
* Prism Menu is available on both `Windows` and `Android`!

Expand All @@ -26,8 +26,11 @@ Press on the circle button located on the left corner, or press `Tab` to open th
* [Firee](https://youtube.com/@gdfiree) - Developer
* [Electrify](https://www.youtube.com/channel/UCxYliOd2aV6iZuc5wuG9QxA) - Translations for Spanish
* [Jouca](https://twitter.com/JoucaJouca) - Translations for French
* [dankmeme01](https://github.com/dankmeme01) - Translations for Russian
* [dankmeme01](https://github.com/dankmeme01) - Proofreading for Russian
* МегаСвятой - Translations for Russian
* savvacorgi - Translations for Russian
* [Gazonk](https://www.youtube.com/channel/UCgp5Tql2b6Y1Xcni82pPxmA) - Translations for Brazilian Portuguese
* huhnmitferrari - Translations for German
* [Ignis](https://twitter.com/IgnisPeaks0) - Translations for Czech

Send any suggestions or report any issues to the GitHub Repository. I hope you enjoy using the mod!
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.1.5
- Added Russian Translations (Thank you МегаСвятой, savvacorgi, and dankmeme01!)
- Added Czech Translations (Thank you Ignis!)
- Removed Free Shop Items for now so I can work on making a stats editor (Basically will make that useless)
# v1.1.41
- Fixed bug when you enter levels, it crashes. (On Android)
# v1.1.4
Expand Down
6 changes: 4 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "2.0.0",
"version": "v1.1.41",
"version": "v1.1.5",
"gd": {
"win": "2.204",
"android": "2.205"
Expand All @@ -15,6 +15,7 @@
"files": [
"resources/icon.png",
"resources/Screenshot1.png",
"resources/gato.jpg",
"resources/Screenshot2.png",
"resources/PrismMenu.otf",
"resources/Hack-Regular.ttf",
Expand All @@ -30,7 +31,8 @@
"resources/langs/french.json",
"resources/langs/portuguesebr.json",
"resources/langs/german.json",
"resources/langs/russian.json"
"resources/langs/russian.json",
"resources/langs/czech.json"
]
},
"settings": {
Expand Down
Binary file added resources/gato.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion resources/hacks/bypass.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
{"addr": "0xF33BB", "on": "8B 93 10 01 00 00", "off": "8B 93 14 01 00 00"},
{"addr": "0x14B339", "on": "2B B3 10 01 00 00", "off": "2B B3 14 01 00 00"}
],
"type": "bool"
"type": "bool",
"winOnly": true
},
{
"name": "Backup Stars Limit",
Expand Down
2 changes: 1 addition & 1 deletion resources/hacks/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"opcodes": [],
"type": "dropdown",
"default": 0,
"values": ["English [100%]", "Français [100%]", "Português (Brasil) [100%]", "Deutsch [100%]"],
"values": ["English [100%]", "Français [100%]", "Português (Brasil) [100%]", "Deutsch [100%]", "Русский [100%]", "Čeština [100%]"],
"valuesold": ["English [100%]", "Español [0%]", "Français [100%]", "Русский [0%]"]
},
{
Expand Down
Loading

0 comments on commit 2e09bc1

Please sign in to comment.