Sunday, April 18, 2021

Recent Questions - Arqade

Recent Questions - Arqade


How do I disable weapon switching using the right stick in Borderlands 2 VR

Posted: 18 Apr 2021 03:40 AM PDT

Borderlands 2 VR has a very irritating setup where if you set your right stick to free turn (as you almost certainly want to for seated play) it does not remove the bindings to allow weapon selection using the right stick. This is super inconvenient as generally you don't want to change weapons when you turn. There is a sort of workaround of only equipping two weapon slots, but generally speaking, it's useful to be able to equip all four weapons.

Is there any way to disable weapon swapping using the rick stick, and just have the B button cycle weapons? There doesn't seem to be a UI option to do this, but maybe it's achievable by editing config files?

Restore saved worlds from PS4 Minecraft to new copy of the game

Posted: 18 Apr 2021 04:29 AM PDT

Our old Minecraft disk is scratched and hardly readable (needs toothpaste treatment on every insert) so we bought a new disk, thinking we could switch to that without problem. But the console (PS5, but the games are PS4 version) treats them as two separate applications.

The problem is that the old worlds are only visible when playing from the old disk, and it treats the new disk as a completely different save folder - nothing visible there.

How can I move the old worlds to the new copy of the game?

I tried backing up to a USB from old and new, and I can see that the saved worlds from each version are in two separate folders, CUSA00744 and CUSA00265. I tried to move the old worlds to the new folder, but if I do that it complains that the save data is corrupt.

Just to be clear: both the old worlds and the new worlds are in Bedrock format, so that is not the issue.

How do I complete all the side-ops in metal-gear solid

Posted: 18 Apr 2021 02:01 AM PDT

I just completed all the side-ops in MGSV. As discussed in this post some side-ops are light up again after you complete them so you can always do a side-op again even after completing all of them. However there is a challenge task, "complete all side-ops" that I would like to check off. But even though I have completed all the side-ops there is a caption in the lower right of the side-ops list that says "Completion 135/157".

How do I finish all the side-ops?

How can you show text in-game?

Posted: 18 Apr 2021 04:22 AM PDT

I downloaded a Minecraft map but when I open the the doors there is a text that comes on the screen that says "open and close". How do they do this? Do they use commands?

How to pick select loot items in Titan Quest on PS4

Posted: 18 Apr 2021 12:35 AM PDT

It is very common after large battles to see the screen cluttered with loot items.

Is there a way to pick up only select ones?

Is there a way to collect all of them at once from a certain level of rarity upward?

Bluetooth module not working

Posted: 18 Apr 2021 12:30 AM PDT

this is a wireless gamepad receiver board
the problem is the LINK LED doesn't blink and so the gamepad can't connect.
can somebody give me a clue where to check or where could be the problem?
no physical accident happen to it btw

enter image description here

How to detect if there is a player near my house in Minecraft 1.6.5

Posted: 17 Apr 2021 11:49 PM PDT

So the thing is I want to ban the players who try to break into a house from my server. How can I do that I also want it to be automatic and I tried test for but it did not work

How do I kill all mobs in a world without being in it?

Posted: 17 Apr 2021 07:11 PM PDT

I used a command block that was set to repeat with the command /summon slime and accidentally turned on a lever next to it. Now my screen is full of slimes, the world is lagging, and I can't turn off the lever as the game won't completely load. Is there a way to stop the mobs?

What's the fastest way to level up buddies without bringing them on quests?

Posted: 17 Apr 2021 06:14 PM PDT

Palicoes and palamutes (aka buddies) are used for a variety of things, including trading via the Argosy. There are several skill for buddies to use when trading, but they all have a level requirement. Due to this, I'd like to level up my buddies as quickly as possible. However, I only like bringing my "original" buddies along with me on quests (I named them both after IRL pets, so I just can't see the look of rejection in their eyes when I leave them behind while I go off killing monsters without them).

