Thursday, February 10, 2022

Recent Questions - Arqade

Recent Questions - Arqade


-STEAM- Getting Hidden Achievement Description From API

Posted: 10 Feb 2022 05:17 AM PST

The endpoint for GetSchemaForGame_ allows for access to a games achievements. The description field is missing from any hidden achievements. Is there any way to obtain this value? Perhaps some undocumented parameter that is provided in the request.

https://developer.valvesoftware.com/wiki/Steam_Web_API#GetPlayerAchievements_.28v0001.29

What genre have the games like Travian?

Posted: 10 Feb 2022 05:05 AM PST

The Travian itself describes it as realtime strategy. But looking at the classic one like Dune 2 or StarCraft, Travian is definitely something else.

The Wikipedia has nice list of categorization but is it missing one for Travian.

How do I block YouTube Ads on Xbox Series S? Blacklist on DNS level do not work!

Posted: 09 Feb 2022 09:59 PM PST

How do I block YouTube Ads on Xbox Series S? Blacklist on DNS level does not work good enough!

I am open to all possibilities to watch Youtube videos without advertising. DNS blacklists I use for many years, but they are not effective for Youtube.

which RTS game is more popular? [closed]

Posted: 09 Feb 2022 09:36 PM PST

Right now Bizzard was bought from microsoft , Starcraft2 maybe will update or new work , AOE4 looks pretty good , AOE2 is so classic , COH3 will coming soon , total warhammer 3 will coming in few days , but curious about , right now which game is more popular ?

What does "Reset Imminent" mean on bosses like these?

Posted: 09 Feb 2022 08:45 PM PST

At first I assumed maybe it had something to do with it getting out of its arena range and then returning to its home location, similar to how some other games handle enemies too far out of their area, but this warning still occurs even when the boss is at the center of the arena. I can't tell if it's a dps check or something but the boss never reset at all, so I'm wondering what this means...

enter image description here

What does "Reset Imminent" mean?

Will a Minecraft server automatically save the data to the hardrive and clear the memory?

Posted: 09 Feb 2022 09:22 PM PST

At one point my server ran out of RAM space and I had to allocate more. I also ran the /stop command which cleared the data from memory and saved it to the hardrive.

Do I need to occasionally run the stop command, or will the server automatically save the data to the hardrive and clear the memory from RAM?

How do I join Aternos server Minecraft?

Posted: 09 Feb 2022 09:22 PM PST

When I try to join it says something like "Hello, Roxy Kat Gaming. The server you tried to join isn't there" and I copied and pasted the server IP from the aternos website.

How to find or remove a command block from a world

Posted: 09 Feb 2022 09:16 PM PST

Long story short, had some script kiddies join my realm and place down a bunch of command blocks around the world that do a variety of things (the biggest issue atm being a /execute @a ~ ~ ~ fill ~ ~ ~ ~ ~ ~ tnt)

I need to find command blocks all over the rendered world and NBTExplorer/MCEdit/MCCToolChestPE won't even recognize the worlds I have for Bedrock and Amulet is useless for what I need done.

Is there anything else that could help me find these things?

Port fowarding problems

Posted: 09 Feb 2022 09:21 PM PST

I am looking for help since I am not sure what I should do as I believe that I have port forwarded correctly. However, I am unsure as the router I am using is a Korean one and everything is in Korean. I have had a few friends of mine try and connect but they get an error saying : No Further Information. Here is a photo of the portforwarding page. Portfowarding page

In Dead Space 3, what are the possible reasons for a Scavenger bot to disappear?

Posted: 10 Feb 2022 04:02 AM PST

Sometimes, for some strange reasons, you might lose a Scavenger bot and end up with one less bot than you're supposed to. This can be annoying, as the Scavenger bot is useful for collecting resources easily (mostly Tungsten and Ration seals).

What are the possible reasons for a Scavenger bot to be lost, and how to avoid it?

