Just a gentle reminder/ask for updating the MakerDevs instructions to set up achievements on a Mac build. When you have the chance of course! I know it has been a rather crazy year for most of us.
OrangeGreenworks - Steam Integration with Achievements and Time Log
● ARCHIVED · READ-ONLY
-
-
hey guys!
hey @Hudell
Great Plugin!
I updated my NW.JS to 49.2 and I got it to work with STEAM 1.5 for PC, Mac,and Linux!!
Thanks so much for a great plugin!
(PS: I use Mac) -
Is this plugin compatible with MZ?
-
This is a great plugin. I've been wanting to update my game to include achievements and DLC, and this does all of that.
Thank you so much for this plugin again.
Biestmann -
I go to click the download on the page and it says: File not found...wut?
-
Okay so new problem:
Managed to find the the orangegreenworks js file via wayback mechine but I suspect it was removed for a reason now as I am getting a "Greenworks failed to initialize" error on console which leads me to assume(since I did everything else right) that the current version of Orange Greenworks isn't compatible with latest version of steam... either that or I did something wrong but I followed all the steps, in fact the only thing I didn't do was put my team app id in the text file(most cuz I don't have one set up yet). So if this was a vital step to getting the api to work then that explains why it isn't working for me, if not, I'd love more info as I'm not sure what went wrong then.
Currently using:
Latest Greenworks Version: https://github.com/greenheartgames/greenworks
njws v0.50.2 https://dl.nwjs.io/v0.50.2/
Latest Steam SDK
-
So if this was a vital step to getting the api to work then that explains why it isn't working for me, if not, I'd love more info as I'm not sure what went wrong then.
It is vital, how else is it going to connect to your Steam app id? It fails to initialize as it has no connection to your app id. This error only exists in the editor, it works when you release it on Steam. So don't include the text file in your release build. -
Hey hey!
So...... whats the best way to get a hold of the OrangeGreenworks.js plugin?
I am currently writing a guide on how to set this all up using NW.js 49.2 and STEAM 1.50 -
@Hudell
Will you continue to make it compatible with new versions of nwjs?
I can't figure out what version of nwjs we could get to and when the script would need a hypothetical fix.
As I understand it, it is now compatible up to 0.49.2, but if we go further, would it work? -
It's compatible with any version as long as the greenworks version match it.
Hey hey!
So...... whats the best way to get a hold of the OrangeGreenworks.js plugin?
I am currently writing a guide on how to set this all up using NW.js 49.2 and STEAM 1.50
MV Version: MZ Version: -
It's compatible with any version as long as the greenworks version match it.
MV Version: MZ Version:
Ok, so if i understand reading your guide, simple we must use version of nwjs based on the latest version of prebuild greenworks here: https://greenworks-prebuilds.armaldio.xyz/
So basically, in this case, 0.49.2 is the latest one.
Right? -
Yep.Ok, so if i understand reading your guide, simple we must use version of nwjs based on the latest version of prebuild greenworks here: https://greenworks-prebuilds.armaldio.xyz/
So basically, in this case, 0.49.2 is the latest one.
Right? -
Been following this thread, but still stuck on somethings. A complete guide would be awesome! : )Hey hey!
So...... whats the best way to get a hold of the OrangeGreenworks.js plugin?
I am currently writing a guide on how to set this all up using NW.js 49.2 and STEAM 1.50 -
There are instructions for the plugin on the download site:
And some troubleshooting info on the MZ version of the plugin, which also applies to this one:
-
http://download.hudell.com/index.php?link=OrangeSteamworks.js link is broken o.o
-
Hi I got this error in the Console.
Code:OrangeGreenworks.js:7 Uncaught SyntaxError: Unexpected token '<' -
Still works for me, but try https instead of http.http://download.hudell.com/index.php?link=OrangeSteamworks.js link is broken o.o
You downloaded the wrong file.Hi I got this error in the Console.
Code:OrangeGreenworks.js:7 Uncaught SyntaxError: Unexpected token '<' -
It's the right file. I had to datamine what I got of it, but the issue is not the file - rather, it's the redirect to the file. That is to say, that it's saving HTML data instead of the plugin (either the GitHub or the redirect, I'm not sure which).You downloaded the wrong file.
My guess is that the redirect doesn't play nice with GitHub or else it needs to be pointed to the raw plugin data instead of where it's currently set to look.
EDIT: I also have a question about playtest sessions. For a number of reasons (mostly in regard to developing my game) I am hesitant to create a backup account just to be able to test for achievements and other functions. However, when using the Steam account for which Steamworks development is enabled the game reports Play Test as the user instead of using my Steam name, and the achievements don't work. Is this normal, or do I have to do something else for testing to work properly? -
You need to have the game on your steam library and have steam open.It's the right file. I had to datamine what I got of it, but the issue is not the file - rather, it's the redirect to the file. That is to say, that it's saving HTML data instead of the plugin (either the GitHub or the redirect, I'm not sure which).
My guess is that the redirect doesn't play nice with GitHub or else it needs to be pointed to the raw plugin data instead of where it's currently set to look.
EDIT: I also have a question about playtest sessions. For a number of reasons (mostly in regard to developing my game) I am hesitant to create a backup account just to be able to test for achievements and other functions. However, when using the Steam account for which Steamworks development is enabled the game reports Play Test as the user instead of using my Steam name, and the achievements don't work. Is this normal, or do I have to do something else for testing to work properly? -
I have the game installed and running from the Steam client and I'm still having trouble. This has been verified from the debug menu that I have implemented for this purpose.
EDIT: Forgot to mention earlier, but here's the GitHub for the plugin:
mv-plugins/OrangeGreenworks.js at master · Hudell/mv-plugins
EDIT 2: Big Dumb... I mixed up www/js/libs with www/lib. Hopefully once this sh*t builds again I'll be in the clear.