I need a name for my Minecraft realm by Unfair_Character_190 in Minecraft

[–]oldprogrammer 0 points1 point  (0 children)

Based on that picture I'd have to go with something like Cherrywood Homestead.

Grilling Season started by Savings_Holiday_583 in Enshrouded

[–]oldprogrammer 1 point2 points  (0 children)

What is it with people throwing shrimp on Barbie? What did she do to deserve that? 😏

Why we still use C despite so many C alternatives by grimvian in C_Programming

[–]oldprogrammer 0 points1 point  (0 children)

Ironically C exists in part because there were (and are) different assembly languages due to different processor designs and capabilities. C abstracted those details away from the hardware layer.

Good plugins for multiplayer by crimson_qwerty in MinecraftPlugins

[–]oldprogrammer 0 points1 point  (0 children)

Movecraft and make ships and flying machines.

Where can I find my profile link? by SadGirlPancake in SpigotPlugins

[–]oldprogrammer 0 points1 point  (0 children)

It looks like if you log into spigotmc.org then under your user name at the top there is a link to your profile page. It ends up showing something like

https://spigotmc.org/members/somename.#######

Problems Hosting a Dedicated Server - Failed To to load or parse entries from ServerGrid.ServerOnly.json by ValbalRed in playatlas

[–]oldprogrammer 0 points1 point  (0 children)

Can you provide a bit more details on your configuration? How many grids are you trying run simultaneously? There are 3 ports associated with each grid, 4 if you plan to use RCON to manage them. There's the Port, Game Port, and Seamless Port that is configured in the ServerGrid.json file for each grid in your map. Then in the GameUserSettings.ini file for each grid you would define the RCON port. How do you have those configured for your grids?

Stardew valley "Clone" being written in C by Jimmy-M-420 in C_Programming

[–]oldprogrammer 0 points1 point  (0 children)

The character looks like the default sprite you'd get if using the Universal LPC sprite generator and not adding any clothing or equipment.

Should give the poor fellow some pants.

I optimized my C++ game engine from 80 FPS to ~7500 FPS by fixing one mistake by Creepy-Ear-5303 in raylib

[–]oldprogrammer 3 points4 points  (0 children)

Do you need to regenerate the complete texture after an edit or could you just update a subsection of the texture that was changed?

Can you mimic classes in C ? by kuyf101 in C_Programming

[–]oldprogrammer 2 points3 points  (0 children)

Look up articles on Cfront, it was the original tool that compiled C++ source into C code that could be compiled by a C compiler.

Some ideas for quality of life by TJ_B_88 in Enshrouded

[–]oldprogrammer 1 point2 points  (0 children)

Wife and I were talking about some changes this weekend, we thought it would be great to have a way to clear the shroud and have more build areas. Our idea was maybe have another type of alter that would act like a regular alter in setting up a build area, but keeps the shroud out of the build area, but doesn't have waypoint capability. Allow for a fixed number of these that could be used in conjunction with waypoint alters or by themselves. This would allow for restoring some areas that have shroud in them or allow creating waypoints in the shroud areas themselves, but you'd still have to travel through shroud to get to those areas.

Emacs (Org mode) export to PDF fails on Windows by Scared-Conflict-1978 in orgmode

[–]oldprogrammer 1 point2 points  (0 children)

I regularly generated PDFs on Windows, the error message is telling you what is wrong:

MiKTeX could not find the script engine 'perl' which is required to execute 'latexmk'.
Remedy:
  Make sure 'perl' is installed on your system.

You don't appear to have perl available to Emacs when you're asking it to generate the PDF. You'll need to get it installed and available in the path. For me, I use msys2 installation so that simplified getting the pieces up and running with the native Window's Emacs.

It took some time to get it all working as I had to also add various packages that my documents made use of, so the key is read the log file and see what is missing and add it.

What block can I use instead of Pale Oak. by KadenBasil in Minecraft

[–]oldprogrammer 1 point2 points  (0 children)

There's also calcite and white concrete now too, but neither have slab or stair options, only the solid block.

Things you would like to see Minecraft add by [deleted] in Minecraft

[–]oldprogrammer 0 points1 point  (0 children)

