PROBLEM WITH ARCHEIA'S STEAMWORKS FOR STEAM ACHIEVEMENTS RPGMAKER MV

Posts

Pages: 1
Hello everyone, I've been trying to get this to work for some time now and I've looked up tons of guides and videos and can't figure out what I'm doing wrong exactly.

So the main issue I see is as follows:

HOW-TO (INSTALL)
* ----------------------------------------------------------------------------
*
* In order to use this plugin, you must first have the Steamworks SDK found
* here: https://partner.steamgames.com/?goto=/home
*
* Once you have the Steamworks SDK downloaded and extracted copy the binaries
* from the redistributable folder to "yourProject\js\libs" directory. The files
* you will want to copy are:
*
* WINDOWS: steam_api.dll
* (FOR THE FUTURE: MAC: libsteam_api.dylib)
*
* Then copy the contents of this package to your plugin folder, keeping the
* file structure intact. The end result of this should be:
*
* yourProjectMainFolder
* - js
* -- libs
* --- steamworks-win32.node
* --- steamworks.js
* -- plugins
* --- Archeia_Steamworks.js
* - data
* - img
* - audio
* - fonts
* - icon
*
* Then simply add the plugin to the plugin manager, and it is installed.

Now the problem I seem to be having is with the part here:

yourProjectMainFolder
* - js
* -- libs
* --- steamworks-win32.node
* --- steamworks.js
* -- plugins
* --- Archeia_Steamworks.js
* - data
* - img
* - audio
* - fonts
* - icon

The Steamworks-win32.node and Steamworks.js aren't appearing in my folder and I can't seem to find where to access them. I've looked through every folder in the SDK trying to find them and I followed all of the instructions prior and they didn't appear on their own, if they were supposed to.

I'd appreciate any help with this issue, I feel like I'm just missing something super simple because I've had no issue following any of the other instructions so far implementing achievements. If anyone needs more info or screenshots please let me know what you need and I will provide them.

Thank you all in advance! :)
SunflowerGames
The most beautiful user on RMN!
13323

I thought just getting my game loaded onto Steam was hard enough without adding that extra level of difficulty for Steam achievements. I couldn't find those files in my SDK. Maybe you're supposed to make them or get them from the plug-in.

I would try to get your game loaded first without the achievements to see if you can do that. Updating your game is easy enough after that.

I do have a basic tutorial on how to upload your game, no bells and whistles here though:

https://rpgmaker.net/articles/2545/


Thanks for the tutorial, but I've already managed to get the game loaded! Just trying to update it with achievements now =)
Pages: 1