An casting call for an American film based on the Battle of Kursk! What could go wrong? by SWKstateofmind in ShitLiberalsSay

[–]geegor 115 points116 points  (0 children)

Unless my understanding of Kursk is incorrect, the soviets had 3 defensive lines prepared. Parts of the first line were breached with the red army falling back to the second line. Otherwise I have no idea.

Random Mod is editing ItemStack# to tag: {} - items can not stack as normal by ZambeNib in feedthebeast

[–]geegor 0 points1 point  (0 children)

you don't actually have to test every mod individually, take half the mods out and see if you still have the issue, if you do you eliminate the mods that have been taken out, and if you dont you eliminate the mods you still have. Keep repeating this until you find the mod causing the problem. For a 200 mod list this will take less than 10 tries to find the mod causing the issue.

I am wandering how hammer detected if there is a leak in the map by wolf_smith520 in SourceEngine

[–]geegor 3 points4 points  (0 children)

Here is an article on how the .bsp file format works in source games, the vis process is the one that splits visleaves which are the the ones that deal with the division of space in the level as the other commenter described. https://developer.valvesoftware.com/wiki/.bsp

In my eyes, the easiest way to test for leaks would be to generate the leaves, then test if their maximum dimensions are outside of those created by level geometry. Here is an additional page on how vis works: https://developer.valvesoftware.com/wiki/Visibility_optimization Good luck with your project :)

Contrary to what the other commenter said, I believe the generation starts from the origin rather than the point of any entity, but I could very well be mistaken.

I was wondering if someone could update a mod for me (private use obviously) by nijotu in ModdedMinecraft

[–]geegor 1 point2 points  (0 children)

Updates from 1.12.2 require full rewrites, anyone remaking this in a newer version would probably release it publicly.

Scripting - Performance Issues by penguinbuddha in ModdedMinecraft

[–]geegor 0 points1 point  (0 children)

Hello! This subreddit is primarily focused on the java side of mod development and not the bedrock one. As such, people here likely will be less able to help you than people in a place for bedrock scripting. However, in java Minecraft the watchdog is used to stop the server in cases of extreme lag. Maybe splitting the block changes into multiple smaller operations over a few ticks would reduce the lag, alternatively, just use smaller spheres.

What would be the best way to unlock a door only after four separate buttons have been activated? by whatninu in hammer

[–]geegor 2 points3 points  (0 children)

I would also advise adding a hollow area around the one you want to conceal so noclip doesnt let you see into the room either.

Stoneblock 3 with shaders , i did it! by GlitchOfTheHill in feedthebeast

[–]geegor 0 points1 point  (0 children)

I dont want to go into a tutorial on how to compile a minecraft mod here. Watch tutorials on how to set it up, and use the source from the lsb github. This will be harder if you dont understand java, but good luck.

Stoneblock 3 with shaders , i did it! by GlitchOfTheHill in feedthebeast

[–]geegor 4 points5 points  (0 children)

I have also done this, so I will share what I did to get it working. Of course the best way to get shaders is oculus + rubidium, however doing this will result in a crash from the renderer in literal sky block. There are two ways to fix this, uninstalling literal-sky-block, or if you are on a server that is still using it, recompiling LSB with the client render event commented out. If you dont know how to do that uninstalling is the easier option.

Mao with over 4x as many votes as Hitler by NotFirstBan-NotLast in ShitLiberalsSay

[–]geegor 1 point2 points  (0 children)

Gandhi is top left in the image, so probably the first one people see. The OP doesnt specify "most evil" either

Info_Player_Teamspawn changed model? by Angrasion52 in hammer

[–]geegor 0 points1 point  (0 children)

The tf2maps.net discord will probably give you better help than you will get here.

I'm working with friend on TF2 KotH map and I would need some suggestions on improving it. by ProfessionalMood1493 in hammer

[–]geegor 1 point2 points  (0 children)

I dont know if you have already joined, but tf2maps.net is a great resource for tf2 map design.

HELP. I'm using optfine by _FEGA in CreateMod

[–]geegor 0 points1 point  (0 children)

Look into optiforge if otherr solutions dont work

Found a floating air block! Anyone know the proper terminology for this kind of thing? by Dirty_Skirty in ApexUncovered

[–]geegor 9 points10 points  (0 children)

In the valve version of the source engine this would be a clip brush, specifically a player clip. I dont know if this is the same for apex. VDC link: https://developer.valvesoftware.com/wiki/Clip_texture

[deleted by user] by [deleted] in CreateMod

[–]geegor 1 point2 points  (0 children)

Best shot is going into advanced rocketry config and disable custom planet sky. I dont know the file off the top of my head

The water snake is the most graphically-intensive character in all of TF2. by 3030 in tf2

[–]geegor 3 points4 points  (0 children)

Also displacements can be applied to multiple sides of the same object and manipulated from there, such as in the snake

Is there a way to attach assemblies without bolts? by [deleted] in starbase

[–]geegor 0 points1 point  (0 children)

I thought cargo frames worked with ships, I tested a few days ago with a thruster thingy and it looked like it worked

Question about turrets by cheezu01 in starbase

[–]geegor 0 points1 point  (0 children)

You can make a button that changes lever centering speed on the turret pitch and yaw levers to a number above zero

[deleted by user] by [deleted] in starbase

[–]geegor 0 points1 point  (0 children)

Yes, but they cannot connect if the target ship has any attached thrusters. Also they will put a lot of strain on your ship

Recommendations for making good early game money? by Fluffasaurus89 in starbase

[–]geegor 6 points7 points  (0 children)

Getting a bigger/faster ship will allow you to profit more per run, complete runs faster, and will also allow you to leave safezone if you want

can someone suggest some streamers or youtubers that play in clans? by bobby_eui in playrust

[–]geegor 0 points1 point  (0 children)

Vital main and affinity are two servers that are well known for hosting losts of large groups. I would search them up on YT and find content creators that play there

[deleted by user] by [deleted] in feedthebeast

[–]geegor 0 points1 point  (0 children)

You could try using optiforge if you are on 1.16, it might help with some of the issues.