-
Posts
7 -
Joined
-
Last visited
Reddoman's Achievements
-
Reddoman reacted to a post in a topic: Class Development
-
Castiel reacted to an answer to a question: Construction system
-
Reddoman reacted to a question: Construction system
-
I'm interested in a construction system too, lol. If you figure something out, let me know . I think I found a post similar to this?
-
Hi guys, I am trying to link some data between my website and my game with the API. However, I am in need of help because I am a newbie with little to no coding experience. For context, I tried digging through some old forum posts to see if I could find any existing code I could use to test out and learn from, which I eventually did (but it's not working for some reason): In the post below, I saw that someone had written some PHP code with two functions. It kind of made sense to me because they had a function that gets the access token, as well as another function to send global messages to the game--which then takes the token when calling it. Again, I don't really know what I'm doing wrong. Maybe it's just me being a dummy? The messages aren't being sent to my game, nor am I seeing anything on my webpage through my webserver. I'm also hosting my game on a VPS. Here's some additional info: I'm using the files from Github for my server and client (not sure if I'm supposed to do that). The only reason why I did that is because I wanted to change my game's icon. I tried getting the access token from the terminal window, and it worked just fine. Why am I having trouble now? This is probably useless info, but I am getting this code when using Postman: Hopefully, the smart people here can give me a hand .
-
EDIT: Oh, I didn't read the entire post and skimmed over it. My question was answered, sorry and thanks lol. @panda Thank you for the response! I figured it was the game launcher too. I used VirusTotal for just the game and not the launcher this time, if that makes sense. Results seem a bit better. Do you think this is a false positive as well? https://www.virustotal.com/gui/file/d30bd47c272dbebe49f22a6c64876107cd37feb77baff3b8dc1ea5bc62372b2b/detection
-
Hi, I had shared my game (using the updater) for friends to play, but for some reason their Windows Defender had flagged it. This led me to using VirusTotal to double-check and, lo and behold, it ends up detecting a few viruses. It looks similar to another user that had used VirusTotal, so I'm assuming these are false positives. I still want to ask about this because I want to make sure. So yeah, I'm wondering if it is common for anti-viruses to flag games made by Intersect. Does anyone else have the same issue and are these false positives? If anyone else has the same problem, please feel free to share. It's a bit hard to get them to play when they do not trust it lol. VirusTotal Results: https://www.virustotal.com/gui/file/15942dd181998d288217840b47b3c74f6a969ad4db82ae9dca35e750ed57d3f0/detection Note: I also want to share some quick background info about my laptop. I had recently done a factory reset on my computer, so my laptop should be virus-free. I pulled a few game files from cloud storage from before the factory reset, but I don't think those were infected either.
-
When sharing the game, is there a way I can just have people click the game.exe directly, without having it being in the same folder as all the resources (as in maybe putting resources in programs folder)? Is there a possible way I can get that to work? To be honest, I'm not completely sure how it all works, but I want to reduce the chances of people stealing the work I have done. I don't know if this question makes sense, sorry. Feel free to share alternative solutions! Also, a little side-note: If you don't understand what I'm asking, I would appreciate it if you would ask me to clarify. I just want to get this question answered.Thank you.
-
Reddoman changed their profile photo
-
Thanks, that fixed it.
-
Hi, I've been having trouble opening my client. I checked the logs and it says this... 2018-10-17 06:30:00.518 [Error] Message: OpenAL device could not be initialized, see console output for details. 2018-10-17 06:30:00.548 [Error] Stack Trace: at Microsoft.Xna.Framework.Audio.OpenALSoundController..ctor() at Microsoft.Xna.Framework.Audio.OpenALSoundController.get_GetInstance() at Microsoft.Xna.Framework.SdlGamePlatform..ctor(Game game) at Microsoft.Xna.Framework.Game..ctor() at Intersect.Client.IntersectGame..ctor() in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect Client\IntersectGame.cs:line 31 2018-10-17 06:30:00.548 [Error] Time: 10/17/2018 6:30:00 AM