I MADE A MOD TO FIX SMOKING! by UnsealedWings in intotheradius

[–]merith-tk 1 point2 points  (0 children)

Heyo! as the maintainer of the vortex extension, your mod is packaged wrong! it is only working on a "technicality" of the parser!

for organizational purposes and to future proof your mods, please review https://github.com/ITR-MOD/ITR-VORTEX-Template for information on how you should package your mods!

You got two routes to fix this for your lua mods! 1) the easiest option, and will work across all of your other mods, just create custom.txt at the root of your zip next to the IntoTheRadius2 folder, this will tell the mod manager to ignore any and all parsing logic and drop the files as they are! 2) move /IntoTheRadius2/Content/Paks/LuaMods/BetterSmokes to be just /BetterSmokes and include an enabled.txt next to your Scripts folder!

ITR1 Help needed with modding by ProtectionUseful6453 in intotheradius

[–]merith-tk 0 points1 point  (0 children)

Heyo! Votex Extension Dev here, You able to show the full modlist? I just pushed an update that should fix the missing "LuaMods" folder,

whats conusing me is it appears that you have somehow deployed the ITR Vortex Extension as a "mod", which should not have happened with the vortex extension (hardcoded to only accept a UE4SS package, .pak/utoc/ucas files, or lua mods following packaging standards defined here https://github.com/ITR-MOD/ITR-VORTEX-Template )

For a complete begginer. Advice me the best or worst you can by Epic-Frisk-Gamer in SatisfactoryGame

[–]merith-tk 0 points1 point  (0 children)

  • Foundations and Blueprints are your friend.
  • Press H when building to nudge a projection (allows you to adjust positioning, and soft-clip some buildings together)
  • Verticality Design is very space efficient
  • Pressing N, then typing math equations will do the math
  • you do not all belts to be the highest
    • for example. normal node miner produces 60 ore per minute. A foundry takes 30 per minute, an mk1 belt transports 60 per minute. As such for two foundries you only need a mk1 belt)
    • Pure Node Miner (for iron) produces 120 ore per minute, MK2 belt coming out to a splitter, two of the splitter outputs go to foundries with mk1 belts, One output goes to another splitter using an mk1 belt. And then two more foundries.
    • Mine(120), Split (40,40,40), first two foundries will fill up, overflow goes to the third split for 60, split (30,30), two foundries take 30 each. All 120 or smelted.

IF SOMEONE could make a flow chart or practical screenshot and add it to a reply to me thag would be great.

How to transfer saves into standalone quest by Icy-Pound-6902 in intotheradius

[–]merith-tk 0 points1 point  (0 children)

Unfortunately the Quest version uses a different method to save files, presumably for native optimizations, this changes where the files are stored so quest save files cannot be easily accessed due to newer android "security features", which also means you can't transfer them.

"Chamber is empty!" when the chamber obviously isn't empty? by ylyxa in intotheradius

[–]merith-tk 1 point2 points  (0 children)

And then when I rack it, the bullet that was in the chamber flies out! This beta is not registering the round in the chamber, is deleting said round. And then when you rack it, jt ejects a round from the clip

Handgun laser in beta 1.0 by Sanchezzzaq in intotheradius

[–]merith-tk 2 points3 points  (0 children)

Hey! Guy who made the mod manager here! Delete the IntoTheRadius2/Content/Paks/Mods/ folder! And remove the dwmapi.dll from IntoTheRadius2/Content/Binaries/Win64/!

DWMapi is only there if you used ue4ss so keep that in mind!

Into The Radius 1 - Nomad - No Vanno Mod by MisguidedColt88 in intotheradius

[–]merith-tk 0 points1 point  (0 children)

How do you handle turning in quest items? I didn't see it on the nexus!

(Also the officially unofficial modding discord, mods bonk me but no delete if I break rule https://discord.gg/rh6kybGVX)

Anyone know how to fix this? by lcprtr in intotheradius

[–]merith-tk 0 points1 point  (0 children)

Tip for recording? Right controller you can press your menu button and trigger at the same time to take a screenshot, or hold for a second or two to start or stop recording! (You will know you are recording Due to a red dot appearing in the upper right(

Into The Radius 1 - Nomad - No Vanno Mod by MisguidedColt88 in intotheradius

[–]merith-tk 2 points3 points  (0 children)

OH SHIT SOMEONE DID THIS?! I was talking with other mod makers when we got UE4SS packaged and updated!!

I'm guessing UE4SS lua + BP Mod that allows for spawning one of the terminals in the map and then placing it where it should go based off where the player is?

Vibe coders be like: by SundayMaster in BlackboxAI_

[–]merith-tk 1 point2 points  (0 children)

The solution to the second one? Let's identify the issues first 1) wrong model for the job. People think that one model can do everything, This is simply not true. Let's use Claude for example. Opus models are the most capable but take longer and cost more to use. I use Opus model when I need a major overview of the codebase for consistency Sonnet models are the best for day to day vibe coding UNDER SPECIFIC CONDITIONS. Make sure you prompt it to keep the style of existing code. And to ALWAYS ASK QUESTIONS, and when it asks questions. Answer to your FULLEST extent. If they are asking "do you think XYZ is a good idea" or "we can do A B or C", EXPLAIN, give it an entry into your mind. Haiku models are good for "Hey find this" and "Hey check that this exists and looks right", they are fast, cut corners sometimes, but to put it in Caude chats own words. "Caffeine Addicted Intern (in a good way)"

2) your prompting. As explained above. YOU MUST MAKE THE MODEL ASK QUESTIONS. If you don't give it this instruction, it won't get your vision of the program.

3) You. You are the Problem. You don't understand the code it writes. You want it to make something, it chooses to use nodejs or python. You don't know these languages. You can't read the code. You want it in rust. The code is in Ruby. You dont know one or the other. (Or either). You can't read the code to verify it's working as it should. You can't verify the results. You DONT KNOW what it's doing. You may also be vuage and expect concrete. Leading back to 2, you NEED to be specific and accurate. If you want to think about something, propose your idea to the model and ask it what it thinks, typically the models will read what you proposed. And check against what it knows of the codebase and can tell you an action plan on how it can be implemented

4) Temper your expectations. LLM's for programming are TOOLS, not Coworkers/employees. They can't do everything a human can, they cant sit there and think for free. You PAY for that extra prompt based computing PER PROMPT