Due to all of the above, I'm trying to figure out what's the fastest way to level up my buddies, without bringing them on quests. I suspect it's sending them along on meowcenaries quests, but I haven't been paying close enough attention to my buddy levels to be sure. Even if meowcenries is the fastest, I'm forced to wonder if factors such as the type of quests they're sent on will make a difference in the amount of experience they gain.

What's the fastest non-quest way to level up my buddies?

Minecraft (advanced ) command question - how do I use quotes in an extremely nested command?

Posted: 17 Apr 2021 12:35 PM PDT

Basically, I'm trying to make a "One command creation", which is, if you don't know, when you have an entire creation/project in one long command.

My creation makes a box, and then puts command blocks inside that box that will do stuff, all generating from a single command. One of the command blocks in that box has some quotes in it that it needs to be able to run, but the long command that makes the command block can't have those quotes for some reason. How can I get around this?

Here's the entire command (I believe some parts of it might be useful to this but I'm not sure):

summon falling_block ~ ~1 ~ {Time:1,BlockState:{Name:redstone_block},Passengers:[{id:armor_stand,Health:0,Passengers:[{id:falling_block,Time:1,BlockState:{Name:activator_rail},Passengers:[{id:command_block_minecart,Command:'gamerule commandBlockOutput false'},{id:command_block_minecart,Command:'data merge block ~ ~-2 ~ {auto:0}'},{id:command_block_minecart,Command:'fill ~3 ~-2 ~-2 ~9 ~3 ~2 white_concrete hollow'},{id:command_block_minecart,Command:'fill ~3 ~-1 ~-2 ~9 ~2 ~2 light_gray_stained_glass replace white_concrete'},{id:command_block_minecart,Command:'setblock ~4 ~-1 ~-1 repeating_command_block[facing=east]{Command:"tag @e[nbt={OnGround:1b,Item:{id:"minecraft:iron_block",Count:3b}}] add irondoor1"}'},{id:command_block_minecart,Command:'data merge block ~4 ~-1 ~-1 {auto:1b}'},{id:command_block_minecart,Command:'setblock ~ ~1 ~ command_block{auto:1,Command:"fill ~ ~ ~ ~ ~-2 ~ air"}'},{id:command_block_minecart,Command:'kill @e[type=command_block_minecart,distance=..1]'}]}]}]}

And here is the bit of it that makes the command block in question:

{id:command_block_minecart,Command:'setblock ~4 ~-1 ~-1 repeating_command_block[facing=east]{Command:"tag @e[nbt={OnGround:1b,Item:{id:"minecraft:iron_block",Count:3b}}] add irondoor1"}'}

Little explanation - It summons a redstone block with an activator rail on top, thus powering the activator rail. Then it spawns a command block in a minecart (CBM) which goes on a powered activator rail, thus activating the command in the CBM. That command sets a block inside my box to be a repeating command block with a command. The problem is in this command - specifically, at id:"minecraft:iron_block". The problem is that the repeating command block needs those quote marks, but the long command can't have those quotes or it doesn't work.

Apologies if anything was confusing. If anyone can solve this issue I'd greatly appreciate it, as this is only one of many times this has happened.

My game looks weird and had a error when I bring it up

Posted: 17 Apr 2021 01:23 PM PDT

I have a picture of what it looks like but it says its to big, it says java sprit error and my game looks like I turned on a super secret setting from 1.8 the staticky one. enter image description here

What is the best way to get large amounts of bone blocks?

Posted: 17 Apr 2021 04:55 PM PDT

I plan on building a large base in Minecraft that will involve some white and gold in some parts, and while a gold farm in the nether will do for the gold blocks, I still want to have some bone blocks in place of white concrete for some texture. I know that I can make automated villager carrot or potato farms, then have the food go into an autocomposter which would make bone meal that I could craft into bone blocks, or have a mob farm to produce bones to craft into bone blocks. I need to know which one would be more efficient, but I would like it to be fairly cheap and I am still early in the game, without many resources. Does anyone have any suggestions or designs for a bone/bone meal farm that would work best for this?

How to stop grass spreading

