Search found 62 matches
- Mon Feb 21, 2022 6:09 pm
- Forum: Help and Support
- Topic: Can't Compile ScummVM With Fresh Download
- Replies: 12
- Views: 3720
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...
- Mon Feb 21, 2022 3:36 am
- Forum: Help and Support
- Topic: Can't Compile ScummVM With Fresh Download
- Replies: 12
- Views: 3720
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)
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)
- Mon Feb 21, 2022 2:10 am
- Forum: Help and Support
- Topic: Can't Compile ScummVM With Fresh Download
- Replies: 12
- Views: 3720
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...
- Mon Feb 21, 2022 1:36 am
- Forum: Help and Support
- Topic: Can't Compile ScummVM With Fresh Download
- Replies: 12
- Views: 3720
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...
- Sun Feb 20, 2022 6:56 pm
- Forum: Help and Support
- Topic: Can't Compile ScummVM With Fresh Download
- Replies: 12
- Views: 3720
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....
- Sun Sep 12, 2021 10:21 pm
- Forum: Help and Support
- Topic: ScummVM Internal's questions
- Replies: 4
- Views: 1571
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...
- Wed May 19, 2021 3:00 pm
- Forum: Fangame Creation
- Topic: Tool(s) to modify SCUMM V3 background images
- Replies: 19
- Views: 31107
Re: Tool(s) to modify SCUMM V3 background images
Thanks for providing this! Very shocked a tool actually exists!! Yeah, I'll probably be asking some questions, I never used Python before.
WHERE DOES THIS EXIST!?! I must see it!!
- Sun May 09, 2021 9:23 pm
- Forum: Fangame Creation
- Topic: Tool(s) to modify SCUMM V3 background images
- Replies: 19
- Views: 31107
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.
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.
- Mon Apr 12, 2021 11:42 pm
- Forum: Help and Support
- Topic: Where is the Debugger Console?
- Replies: 4
- Views: 3314
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...
- Mon Apr 12, 2021 6:04 pm
- Forum: Help and Support
- Topic: Where is the Debugger Console?
- Replies: 4
- Views: 3314
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 ...
- Mon Apr 12, 2021 4:52 pm
- Forum: Help and Support
- Topic: Where is the Debugger Console?
- Replies: 4
- Views: 3314
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!
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!
- 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: 4845
- 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: 4845
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...
- Mon Nov 23, 2020 5:43 pm
- Forum: Help and Support
- Topic: ScummVM Internal's questions
- Replies: 4
- Views: 1571
Re: ScummVM Internal's questions
We were able to get it, thank you for all the help!!
- Tue Nov 10, 2020 1:07 am
- Forum: Help and Support
- Topic: ScummVM Internal's questions
- Replies: 4
- Views: 1571
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...