-
Posts
22 -
Joined
-
Last visited
Recent Profile Visitors
2892 profile views
PrincessNoodlelimbs's Achievements
-
Hey, apparent success! I ran the script, then tried upgrading to 7.1.74 again. This time the migration completed - I'm assuming, since this time it spit out the expected 'Server Started' lines after it told me it was starting - and I was able to log into the game and open it in the editor. I appear to still be having that 'lag when crossing map boundaries' issue, unfortunately, but the server migration did work.
-
I think I did, yeah. I forget what the reason was - it happened a long time ago, I know there was some reason behind it but I couldn't tell you what it was now. It was a half-assed attempt to solve something the players were telling me about regarding log-in or something. Database creation and modification are the absolute farthest from my area of knowledge, I failed that class in tech college lol. So something like this was bound to happen the moment I decided to try to futz around with it. I think I'm just going to leave them alone from now on. Is there a way to fix it, perhaps?
-
PrincessNoodlelimbs changed their profile photo
-
Silly question but it's been a while since I did anything with the database - you're looking for playerdata.db right? And do you want the one from the old install, or the new game file folder where I dropped the upgrade files? If so I'll go ahead and email it to you. (Sorry for the delay, a bunch of stuff happened over the past week including getting married so needless to say I was fairly busy)
-
Sure. Here's errors-Intersect Server.log: https://www.ascensiongamedev.com/resources/filehost/a1f6b517f3ddba2fcf25fd8e278dc126.log And here's playerdbIntersect Server-2023_01_25-11_26_07_738.log: https://www.ascensiongamedev.com/resources/filehost/5e0807523b2ab6c09ad0b3fe576e11ab.log I would upload Intersect Server-2023_01_25-11_26_07_738.log, but literally all it says is "[Error] Received unhandled exception from System.Threading.Thread."
-
Hi all I'm having an issue with Upgrading to the latest (and several of the previous) version of Intersect. I'm trying to Upgrade from 0.6.2.460 to the latest version (0.7.1.98) - although once I encountered this error I tried the three versions previous to it, too, and had the same problem. The problem description is pretty simple. I make a backup, create a new folder, drop the old folders into the new folder. Then I drop the Upgrade folders into the folder and select Replace the old files, just like any other Upgrade I've done in the past. It's always worked before. When I start up the new server, I get the usual "Your databases need to be updated" message, and I type READY and hit Enter. The server window displays the "Please Wait" message, pauses for a few seconds, then closes. That's it. When I try again, same thing except it closes immediately instead of pausing and displaying the "Please Wait" message. So basically, the server tries to update the databases as usual, but crashes pretty much immediately. This happens every time I try it. Here's the server log file: https://www.ascensiongamedev.com/resources/filehost/d917915f6127922d8bae3e98438daebd.log
-
Hey, so I recently updated my game from 0.6.2.460 and started having some problems. One of which is that both the player and NPCs (enemies) sometimes hit a brief lag when traversing between contiguous maps. This doesn't happen every time, but most times, and I haven't been able to figure out what determines whether this happens. I would estimate the pause as being between 50 and 200 miliseconds, so not very long, but enough to be noticeable. It's noticeable enough to really mess up the overall experience. I've been able to determine that this does *not* happen on a fresh map with nothing but NPCs and the player on it, so my best guess is that it's some event that's present in the adjoining map. I haven't been able to determine which event it is yet. It's hard to figure out because it affects NPCs as well as players, and the events themselves only affect players. So far the only lead I have on this is that it *might* be something to do with these warp-in and warp-out special effect events I have, since the update has also made those stop working correctly (I have been using a method of using an in-map event to trigger a common event to fade to/from black or white when the player warps through a door, and those aren't working correctly now either, but that might be better served in a separate topic).
-
Can't Retrieve Connection Information from AGD Servers
PrincessNoodlelimbs replied to PrincessNoodlelimbs's question in Connectivity Support
Looks like it's already working on my end now! -
Can't Retrieve Connection Information from AGD Servers
PrincessNoodlelimbs replied to PrincessNoodlelimbs's question in Connectivity Support
Well that's one mystery solved! Thanks very much! With that answered maybe it's time to try updating to the latest version again and seeing if those other issues are still there. -
PrincessNoodlelimbs reacted to an answer to a question:
Can't Retrieve Connection Information from AGD Servers
-
Hey there folks, been a while! Maybe you can help me with a thing that's happening. So I've been working on my game in version 0.6.2.460 for a while (I tried updating to what was the latest version a couple months ago, but that broke some really essential things - map warp events that execute fade-in and fade-out from black using Show Image didn't work right anymore, and basic contiguous map transitions now had a moment of lag every time the player crossed the boundary - but that's a different topic. The point is my game is still working on 0.6.2.460 for the time being). Recently, within the past couple months, my server starts up and consistently gives me this message now: What happened, and can this be fixed? Some important notes... 1. This started happening during a period in which I wasn't making changes to any part of the game, so it basically started doing it on its own without any alterations from me. No changes to the connection configuration, nada. 2. This problem occurs from multiple computers on multiple different networks; I tested it. 3. Please note that updating the game version did NOT make the server stop doing this; in fact attempting to fix this was the reason I tried updating it in the first place. I know the common wisdom is to always have your game running on the most up-to-date version, but it didn't fix the issue and sadly once I do that I've got a whole nest of other problems to ask about because the most recent version as of July wrecked a couple of the basic features of my game. This being the case, I figured I'd roll back to the previous known working version and tackle one problem at a time instead of this problem plus several new ones. Thanks in advance to anybody willing to field this issue. This started a while ago and I've been ignoring it, but I'd like to get it fixed if I can.
-
How change the size of Option Window
PrincessNoodlelimbs replied to Hitz's question in Questions & Answers
Hey, so I've been trying to get this to work, and it just. Will. Not. Work. To the very best of my reckoning I've done this all the right way, even to the extent that the window looks correct (40 pixels taller than default) in the Intersect GUI Editor itself, but then when I save it out and put it in my game folder it STILL won't resize the window. It will do everything else. It will expand the text area. It will drop the button down 40px. But it won't make the window taller. The button gets cut off below the bottom of the window. I also edited the event1.png to be 40 pixels taller, as well as eventdefault.png just in case. So the PNG file is the right height, the 'bounds' aspect is the right height, and it all works in the GUI Editor. But in game no matter what I do, the Event Dialogue Window refuses to change size. Please, please, please someone help me with this because I feel like I'm going to lose my mind. Here is the entirety of my EventDialogWindow_1Response.json: https://www.ascensiongamedev.com/resources/filehost/318948af111fd048b261820050122e2f.json Make this make sense to me, I'm begging you. UPDATE: NEVERMIND! I figured it out! The texture background for the Event Dialog Window was cached, so it was reading from the /packs/ folder. Deleting the /packs folder fixed it, now it uses the right (taller) image and the window is bigger to match. It's all gravy. -
How change the size of Option Window
PrincessNoodlelimbs replied to Hitz's question in Questions & Answers
Hey, so I've been trying to get this to work, and it just. Will. Not. Work. To the very best of my reckoning I've done this all the right way, even to the extent that the window looks correct (40 pixels taller than default) in the Intersect GUI Editor itself, but then when I save it out and put it in my game folder it STILL won't resize the window. It will do everything else. It will expand the text area. It will drop the button down 40px. But it won't make the window taller. The button gets cut off below the bottom of the window. I also edited the event1.png to be 40 pixels taller, as well as eventdefault.png just in case. So the PNG file is the right height, the 'bounds' aspect is the right height, and it all works in the GUI Editor. But in game no matter what I do, the Event Dialogue Window refuses to change size. Please, please, please someone help me with this because I feel like I'm going to lose my mind. Here is the entirety of my EventDialogWindow_1Response.json: https://www.ascensiongamedev.com/resources/filehost/318948af111fd048b261820050122e2f.json Make this make sense to me, I'm begging you.
