Search found 62 matches

by Windows TV
Mon Feb 21, 2022 6:09 pm
Forum: Help and Support
Topic: Can't Compile ScummVM With Fresh Download
Replies: 12
Views: 3150

Re: Can't Compile ScummVM With Fresh Download

You could remove the use of the SDL_WINDOW_RESIZABLE flag in backends/graphics/openglsdl/openglsdl-graphics.cpp and backends/graphics/surfacesdl/surfacesdl-graphics.cpp. But before going that way, have you tried the option to capture the mouse inside the window (CTRL+m to toggle mouse capture on an...
by Windows TV
Mon Feb 21, 2022 3:36 am
Forum: Help and Support
Topic: Can't Compile ScummVM With Fresh Download
Replies: 12
Views: 3150

Re: Can't Compile ScummVM With Fresh Download

Thank you Praetorian and dreammaster! ScummVM compiled properly, much appertained!

While I have some devs here, by chance can you tell me how to stop the scaling of the ScummVM window when grabbing from the sides of it? (not really a fan of this feature while playing a game xD)
by Windows TV
Mon Feb 21, 2022 2:10 am
Forum: Help and Support
Topic: Can't Compile ScummVM With Fresh Download
Replies: 12
Views: 3150

Re: Can't Compile ScummVM With Fresh Download

There were some minor changes to library filenames recently, so I'd suggest checking the following: 1) Make sure you have the most up to date zip file from the wiki 2) Ensure you have the latest source code, and that you've recompiled create_project, and regenerate the solution files. I did all the...
by Windows TV
Mon Feb 21, 2022 1:36 am
Forum: Help and Support
Topic: Can't Compile ScummVM With Fresh Download
Replies: 12
Views: 3150

Re: Can't Compile ScummVM With Fresh Download

but did you perhaps copy any of it from your old computer rather than getting everything from scratch? Everything was downloaded from scratch with new source, no copying from my old project. I tried using Visual Studio's Git cloning and after that had the same issue as described I did what I did on...
by Windows TV
Sun Feb 20, 2022 6:56 pm
Forum: Help and Support
Topic: Can't Compile ScummVM With Fresh Download
Replies: 12
Views: 3150

Can't Compile ScummVM With Fresh Download

Hi there, I'm having trouble compiling scummvm on my new computer. I followed all the steps the wiki provided but I keep running into errors. I don't know enough about Visual Studios (2019) to debug it myself but when I was originally working on the project back in Windows 8 I hadn't had this issue....
by Windows TV
Sun Sep 12, 2021 10:21 pm
Forum: Help and Support
Topic: ScummVM Internal's questions
Replies: 4
Views: 1434

Re: ScummVM Internal's questions

Screenshots could be made by calling Graphics::createScreenShot(Graphics::Surface &surf) which you then can dump to BMP or PNG. You may find a sample code in gui/EventRecorder.cpp Eugene Hey, Hope you don't mind me asking another question regarding screenshots. I think I got the Graphics::creat...
by Windows TV
Wed May 19, 2021 3:00 pm
Forum: Fangame Creation
Topic: Tool(s) to modify SCUMM V3 background images
Replies: 19
Views: 28234

Re: Tool(s) to modify SCUMM V3 background images

rzil wrote: Tue May 18, 2021 9:30 am feel free to contact me if you need further help
Thanks for providing this! Very shocked a tool actually exists!! Yeah, I'll probably be asking some questions, I never used Python before.
rzil wrote: Tue May 18, 2021 9:30 am Spanish fan translation of Pajama Sam (HE)
WHERE DOES THIS EXIST!?! I must see it!!
by Windows TV
Sun May 09, 2021 9:23 pm
Forum: Fangame Creation
Topic: Tool(s) to modify SCUMM V3 background images
Replies: 19
Views: 28234

Re: Tool(s) to modify SCUMM V3 background images

Is it alright if I tag my question on to this?

Tool(s) to modify SCUMM V8 Backgrounds? I've been wanting to do some translations of HE(can't confirm SCUMM V8 is HE version but I do know they have specific HE versions_ games as well as a few other things.
by Windows TV
Mon Apr 12, 2021 11:42 pm
Forum: Help and Support
Topic: Where is the Debugger Console?
Replies: 4
Views: 2770

Re: Where is the Debugger Console?

If you downloaded the "ScummVM Snapshot for Windows" (.exe) from our Downloads page ( https://www.scummvm.org/downloads/#daily ) and installed it, then it should display the console window titled "ScummVM Status Window" in the background from the default shortcut, plus it will a...
by Windows TV
Mon Apr 12, 2021 6:04 pm
Forum: Help and Support
Topic: Where is the Debugger Console?
Replies: 4
Views: 2770

Re: Where is the Debugger Console?

I think the new default for (most?) platforms is Ctrl+Alt+d That opened it, thanks! Did not know it changed, I'm coming from an old version of ScummVM so I honestly did not know it changed xD What is the platform you are testing on? ScummVM 2.2.0 and newer have the keymapper so, please check under ...
by Windows TV
Mon Apr 12, 2021 4:52 pm
Forum: Help and Support
Topic: Where is the Debugger Console?
Replies: 4
Views: 2770

Where is the Debugger Console?

Sorry if this has been asked already, I did try to search and couldn't find anything regarding it.

I can't start the Debugger by doing "CTRL+D" in the official ScummVM build ver 2.2.0. How do I enable the debugger console?

Thanks!
by Windows TV
Sat Mar 06, 2021 1:20 am
Forum: The Junkyard
Topic: Extracting image files from Pajama Sam's One-Stop Fun Shop?
Replies: 3
Views: 4512

Re: Extracting image files from Pajama Sam's One-Stop Fun Shop?

sev wrote: Fri Mar 05, 2021 1:28 am Those stickers are in vector format.
(HE)SCUMM had Vector capabilities? First time hearing that! I thought they were raster sprites to be honest
by Windows TV
Thu Mar 04, 2021 11:56 pm
Forum: The Junkyard
Topic: Extracting image files from Pajama Sam's One-Stop Fun Shop?
Replies: 3
Views: 4512

Re: Extracting image files from Pajama Sam's One-Stop Fun Shop?

I don't think Supper's resource ripper is able to rip those type of graphics. Humongous used two types of "sprite" in later games, a sprite that took on a similar compression to WIZ files and then another Sprite type that was internally called "sprite". Based on ScummVM's debugge...
by Windows TV
Mon Nov 23, 2020 5:43 pm
Forum: Help and Support
Topic: ScummVM Internal's questions
Replies: 4
Views: 1434

Re: ScummVM Internal's questions

We were able to get it, thank you for all the help!!
Image
by Windows TV
Tue Nov 10, 2020 1:07 am
Forum: Help and Support
Topic: ScummVM Internal's questions
Replies: 4
Views: 1434

Re: ScummVM Internal's questions

WIZ is a pretty complex format. Basically, it is yet another Virtual Machine with its own opcodes. You may find all the relevant code in this file: https://github.com/scummvm/scummvm/blob/master/engines/scumm/he/wiz_he.cpp Indeed they are! So I'm trying to override the entire AWIZ block SVM reads w...