geode-sdk / geode

The ultimate Geometry Dash modding framework
https://geode-sdk.org/
Boost Software License 1.0
757 stars 132 forks source link

Building a mod for an older version #1110

Closed nosleepfor closed 1 month ago

nosleepfor commented 1 month ago

How can i build a mod for an older version of Geometry Dash (2.204) and Geode (2.0.0-beta.27). I installed sdk for needed Geode version and binaries, but when i try to build it says:

  No valid loader binary to link to! Install pre-built binaries with `geode
  sdk install-binaries`, or build Geode from source and add
  `set(GEODE_LINK_NIGHTLY ON)` to your CMakeLists.txt in the line before
  calling add_subdirectory for Geode.

Is this a arch linux related issue?

(Sorry for my english)

nosleepfor commented 1 month ago

It builds just fine for latest version of geode

Fleeym commented 1 month ago

try running geode sdk install-binaries

nosleepfor commented 1 month ago

try running geode sdk install-binaries

I already did

Fleeym commented 1 month ago

Then can you give me the following:

nosleepfor commented 1 month ago

Oh, i fixed it, no need for help anymore, but thanks anyway!