Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

konjecture

15
Posts
3
Topics
10
Following
A member registered Jun 10, 2020

Recent community posts

I'm guessing this game has been abandoned? No new updates and no posts since last August?

Hi, so it seems like I have found the "issue". It was my fault. I forgot that when I go the Scoreboard room from the Game room, I deactivate all the instances, and then reactivate them when I come back to the Game room. So, the obj_live was getting deactivated and it was not present in the Scoreboard room. Once I changed that such that obj_live does not get deactivated, then it started working as normal in the Scoreboard room. However, I have couple of questions. 

1. So, it seems like the position of a sprite that is being changed with GMLive in a room does not get "saved" when I leave the room and come back? I guess that makes sense, which is fine with me. At least, I can now see where the sprite needs to be and then compile the game again when I am satisfied with the position. 

2. So, I get an error when I try to use room reloading in the Game room, i.e. when I try to change the position of a dummy sprite which I put in the asset layer of the game room and then save the game. It's an error where it says that a game object does not exist in the room. I then look at the list of Instances in the debugger and it seems like most objects have not even been created in this room yet. Note, I dynamically create all the objects in this room. Is this happening because GMlive is trying to create these objects again while reloading? Because of course, none of this error happens when there is no room reloading.

Also, hopefully no one else hijacks this thread with their own issues like the last poster. I don't know how to delete that post. 

As I mentioned after that (and I don't know why it output that even though I checked 5 times and everything was setup correctly), I quit the game and ran it again, and then there was no output in either the GMLive console or on the game console. So, I have no freaking clue what the heck is up with rooms in my game. I mean to my knowledge, they are no different than regular rooms. It works on the very first menu room of the game, so I know everything has been set up correctly, but does not work on any other "interior" rooms.

(2 edits)

Bringing up this old topic again. I thought may be the new update to GMLive might fix the room reloading with my project, but the issue still persists with a room inside my game. It works on the very first menu room, where I can shift assets and it reloads real-time. However, with the scoreboard room (in my sports game), it does not update it in real time. Here is the output in the GM console window. 

[live][9/8/2023 11:56:12 PM] Calling live_call from gml_Object_oScoreboard_Draw_0:4, but live_update was last called 426 seconds ago. Did you deactivate/delete GMLive's object?

This is showing up every 5 seconds. I have not done anything different than what I did with the first room. I put room_set_live(room, true) in the room creation code and followed everything else that was in Shaun Spalding's video.

On the GMlive console I don't see any message about the Scoreboard room being updated, even though there was a message "updated rMainMenu" when the very first menu room was updated.

Okay, so when I run the game again nothing is updated on the GMLive console and the GMS console., even though the GMLive console says that 1 client is running.

(2 edits)

Thanks for your reply. I understand. I tried that. It opens my project on GMEdit. However, here are these questions that I have now.

  1. How to run the project? I don't see any run & debug command? Can this be done on GMEdit? Or do I need to run the code on the default GMS client and have it open all the time in the background?   - I have found this plugin - YAL-GMEdit/builder: A fork of Nommiin's builder plugin with some experimental changes. (github.com) that seems to run the game using F5. However, is there any way to debug the game from GMEdit or is that too much to ask for from an external editor? I use the debugger a lot, so would be cool to have that in GMEdit
  2. If I want to modify a sprite, can it be done on GMEdit? Like I tried but I don't see any color palette from where I can choose any colors to use on the sprite.
  3. If I save the code that I have modified using GMEdit, then does it overwrite the previous files that were previously modified using the default GMS client?
  4. Any other major shortcomings for GMEdit compared to the default editor?

I might have more questions, but these are the ones that I have currently that I can think of. Thanks.

So are there any tutorials (preferably videos) on the internet (I searched but couldn't find any) that shows how to set GMEdit up for someone who hasn't used it at all? I've used the native GMS client, but I would like to give this a try. It would be good to have some tutorial videos on how to set it up and all the cool features in it that are currently missing from the default editor. Thanks.

(1 edit)

So, I reinstalled Windows 10 again (not for this issue, but because I bought a new 2 TB NVME SSD and wanted to install Windows on that), and the issue still persists. However, when I make a new blank project with just couple of rooms and a blank object and follow the steps for live room editing, then everything seems to work fine. Any sprite updated in the room gets reflected in real time. Therefore, it seems like the issue is with my current project itself? I can't see what the issue could be with my game. It's pretty huge and has lots of rooms and code at the moment, but what could create an issue that is preventing the live reloading of rooms?

1. Yes, I have been pressing Ctrl+S every time I changed the size of the sprite. I'm used to it since I have been using the regular update of draw code event for a while now, which works fine.

2. No message is displayed in the Output window.

3. I've tried putting an instance in there which has its own sprite, but the instance does not show up either after saving.

Here are the steps that I'm doing - 

1. Created a blank object - oBlank_GMLive and a blank room - rBlank_GMLive

2. Put live_room_start() in the creation code of the rBlank_GMLive

3. Put the following two lines in the Create event of obj_gmlive - 

live_blank_object = oBlank_GMLive

live_blank_room = rBlank_GMLive

4. Put room_set_live(room, true) in the creation code of the room that I want to see updated live.

5. Started gmlive-server.exe and then run the game. It says 1 client running. So everything seems to be as it's supposed to be.

Am I missing something here?


So, I followed the video by Shaun Spalding on live room editing and also followed the "cheat sheet" here and have double checked that I have followed all the steps correctly, but live room editing for me does not seem to work. I put a colored rectangle on the asset layer of a room and then tried to drag and make it bigger/smaller, but the change is not reflected in real time in GM.

On the other hand, live update of draw events have been working as intended for me.

Can’t wait. When is this releasing?

Will there ever be ANY gameplay video, or just the 2 minute trailer? I had this request before, but haven't seen any gameplay video yet.  

Thanks for doing this. Much appreciated. Do you think you will do the screen shake effect?

(1 edit)

Would love to have some long gameplay videos from people who bought it, or from the developer himself. 

Are there any gameplay videos of this game? I couldn't seem to find any online without which I have no idea how polished this game is.