Files
OpenHack/mod.json
Oleksandr Nemesh 495ea1a833 deprecation (#247)
* prepare for 64 bit

only linker errors for libcurl and cocos2d are to fix (need to get the new libs)

* click between frames warning

* improve best run

* add more labels

* Update gd.hpp

* Update CHANGELOG.md

* ui tweaks

* fix 64 bit crashhandler

* x64 libcurl

* Update gd.hpp

* remove 4gb patch

* 2.206 changes

* update libs

* x64 workflow

* update libs

* 2.206

* "small fix"

* tiny clean-ups

* random edits

* Update README.md
2024-10-07 23:38:30 +03:00

40 lines
874 B
JSON

{
"geode": "3.4.0",
"gd": {
"win": "2.206"
},
"version": "v2.4.0",
"id": "prevter.openhack",
"name": "OpenHack",
"developer": "Prevter",
"description": "A collection of hacks for Geometry Dash",
"tags": ["universal", "gameplay", "cheats", "bugfix"],
"repository": "https://github.com/Prevter/GDOpenHack",
"issues": {
"info": "Join the Discord server for support",
"url": "https://discord.gg/HaHn7RSJ4Q"
},
"resources": {
"sprites": [
"screenshot-res.png"
],
"files": [
"resources/fonts/*",
"resources/hacks/*",
"resources/licenses/*"
]
},
"api": {
"include": [
"api/*.hpp"
]
},
"settings": {
"legacy-render": {
"name": "Use Legacy rendering",
"description": "Use OpenGL 2.0 instead of OpenGL 3.0 for rendering, which can solve some rendering issues on older hardware",
"type": "bool",
"default": false
}
}
}