Posted: 17 Apr 2021 09:07 PM PDT

Im trying to make Minecraft Dungeons in vanilla Minecraft but I just realised something: "Since grass spreads how am I going to keep the dirt as dirt?", so is there some sort of gamerule or something to keep the dirt I place AS dirt. This is in java 1.16.5, and no I cant use coarse dirt.

Why doesn't my mob grinder work?

Posted: 18 Apr 2021 01:56 AM PDT

inside of the mob grinder i have full bright and there isn't any torches inside

coords of the spawn platform

above the mob grinder i have it maxed out with torches

coords for above the mob grinder

afk spot and coords of it

This is my 10th failed mob grinder i havent got one to work i've followed multiple tutorials all leading to nothing. Caves in the area have been lit up and this was built near land but above the ocean. The close land has also torches and mobs don't spawn there. My friend built one on land no cave lighting or anyhting this was also built in survival if that changes anything. The spwan platforms are 9X8X4. I read that i should build it higher up, my previous attempts were higher up and they didnt work either

Why can't my friend move when he joins my server?

Posted: 18 Apr 2021 04:15 AM PDT

I'm trying to have a friend join my Minecraft server. For some reason, when he joins the server, his avatar just stays in one place and then after about 15 seconds he is kicked off the server. The weird thing is, he is able to move around on his end for a little bit but all I see on my end is him trapped in one spot.

We both have official Minecraft licenses (As I paid for them both) and are playing on the latest version. The server is a Linux server running on AWS and is running the java dedicated server version 1.16.5. I've been using this server successfully with other players for over a year and I haven't seen this problem. No firewall rules are enabled on the server. I'm wondering if there is some setting that I'm missing. Any ideas?

GTA 5 disc on PS4

Posted: 18 Apr 2021 02:16 AM PDT

Can you play GTA 5 disc on PS4 online? I know you need to have PS+ if you're buying game from PSN to play it but I want to buy disc so I don't have to get PS+.Is it possible?

How do I summon something with velocity in Minecraft?

Posted: 18 Apr 2021 02:57 AM PDT

How do I summon something with velocity in Minecraft? I tried searching it on google and click the links I can find. When I tried them, it didn't work. How do I do it?

Minecraft scoreboards: how do I track how many times a player kills another specific player?

Posted: 17 Apr 2021 08:54 PM PDT

So I'm trying to create a scoreboard that tracks the kills of players, but I only want it to increase when they kill a specific player, in this case just the player IGN would do.

I was thinking it would be something like:

/scoreboard objectives add (scoreboardName) minecraft.killed:(player)  

but I haven't got it working.

What command should I use?

Btw this is in 1.16.4

Where are Minecraft: Education Edition files stored?

Posted: 18 Apr 2021 01:09 AM PDT

We all know where Minecraft: Java Edition files are stored (Windows 10):

C:\Users\ExpertCoder14\AppData\Roaming\.minecraft\saves  

It's a little harder to find, but Bedrock Edition players can find their world saves here:

C:\Users\ExpertCoder14\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\games\com.mojang\minecraftWorlds  

Surprisingly, there is no documentation online found on where files are stored for Minecraft: Education Edition.

I would expect, since MCEE is based off of MCBE, the files are stored as another folder in Packages:

C:\Users\ExpertCoder14\AppData\Local\Packages\Microsoft.MinecraftEducationEdition  

or something of the like.

But I don't see an extra folder for MCEE there.

If not there, then where?

How to make a checkpoint commandblock but make it only go once

Posted: 17 Apr 2021 11:52 PM PDT

I am trying to make a map and I have a command block to detect when the player is on a gold block and a chain command block to say the message in chat but it spams it until I get off the gold block, Is it possible to make so it'll only say it once? (The repeating command block command is: execute as @a at @s if block ~ ~-0.35~ gold_block run spawnpoint @s ~ ~ ~ -90) enter image description here enter image description here

How can I repair a Nintendo handheld device if there isn't a service center in my country?

Posted: 17 Apr 2021 02:23 PM PDT

