-
Spastic Hamburger replied to the topic Films & TV Shows in the forum Discussion 1 month ago
Tron is great. Haven’t seen it in a while, though. Looks like the 4k version is hard to find. Supposedly, a Steelbook was released on Amazon two weeks ago but the listing says it’s unavailable and that they don’t know if it’ll be in. The regular 1080p version is easy to get, however. See something similar with a lot of Disney films.
Gaslight…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 month ago
Merged that in this morning and started on the include paths. 🙂
Ultimately, the pragmas will need investigating to see if they’re needed. Some disable warnings, which can likely be removed. It would be better to fix the issues in those cases instead of suppressing the problems
-
Spastic Hamburger replied to the topic Random in the forum Discussion 1 month ago
On August 14, 2025 at 5:30 pm Spastic Hamburger said I think the heightmaps need to be processed before they can be used in the tools for the Elderscrolls but I’m not entirely sure how that works. Can try to find out, though!
Not necessarily! In theory, archive formats support sizes of several exabytes. As for downloading speed, it’d be a pain on… -
Spastic Hamburger replied to the topic Random in the forum Discussion 1 month ago
As much as I like Redshirts, it’s probably Starter Villain. While it’s a James Bond parody on the surface, it runs much deeper than that.
It may be, too, that he’s referring to the trend in school where instructors insist that you over analyze works and everyone comes up with something totally different. He’s got some other good quotes,…[Read more]
-
Spastic Hamburger replied to the topic Films & TV Shows in the forum Discussion 1 month, 1 week ago
The trick is getting the opportunity to watch it 😛
Going to try and watch it today 🙂
Yep, Tubi is a weird place. It’s a gold mine if you love B-movies but quality films do sneak in from time to time. 😛
They’ve also got a decent selection of classics.
Speaking of, it’s been years since I watched the Benny Hill Show. Kind of been in the mood…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 month, 1 week ago
Okay, got the pull request up for the removal of legacy systems: https://github.com/Walrus-Tech/MWEdit/pull/34
Also took the liberty to modernize the syntax of the conditional compilation statements. I kept the checks for Windows as those will be needed for Linux support anyways and they’ll help provide a note to check those blocks (not all…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 month, 1 week ago
I’ll be pushing up a new PR in the next day or so for removing legacy code. This will need a brief review before merge just to make sure it all looks good. 🙂
Just to note: it’ll need to be merged before additional edits can be made on account of how extensive the changes are and I don’t like dealing with merge conflicts if I can help it.
Once…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 month, 2 weeks ago
And updated again to fix some file names that I had mistyped. Once we get the build script tested, it’ll allow us to do more with restructuring the project 🙂
-
Spastic Hamburger replied to the topic Films & TV Shows in the forum Discussion 1 month, 2 weeks ago
Haven’t watched The Atomic Cafe yet but I did catch Space Mutiny yesterday. It was a lot of fun! Terrible acting, high-speed bumper car chases, laser pistols that all sound different even though they’re all the same model…. 😀
Looks like I can get Creature from the Black Lagoon until the end of the month so I may need to give it another watch.…[Read more]
-
Spastic Hamburger replied to the topic Random in the forum Discussion 1 month, 2 weeks ago
I miss CLYDE! Only saw a little bit of it at the time. I wonder if there’s a CLYDE figurine somewhere…
Anyways! Depending on the design, it may be possible to run a snake through the works to clean things out. Would need to see it in person, though. From the research I did, it doesn’t appear that Florida has any yet 🙁
Yeah, Crichton’s works…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 month, 2 weeks ago
Okay, build script has been updated again. I’ll keep updating it as I find things or things that come up during testing but it’s once again ready for a whirl 🙂
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 month, 2 weeks ago
I’ve started making notes to the Dead Code issue regarding unused files. Feel free to add to it as you find them! Some of the latest additions do break the build script due to name clashes so I’ll get it updated soon so you may want to hold off on testing it until I report back 🙂
-
Spastic Hamburger replied to the topic Random in the forum Discussion 1 month, 2 weeks ago
Not sure how mix-ins would work but it does work with your custom recipes. Mix-ins might clog things up but they don’t give any mention of that so maybe they’ll be fine? In theory, it wouldn’t be hard to make a new piece of equipment that handles general baked goods based on that design. Cakes would be harder so that they don’t get too tough…[Read more]
-
Spastic Hamburger replied to the topic Random in the forum Discussion 1 month, 2 weeks ago
So I just came across this obscure piece of equipment: https://breadbot.com/
Pretty awesome and would be fun to watch in action but I’ve never seen one before! Not even in our tourist districts where you would expect to see them!
Speaking of, I haven’t played tourist in a while 😛
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 month, 3 weeks ago
Common/conapp.handCommon/conapp.cppcan be removed as theCConsoleAppisn’t used anywhere in the project. Unless, that is, we decide to splitCommon/out into a separate library. At the very least, I can remove it from the build script. -
Spastic Hamburger replied to the topic Films & TV Shows in the forum Discussion 1 month, 3 weeks ago
I was watching them on Tubi but can’t seem to find them now in their library so they may have left the service the other day even though I didn’t see a notice.
Looks like plenty of services have Space Mutiny so I’ll plan to watch it sometime during the week.. With taglines like that, you can’t go wrong! 😛
Can’t get Sympathy for the Devil but I…[Read more]
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 month, 3 weeks ago
This is in Common so they’re not game support. All of the game support is in the esm directory. Ah, I’ve got it: it’s a leftover file that isn’t actually used. It doesn’t show up anywhere else. Will remove it now. It’ll break the Meson build file so I’ll go ahead and update the pull request.
Out of interest, here’s the grep result:
$ grep…[Read more] -
Spastic Hamburger replied to the topic Hardware Relics in the forum Discussion 1 month, 3 weeks ago
Didn’t get any hits so I’ll have to check other message boards 🙁
-
Spastic Hamburger replied to the topic MWEdit in the forum Projects 1 month, 3 weeks ago
So, I’m trying to work on some of the includes this morning but having a little bit of trouble. Some of the symbols don’t come up in a search result and aren’t in defined in the project, even though they are used. So far, these are the problem ones:
CObjTypeandPQSORT_CMPFUNC. I’m sure there are others but those are the ones that I’ve found…[Read more] -
Spastic Hamburger replied to the topic Films & TV Shows in the forum Discussion 1 month, 3 weeks ago
As we know, I’m quite fond of older films with low scores. I find them a lot of fun! 😛
Been watching some of the old, pre-Loony Tunes rebrand shorts lately. They’re pretty good! Don’t make much sense, however. 😛
- Load More