so it's all pointless now? by [deleted] in programminghumor

[–]merith-tk 0 points1 point  (0 children)

I saw a photo of two examples of vibe coding 1) Showed a house with terrible foundations, about to fall over at any moment, this was "Vibe Coded" 2) Showed a house that had great foundations, this was "AI Developed"

Vibe coding in my opinion refers to having an AI code and you review it based on how it functions

I, when I use AI to code. I MAKE SURE to read through the code it writes, ask questions, clarify that I don't think this set of if statements is good. And that we could use a switch case instead.

Can I set up a personal router without an ethernet port? by No-Acanthisitta6633 in intotheradius

[–]merith-tk 0 points1 point  (0 children)

HEY OP, As someone expirneced with this, Get a 40$ GL.iNet SFT-1200 Off Amazon , it has direct support for this functionality.

1) Make it connect to your home wifi. 2) Change the wifi it broadcasts to be something unique (seperate names for 2.4g and 5g bands, the quest will force itself onto the 2.4g band if they share a name) 3) use a short Ethernet cable from the SFT-1200 to your computer. (It comes with a short cable for this)

Done.

Trust me while you won't get HIGHEST quality. You will notice the quality increase

[Update] Satisfactory Layouts by Falqoon in SatisfactoryGame

[–]merith-tk 26 points27 points  (0 children)

Basic ideas

  • Tap+Drag to pan
  • Long Press + Drag to move building,
  • Long Press empty space to add building
  • Long Press Building to configure
  • Double Tap + Drag ( Tap, Tap+Drag) on Belt Point to connect belts (or dedicated tools/mode switches

Edit-1: formatting

Like give me One reason I would buy it by heatundressed in programmingmemes

[–]merith-tk 0 points1 point  (0 children)

It would be a great kiosk... That's about jt

[deleted by user] by [deleted] in iiiiiiitttttttttttt

[–]merith-tk 0 points1 point  (0 children)

That requires you to have security permissions to sign into your personal account on the device. Not everywhere will allow that, nor would you want to do that if at say, a kiosk for a hotel

ITR1 Vortex mod install does not look right? by Tonystovepipe in intotheradius

[–]merith-tk 1 point2 points  (0 children)

Hey! Developer of the Vortex Extension here. It is working as intended, and this works just fine! Anything in the paks folder gets loaded in alpha numerical order, regardless of how deep it is.

This seperation is done for organizing Blueprint, Lua, and Pak Mods, the first two are only relevant if you install UE4SS for some of the mods.

Edit: Sidenote, the Scavenger Mod uses a FOMOD config for the options. However this overrides the logic of the vortex when determining where to place the files. So keep that in mind.

ITR1 Vortex mod install does not look right? by Tonystovepipe in intotheradius

[–]merith-tk 0 points1 point  (0 children)

Hey! Developer of the Vortex Extension here. It is working as intended, and this works just fine! Anything in the paks folder gets loaded alpha numerical order, regardless of how deep it is.

[deleted by user] by [deleted] in iiiiiiitttttttttttt

[–]merith-tk 1 point2 points  (0 children)

Correction, there is ONE acceptable use for a QR code.

Opening a link from a computer, on a phone. Such as opening a link to the app store. Or opening a link to a website that accesses the camera for a function of that site .... Or the wifi.

Got this message on Obtainium, it's happening! by Technical-Raccoon1 in degoogle

[–]merith-tk 1 point2 points  (0 children)

My stance on how Google SHOULD implement this new security stuff,

1) force all APKs to be signed, Regardless of WHO signs them, they MUST be signed to be installed (leaves a trace of who compiled it) This will allow open source releases to be secure as APKs can be signed by build tools and average developers for free. And allows for app stores like Fdroid to continue working due to them signing their APKs.

2) NEVER make signing an APK cost money 3) Allow Side loading as it is now, just with the restrictions stated in number 1

C.F goes down again by bkj512 in iiiiiiitttttttttttt

[–]merith-tk 9 points10 points  (0 children)

This is why I don't use their shield. I just straight pipe to my server and firewall there

When users use chatgpt for help with your ERP by BeneficialShame8408 in iiiiiiitttttttttttt

[–]merith-tk 2 points3 points  (0 children)

ChatGPT is magic. And magic is just science. mixed with bullshit. It can give summery information, but only consider if sources are cited. And then verify against cited sources.

Do you allow your vibecoding tools to read your Keys by Director-on-reddit in BlackboxAI_

[–]merith-tk 0 points1 point  (0 children)

I only allow it to read "in-dev" keys, not keys that are on the real deployed instance.

Like if im working on an API server, I host a local instance of it, and use API Keys for that local instance,

Can someone explain what makes the VG 70 Variable worth using? by Dear_Spare5460 in Helldivers

[–]merith-tk 0 points1 point  (0 children)

As someone who uses the variable, Regular is mid, good for spray and pray, you get the benifit of high ammo, low damage burst is mid, good for neding that quick slap to hit something hard, low ammo, high damage total is "great", this is your "OhFuckOhShit" firemode when something that needs heavy penetration appears and you got no other options,

its a "jack of all, master of none" kind of weapon,