Disclaimer: I'm not sure if this is on topic but I'll try anyway. If not, tell me and I'll delete this question.

I have a Nintendo handheld console (New 2DS XL in my case) and the upper screen is broken. Obviously warranty doesn't cover this but I'd still like to get it repaired. Unfortunately I cannot find anyone in my country (Latvia) who would be willing to do it. I found YouTube instructions and 3rd party replacement parts on ebay, but I'd like to keep that as the last option. Seemed risky.

I tried contacting Nintendo in their support chat, but they're split in webpages for specific countries and I couldn't find a "global" webpage. So I went for the UK page (still close and speaks English), but they said they only repair devices from the UK and they cannot speak for other countries. So basically, no help there either.

Has anyone had a similar experience and have you found any solutions beyond self-repair or buying a new console?

How does difficulty affect XP rewards in Co-op Vs. AI matches?

Posted: 17 Apr 2021 03:42 PM PDT

Previously, in League of Legends, Co-op Vs. AI games would give different XP rewards based on the player's summoner level and the difficulty level of the bots. The old rates can still be see on the League of Legends Wiki here.

However, the table shown on that page is out of date, as it does not include the "intro" difficulty level or summoner levels beyond 30. The Riot Support page provides updated numbers for how summoner level affects XP rewards (assuming that "Level 30" means "Level 30+"), but makes no mention of how difficulty might affect those rewards.

Does difficulty still affect XP rewards from Co-op Vs. AI games in any way, or are rewards now consistent across all difficulty levels?

How to pass the "Key To Her Heart" mission (Hot Coffee mod)?

Posted: 18 Apr 2021 02:16 AM PDT

In GTA: San Andreas, I see several people are having problems passing the "Key To Her Heart" mission (Hot Coffee mod):

I can't spank the girl (Millie) hard enough to pass the mission. Some say turn on the Frame Limiter but I have tried more than 2 times and I still can't pass it.

Can a Pokémon be both Shiny and Lucky?

Posted: 17 Apr 2021 05:03 PM PDT

With the newest update, traded Pokémon have a chance to be Lucky. Can Shiny Pokémon also become Lucky?

So far all I have found is speculation, some saying that it is possible, and others saying it is not possible.

Why is discord displaying what I’m playing when I have no connections?

Posted: 17 Apr 2021 04:57 PM PDT

I connected discord to my xbox live account and I played a game. I got out of it, later disconnected my xbox live account from discord, and it still says I'm playing the game I was playing even though I wasn't even on the xbox. It said I was playing a certain game for 22 hours, and I can't turn it off. I have the discord mobile app, and my friend took it off. Later I went back on that game and the same thing happened. How do I fix this?

Making Arrows Fly Faster [1.12]

Posted: 18 Apr 2021 04:43 AM PDT

I'm making a sniper with 1.12 commands. It's working very well (except for the fact that bows don't shoot perfectly) but I have a problem: arrow speed.

If you shoot an arrow at minimum speed, you can literally overtake the arrow and jump into it. That's not a very nice sniper -_- So I searched on internet and I only found one solution that blew up my world and is not survival friendly. So I'm asking you if you know anything to speed up an arrow (the arrows already have the tag of {Nogravity:1b}) you don't know in which direction the arrow is flying so I can't use the Direction:[0.0,0.0,0.0] tag. I also tried effect @e[type=arrow] 1 1 10 in a repeating command block.

I'm not a noob so you can trust me I didn't make [always active] mistakes or something.

btw this is how it looks enter image description here

How does the passive item Unity add damage from your other guns?

Posted: 18 Apr 2021 02:29 AM PDT

The passive item Unity supposedly adds 2% of the damage of every other gun you're carrying to your currently equipped gun. How does it handle things like shotguns (which have multiple bullets that consist of most of their damage), charged weapons (which have different damage ratings), or explosive weapons (which deal at least part of their damage as an explosion)? How does it calculate the damage from beam weapons? The exact damage calculation is sure to be less than straightforward.

No comments:

Post a Comment