Skip to content

Commit

Permalink
Steamworks versions are now unified between branches!
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Mar 21, 2022
1 parent 1b756f8 commit e1d2ebe
Show file tree
Hide file tree
Showing 69 changed files with 843 additions and 32,432 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gmsv_workshop"
version = "2.2.3"
version = "2.2.4"
edition = "2021"
authors = ["William Venner <[email protected]>"]
publish = false
Expand All @@ -20,6 +20,6 @@ opt-level = "s"
refresh-bindgen = ["steamworks/refresh-bindgen"]

[dependencies]
gmod = { version = "14.0.2", default-features = false }
gmod = { version = "15", default-features = false }
steamworks = { path = "./steamworks-rs", features = ["raw-bindings"] }
gmod-lzma = "1.0.1"
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Next, download the module from the [releases page](https://github.com/WilliamVen

Finally, drop the DLL file in `garrysmod/lua/bin` in your server files. **If the `lua/bin` folder doesn't exist, create it.**

# "Couldn't load module library!" error
# "Couldn't load module library!" error or similar

Either:

1. **(Most likely)** Your server is running the x86-64 branch in 32-bit. If you start your x86-64 branch server using the `srcds_run` binary, this is the problem. Start it using `srcds_run_x64` to launch it in 64-bit.
2. Garry's Mod updated the Steamworks version and this now needs to be recompiled against it, [open an issue](https://github.com/WilliamVenner/gmsv_workshop/issues) if this is the case.
1. Your server is outdated
2. **(Most likely)** Your server is running the x86-64 branch in 32-bit. If you start your x86-64 branch server using the `srcds_run` binary, this is the problem. Start it using `srcds_run_x64` to launch it in 64-bit.
3. Garry's Mod updated the Steamworks version and this now needs to be recompiled against it, [open an issue](https://github.com/WilliamVenner/gmsv_workshop/issues) if this is the case.
1,136 changes: 0 additions & 1,136 deletions lib/steamworks_152/Readme.txt

This file was deleted.

68 changes: 0 additions & 68 deletions lib/steamworks_152/public/steam/isteamapplist.h

This file was deleted.

213 changes: 0 additions & 213 deletions lib/steamworks_152/public/steam/isteamapps.h

This file was deleted.

28 changes: 0 additions & 28 deletions lib/steamworks_152/public/steam/isteamappticket.h

This file was deleted.

Loading

0 comments on commit e1d2ebe

Please sign in to comment.