Make Minecraft commands take priority over plugin commands

Posted: 09 Feb 2022 09:22 PM PST

I'm running EssentialsX on my Minecraft server and I don't like the EssentialsX versions of the Minecraft commands they add. To allow me to use the Minecraft ones like I would traditionally, I disabled many of these commands in the EssentialsX config file. When I do, then I try to use the /give command for example, rather than just using the Minecraft give command, it gives me an error message saying that the command is disabled until I use it like this /minecrarft:give Is there a way for me to make Minecraft commands take priority over ones added by plugins? having to add the "minecraft:" keyword before using give every time is a little annoying.

What's the minimum amount of pixels you can have on a custom skin on servers?

Posted: 09 Feb 2022 09:16 PM PST

I know servers don't let people have invisible skins so they replace them with a Steve or a black skin, but my custom skin has lots of transparent parts. I only made the outline of my skin and it still worked, but if I only made eyes or a head, it shows up as a Steve skin on servers.
Is there a limit to how transparent the custom skin can be?

How do I stop this lag?

Posted: 09 Feb 2022 09:21 PM PST

When I do something on my Minecraft server, the world changes, but after a small period, my position and inventory goes back to where I was before. When I put stuff in a chest, it stays in the chest, and then I go get reset to my former inventory and position, and the stuff is still in the chest, so I have a duplicate. When I build, the building stays. But I just reset my position and inventory. This is happening to other players, by the way. How do I stop this lag?

How do I use an NBT editor to modify item properties?

Posted: 09 Feb 2022 07:23 PM PST

In Minecraft, the NBT (Named Binary Tag) format is used to store data of our Minecraft worlds, including block, entity, and item properties.

In the Java Edition of Minecraft, you can modify this data by including the data in the command, like so:

/give @s diamond_sword{Enchantments:[{id:"minecraft:knockback",lvl:10s}]}  

In the Bedrock Edition, on the other hand, NBT is inaccessible from commands. In order to modify NBT, we need to use an external editor.

What are some useful item properties that I can modify with an NBT editor, and how can I do so?


Related: How do I give a player an item with custom properties?

Cross-dimension teleportation using command block or datapack?

Posted: 09 Feb 2022 06:56 PM PST

Is it possible to teleport a player in coordinates in another dimension? If not, is it possible using a datapack?

I'm using MultiVerse with 1.14 but their portals plugin is broken. I tried to use a command block but mvtp @p otherworld breaks, saying "can't find player @p". I assume Minecraft doesn't parse this since it's not a vanilla command.

Our goal is to teleport players after pushing a button on a block because we're a full survival server and don't allow teleports. Otherwise I could grant every permission to use mvtp directly.

Filling floor below player?

Posted: 09 Feb 2022 06:55 PM PST

I'm not sure where I'm going wrong with the fill command.

I made too bubble columns for a guardian farm and even on decreased particles it's lagging me out.

I need to replace the soul sand to stop them so I can get in the area and fix some issues.

I tried with both specific boundary coords and relative coords but it never changes any blocks:

/fill 1184 39 -2289 1153 39 -2255 minecraft:soul_sand replace minecraft:gold_block  /fill ~-20 ~-5 ~-20 ~20 ~5 ~20 minecraft:soul_sand replace minecraft:gold_block  

How to detect a player?

Posted: 09 Feb 2022 06:51 PM PST

How do I make a command block detect whether a person over a set range of coordinates has been killed? (without any radius, because radius is causes some major problem in the server)

I can't see a fireball in mc 1.13

Posted: 09 Feb 2022 06:49 PM PST

I can only see a fireball summoned for a split second, and then it disappears...

It will show itself every five seconds or so, but I pretty much can't see it.

It still exists within the world, as when i kill it, it's still there and says "Fireball killed"

I can't see it when I use the summon command below:

/summon minecraft:fireball ~ ~2 ~ {Explosionpower:0,direction:[1.0,0.0,0.0]}  