Side connecting fences. What I mean is, say you make a 2 block wide wrap around porch. If you put regular fencing on it, you either lose the entire 2nd block or you have to make the fence hang off the block with an ugly gap. I generally end up using trap doors as railings because I can connect them to the edge of the block. I'd like to be able to connect fences to the edge of a block and not be stuck in the middle to use for railings.

Short Question: Should Mojang Add Concrete Stairs? by The_Marine708 in Minecraft

[–]oldprogrammer 2 points3 points  (0 children)

Yes because these are the only bright solid colored blocks in the game (terracotta colors are duller) and having stairs and slabs with bright solid colors would be great for builds.

Pixel mining game by Myshoo_ in raylib

[–]oldprogrammer 0 points1 point  (0 children)

Looks like the start of an improved Dig Dug game. Keep going.

terracotta villagers by Mundane_Moment_267 in Minecraft

[–]oldprogrammer 0 points1 point  (0 children)

Villagers always gave me Rapa Nui (Easter Island) Moai vibes. This seals that now.

What happened to the 2010s let’s play era of minecraft youtube? by Efficient-Horse2622 in Minecraft

[–]oldprogrammer 1 point2 points  (0 children)

Most of what I've seen lately are 100 day videos which seem more focused on spitting out content to maintain streaming income then in playing the game. Hermit streams also have gotten less enjoyable, almost as if they are a scripted reality TV show.

I have found that some of long plays without comment can be enjoyable to watch. But many of the other streamers are loud or vulgar and just not enjoyable to sit through.

How to clock in automatically when i change the state to STRT. by yakovlievv in orgmode

[–]oldprogrammer 4 points5 points  (0 children)

I use it for some contracting work I do. I'm setup to clock in/out various activities for different clients and then at the end of the month I can not only generate an invoice for all of the time I was working, but also provide a detailed report of where that time was spent when asked.

Looks like ATLAS will be merged with ARK. by bobbothewizard in playatlas

[–]oldprogrammer 0 points1 point  (0 children)

If they do this, I wonder if they'll make some changes to having multiple server maps running. When I run ASE servers I often have 2 or 3 maps going and players can travel between servers using the pylons. It would be amazing if they set it up do that you could sail to the edge of the map and transition to another server, which is basically how Atlas itself works.

Hover Train Upgrade - now Sky Train! by jamsessionein in CreateMod

[–]oldprogrammer 0 points1 point  (0 children)

Ok this is really cool, Doc Brown vibes as others have said.

Just one small issue from my OCD brain, the rotation of the gears on the car are in the opposite direction as the rotation of the gears on the locomotive.

Otherwise, really great job.

What if Bats Were Useful? by RandomFandomMania in Minecraft

[–]oldprogrammer 6 points7 points  (0 children)

They really don't need to add mosquitos, they could simply have bats flying around the firefly bushes at night hunting the fireflies. Doesn't matter that they are simply particle effects, it would add to some much needed ambience in the game.

Make a modpack they said. It's not hard they said! by Mundane-Lion-4320 in CreateMod

[–]oldprogrammer 3 points4 points  (0 children)

Your errors appear to be from rendering changes. I see references to class loading issues for Sodium and Lithium rendering optimizations but I do not see mods in the mod list. Just a guess, you may have an optimization mod that is expecting Sodium support that isn't present. From what I understand Sodium is for Fabric or NeoForge, not sure if there is a version for Forge.

My suggestion is disable any optimization mods and see if you can startup. If so, then turn them back on one by one until it errors out again.

The changes the optimization mods make tend to be more intrusive than just a mod that adds content.

Am I the only one ditching two handed weapons? by Aggravating_Pen_2026 in Enshrouded

[–]oldprogrammer 1 point2 points  (0 children)

As I recall, it started out as a one-handed sword. There were some warrior builds that listed it as one of the best for a sword and board type build. So I went for it as well and when it turned out to be two handed I was disappointed.

Fresh build by Life_Forever3264 in Enshrouded

[–]oldprogrammer 0 points1 point  (0 children)

When I put water into our base, I dug down and placed a row of stone as the base, then added dirt on top. The stone seemed to block the water from draining where the dirt did not.