ForeverZer0 Custom Resolution + Littledrago's Zoom - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Code Support (https://www.save-point.org/forum-20.html) +--- Thread: ForeverZer0 Custom Resolution + Littledrago's Zoom (/thread-10593.html) |
ForeverZer0 Custom Resolution + Littledrago's Zoom - Solitaire - 10-22-2024 Howdy, howdy y'alls of the Save-point. Tis' I, comin atcha again with another koo-koo-bannanas question. (Well maybe not "koo-koo-bannanas", that's a bit over-selling the excitement of it.) I completed one of the small projects I've been working on lately, and almost immediately decided it needed a sequel, and then another sequel which I'm sure many of you know the feeling of. But Anyway, while loading my characters into XP I realized the look of them was kind of weird, despite them looking rather nice while I was editing them in GIMP. and recalled some resolution scripts I'd read about in the past. So, long-story-long, all yesterday I set up both ForeverZer0's Resolution script, and KK20's both from the Chaos Project website on separate projects to test. But only ForeverZer0's had an add-on with the zoom I specifically wanted in the first place, made by Littledrago. In a comment response to a user, he explains on the page where it's posted that it's old, and has problems and isn't supported anymore, and one of the issues mentioned by a user on there about the tileset disappearing when opening the menu (or "the tilemap going black" as they described in their comment.) Was never fixed either. Anyway, my question amidst all this here is if there's an obvious or simple little fix someone could help me with to make his script work correctly. I know the obvious answer is that it's old, and unsupported, and I should just move on and look for something else, but I couldn't find another script with this nice zoom feature. (So crisp and clear...) I know too that a better choice for a resolution script would probably be KK20's (or at least that's what I read on their own posts, I'm sure they're not biased at all lol) Since it's way more up-to-date, but like I said, no zoom script that I could find for their version. If there's an alternative zoom script out there that I've just missed, I'm all ears! ...Or uh, eyes I guess. Hmm... Also, a sort of smaller, bonus thing: within the script itself there's no setting to actually set this as the permanent state of the project, for some reason it's programed where this is accessed through a script call. I might be able to find some way to event around this (If worst comes to worst, maybe I could do something completely stupid and ill-advised like having a cataclysmic cacophony of multiple running parallel process on every. single. map. like the sick and twisted fiend that I am.) But I'm hoping this can be negated by just telling the script to run the game at a x1 zoom or something. Here's some screenshots to show what I'm talking about. Here in this one I'm using both scripts, the custom resolution, and zoom one. So the window is up-scaled. Also edit: I realized after the fact that my little glasses face looks a bit like it says "BJ", but that is actually in fact a sunglasses emoticon B) The menu screen. The map after exiting the menu screen. This doesn't cause any errors or anything, and using the event script call a second time causes the tiles to show up again, but the thing is I intended on having this be a permanent state for the game to be in, and not just for a single event. RE: ForeverZer0 Custom Resolution + Littledrago's Zoom - Remi-chan - 10-22-2024 DerVVulfman and/or Kyonides should easily be able to help with this. I don't code and even if i did it sure as heck wouldn't be with RGSS. I do wish you luck finding an amiable solution courtesy of our big boss coders! :D RE: ForeverZer0 Custom Resolution + Littledrago's Zoom - Solitaire - 10-22-2024 (10-22-2024, 06:58 PM)Remi-chan Wrote: DerVVulfman and/or Kyonides should easily be able to help with this. I don't code and even if i did it sure as heck wouldn't be with RGSS. I do wish you luck finding an amiable solution courtesy of our big boss coders! :D Thank you for the well wishes Lol I am definitely grateful for the awesome help they've given since I've joined here XD They're really good with this stuff I seriously haven't encountered such a nice community online before in general, y'all guys are super tight, I'm glad I discovered this place B) RE: ForeverZer0 Custom Resolution + Littledrago's Zoom - kyonides - 10-22-2024 OK, can you provide us with a simple demo, not your actual game project, that show us how the tileset disappears after leaving the main menu? It's always a good idea to take a look at the scripts and your possible modifications or customizations to see if they're affecting the end result somehow. RE: ForeverZer0 Custom Resolution + Littledrago's Zoom - Solitaire - 10-23-2024 (10-22-2024, 11:13 PM)kyonides Wrote: OK, can you provide us with a simple demo, not your actual game project, that show us how the tileset disappears after leaving the main menu? Sure thing -> link to test project. RE: ForeverZer0 Custom Resolution + Littledrago's Zoom - kyonides - 10-23-2024 After an initial search, I suspect the main issue is that the custom tilemap class that ForeverZer0 or LittleDrago created is very slow. It's not like the tileset vanished, it just simply takes long to adjust it to your preferred zoom level. That means you can walk for a while before you finally see the tileset being displayed on screen. RE: ForeverZer0 Custom Resolution + Littledrago's Zoom - DerVVulfman - 10-23-2024 (quietly downloads) WELL... that just ended three weeks of me working on a Screen Resize / Resolution / Tilemap combo... mostly. This thing exists? I may have a hand at a rewrite with 1) All instructions in One page... 2) All... ALL... of the configurables in another page (so you don't have to hunt) 3) The rest of the code AFTER. But I see what you're talking about how it goes 'black' every so often... the tilemap not refreshing within the map spriteset. Like I said, what I've been working on... I've had issues: **Disadvantages of Tilemap scripts I had been working with**
BUT, i had 'gradual' zoom, that is you could have it slowly zoom in/out or speed it up. Hrm... Again, I may take a look. ... Good, the Fog's width/height is adjusting properly with the defined resolution settings and not 640x480 fixed ... Good, the Weather Script was adjusted properly to fit the defined resolution too. ... Did it a different way than I did on those adjustments, but it works If the spriteset blackout is cleared up, I would love to rework this to make a package EASIER to use. But dayum... I only had 5 Win32API calls, this has HOW MANY??? And one I have 'checks' to ensure Alt+Enter isn't toggled because the game engine defaults to 640x480 REGARDLESS of the Resolution spell. IF I ever get the time RE: ForeverZer0 Custom Resolution + Littledrago's Zoom - Solitaire - 10-23-2024 Ah! I see I see, so what I'm gleaning from these responses is that it's not so simple after all... Rats! Still, thank you for taking a look, guys If you do end up completing that zoom script of your own one day, @DerVVulfman that sounds like something I'd definitely have to try out. RE: ForeverZer0 Custom Resolution + Littledrago's Zoom - DerVVulfman - 10-23-2024 Ya don't seem to understand. This is a leap forward for me... just to figure out the spritesheet refresh, according to you, is the issue. RE: ForeverZer0 Custom Resolution + Littledrago's Zoom - kyonides - 10-23-2024 I already tried NOT disposing the original map scene by keeping it stored in a variable, but that didn't work as intended. You could see the tiles on screen for just a brief moment and then... a big black nothing again. It's not redrawing everything fast enough... |