but I can see it when ghasts shoot at me.

How do I fix this?

How do I create tools that can break only certain blocks and has a certain durability in minecraft 1.13.2?

Posted: 09 Feb 2022 06:49 PM PST

I used this command: /give @p minecraft:iron_hoe{CanDestroy:["grass_block"]} 1 250, but it won't give the hoe with the certain durability. How do I make this work in 1.13.2?

How can I give myself a damaged item on 1.13?

Posted: 09 Feb 2022 09:09 PM PST

I don't understand how the json code works in Minecraft, so I'm wondering how can I give myself a "damaged" item using commands?

I tried to use the old 1.12.2 way where you would just add the damage, like

/give @s minecraft:elytra 1 50  

with 50 being damage, but it no longer functions correctly, and fails to parse in 1.13 and 1.13.1

Can I ever clear all Captains in an area?

Posted: 10 Feb 2022 04:24 AM PST

Is there a scenario in which an area will be completely clear of Captains? Will regular grunts keep replacing slain Captains?

How can I summon TNT without causing damage to blocks?

Posted: 09 Feb 2022 07:20 PM PST

I want to summon a TNT block that will cause damage to mobs. However, I don't want it to damage or break blocks. Is there any way that I can do this?

/scoreboard teams leave confuses players with teams

Posted: 09 Feb 2022 06:55 PM PST

I have a problem with this command: /scoreboard teams leave <team> [players...]

Here's an example: let's say we have Player1 that belongs to Team1 and Team2, when I enter /scoreboard teams leave Team1 Player1 the command block removes from every team registered 2 players: Player1 and Team1. What am I doing wrong? It seems like it confuses players with teams. I'm using Vanilla Minecraft 1.8.8 and only Optifine is installed

How do I add an enchantment to any type of item using /entitydata?

Posted: 09 Feb 2022 06:51 PM PST

The setup I have is a command that will test all item frames @e[type=ItemFrame] and if an item is placed into it, I want the item to receive an enchantment, but I want it to allow any item and use only one command. Is this an option?

Why can't I break blocks in adventure mode?

Posted: 10 Feb 2022 12:47 AM PST

When I played Herobrine Mansion, I could not break any blocks. Why is that?

I tried to change my controls; I Googled everything. I also can't hold down Mouse Button 1 to keep swinging my sword. I tried switching game modes, but I don't have the commands.

How to increase territory through diplomacy?

Posted: 10 Feb 2022 12:05 AM PST

In Centurion: Defender of Rome you can take over territory through 2 methods:

  1. Defeat the locals in a battle
  2. Diplomacy

I have played the game numerous times through the years, but can only really remember negotiating successfully a handful of times.

How does diplomacy actually work and how can I be more successful in increasing my territory through diplomacy?

Can I transfer digital movies I've purchased onto a disc?

Posted: 10 Feb 2022 02:11 AM PST

If I buy a movie on my PS4 via PSN, can I transfer it onto a disc? If I can do that, could I play the movie on my DVD player somehow?

How to count achievements after the game started?

Posted: 09 Feb 2022 06:47 PM PST

I have a Minecraft server with a couple friends on it. I was thinking of using the scoreboard function to track achievements so we could know each other's progression in the game. Problem being that the server has already been on for quite awhile and people have accumulated achievements already.

Is there a command in game to list number of achievements obtained or perhaps in the statistics of a player? This is then used to update the scoreboard with the starting values and then further track from then on.

MC version: 1.7.10 Modpack: FTB Resurrection

Why are fury warriors considered useless in pvp? Why exactly is Arms the preferred PVP Spec?

Posted: 10 Feb 2022 03:48 AM PST

I have played a warrior in WoW for almost a year now, as fury. Yet I notice that my toughest oppenents are always in arms. I would like to know, why is it so hard to take down opponents of my tier who play in Arms? and what talents are used to deliver massive damage and healing reductions?

No comments:

Post a Comment