Questions Answers Online

Welcome to Game Addict

Mom always told me I spent too much time in front of a screen but here I am now. Game Addict posts content on a variety of different video games including tutorials and gameplay. We'll help you see the games you play in a new light. Check out our YouTube channel for new videos posted every week.


What is this item and what is it for?

What is this item and what is it for?

Posted On: April 26, 2024
I've seen this item a number of times now, but I can't seem to pick it up.Is this an actual weapon or item? It looks like a circular saw of some sort. I can't seem to pick it up at all, but since I've seen it multiple times (often placed like it is in this picture), I'm thinking it's some sort of weapon. What is this thing and does it have any use?Question from user Timmy Jim at gaming.stackexchange.com.Answer:This is actually just the chainsaw despite it not looking anything like one. I looked through the controls and found that there was a . . . [More]



What is this item and what is it for?

What is this item and what is it for?

Posted On: April 26, 2024
I've seen this item a number of times now, but I can't seem to pick it up.Is this an actual weapon or item? It looks like a circular saw of some sort. I can't seem to pick it up at all, but since I've seen it multiple times (often placed like it is in this picture), I'm thinking it's some sort of weapon. What is this thing and does it have any use?Question from user Timmy Jim at gaming.stackexchange.com.Answer:This is actually just the chainsaw despite it not looking anything like one. I looked through the controls and found that there was a . . . [More]



How do I give players already enchanted Tools - Armour - Weapons

How do I give players already enchanted Tools - Armour - Weapons

Posted On: April 26, 2024
I'm making a map where I want players to be able to choose there kits/classes. The problem I'm having with it though is giving players already enchanted Tools/Armour/Weapons.I'm not sure if you can use the /give [player] [item] [amount] because you'll have to use the whole {} thing and I'm not sure how to make enchanted Tools/Armour/Weapons using that.Can anyone help?Question from user FireStrike289 at gaming.stackexchange.com.Answer:This answer is for 1.12 or before. Refer to this answer by pppery for 1.13 to 1.20.You can set up some simple co . . . [More]



How do I give players already enchanted Tools - Armour - Weapons

How do I give players already enchanted Tools - Armour - Weapons

Posted On: April 26, 2024
I'm making a map where I want players to be able to choose there kits/classes. The problem I'm having with it though is giving players already enchanted Tools/Armour/Weapons.I'm not sure if you can use the /give [player] [item] [amount] because you'll have to use the whole {} thing and I'm not sure how to make enchanted Tools/Armour/Weapons using that.Can anyone help?Question from user FireStrike289 at gaming.stackexchange.com.Answer:This answer is for 1.12 or before. Refer to this answer by pppery for 1.13 to 1.20.You can set up some simple co . . . [More]



Is there any way in Minecraft to detect who deposited a diamond into a chest using command blocks?

Is there any way in Minecraft to detect who deposited a diamond into a chest using command blocks?

Posted On: April 26, 2024
So far, I've been able to detect when a diamond is placed into a chest's inventory but how can I detect who placed that diamond?I'd prefer not to use the nearest player because someone else could potentially be falsely identified. (I have a command chain that trades players emeralds in exchange for experience levels and it also sometimes robs random nearby players.).Some context: I'm making a race to be the first to deposit a diamond. I could constrain the player accessing the chest and just check who is standing on a block, but if I did that, . . . [More]



Is there any way in Minecraft to detect who deposited a diamond into a chest using command blocks?

Is there any way in Minecraft to detect who deposited a diamond into a chest using command blocks?

Posted On: April 26, 2024
So far, I've been able to detect when a diamond is placed into a chest's inventory but how can I detect who placed that diamond?I'd prefer not to use the nearest player because someone else could potentially be falsely identified. (I have a command chain that trades players emeralds in exchange for experience levels and it also sometimes robs random nearby players.).Some context: I'm making a race to be the first to deposit a diamond. I could constrain the player accessing the chest and just check who is standing on a block, but if I did that, . . . [More]



How to execute a specific item in minecraft

How to execute a specific item in minecraft

Posted On: April 26, 2024
I want to make a command executing a tripwire hook when it is thrown in the ground you summon a lighting bolt but it seems you can't add NBT tags in an execute command so how to specify the item I want.Question from user Mohannad El-Nesr at gaming.stackexchange.com.Answer:you cannot do it using execute only you must use scoreboard as in the following:./scoreboard players set @e[type=item] Lightning 1 {Item:{id:minecraft:tripwire_hook,Damage:0s,Count:1b,tag:{display:{Name:Lightninger,Lore:[]}}}}.then ./execute @e[score_Lightning_min=1] ~ ~ ~ . . . [More]



How to execute a specific item in minecraft

How to execute a specific item in minecraft

Posted On: April 26, 2024
I want to make a command executing a tripwire hook when it is thrown in the ground you summon a lighting bolt but it seems you can't add NBT tags in an execute command so how to specify the item I want.Question from user Mohannad El-Nesr at gaming.stackexchange.com.Answer:you cannot do it using execute only you must use scoreboard as in the following:./scoreboard players set @e[type=item] Lightning 1 {Item:{id:minecraft:tripwire_hook,Damage:0s,Count:1b,tag:{display:{Name:Lightninger,Lore:[]}}}}.then ./execute @e[score_Lightning_min=1] ~ ~ ~ . . . [More]



Unable to give player custom splash potion

Unable to give player custom splash potion

Posted On: April 26, 2024
I'm trying to make a custom splash potion but whenever I give it to myself it gives me a splash uncraftable potion.What am I doing wrong?The command I'm using is:./give @p minecraft:splash_potion{tag:{CustomPotionEffects:[{Id:2,Amplifier:3,Duration:12000},{Id:4,Amplifier:10,Duration:12000},{Id:9,Amplifier:10,Duration:12000},{Id:15,Amplifier:10,Duration:12000},{Id:17,Amplifier:3,Duration:12000},{Id:18,Amplifier:10,Duration:12000},{Id:19,Amplifier:2,Duration:12000},{Id:20,Amplifier:1,Duration:12000}],display:{Name:Potion Of Guilt}}}.I am playin . . . [More]



Unable to give player custom splash potion

Unable to give player custom splash potion

Posted On: April 26, 2024
I'm trying to make a custom splash potion but whenever I give it to myself it gives me a splash uncraftable potion.What am I doing wrong?The command I'm using is:./give @p minecraft:splash_potion{tag:{CustomPotionEffects:[{Id:2,Amplifier:3,Duration:12000},{Id:4,Amplifier:10,Duration:12000},{Id:9,Amplifier:10,Duration:12000},{Id:15,Amplifier:10,Duration:12000},{Id:17,Amplifier:3,Duration:12000},{Id:18,Amplifier:10,Duration:12000},{Id:19,Amplifier:2,Duration:12000},{Id:20,Amplifier:1,Duration:12000}],display:{Name:Potion Of Guilt}}}.I am playin . . . [More]



Fallout 4 wont launch after a December 2023 Xbox update

Fallout 4 wont launch after a December 2023 Xbox update

Posted On: April 26, 2024
After the Xbox update on December 6th to version 10.0.25398.2917, I am unable to start Fallout 4 anymore. The loading screen is shown, but nothing else happens.I have already tried restarting my Xbox multiple times, but the issue persists. As this is the only game I have installed, I can't tell if other games are affected. I think it might be an issue with the game saves stored in the Microsoft cloud.I just started my 5th playthrough, so basically, I never had any issues running Fallout 4 during the past years. Fallout 4 is the G.O.T.Y. edition . . . [More]



Fallout 4 wont launch after a December 2023 Xbox update

Fallout 4 wont launch after a December 2023 Xbox update

Posted On: April 26, 2024
After the Xbox update on December 6th to version 10.0.25398.2917, I am unable to start Fallout 4 anymore. The loading screen is shown, but nothing else happens.I have already tried restarting my Xbox multiple times, but the issue persists. As this is the only game I have installed, I can't tell if other games are affected. I think it might be an issue with the game saves stored in the Microsoft cloud.I just started my 5th playthrough, so basically, I never had any issues running Fallout 4 during the past years. Fallout 4 is the G.O.T.Y. edition . . . [More]



How do monsters in NetHack attack?

How do monsters in NetHack attack?

Posted On: April 25, 2024
There is much information about how the player attacks (or attempts to attack) in the weapon spoiler. But there is no information on how monsters attack.How is the monsters value of to-Hit* calculated?*) alias 'chance to hit' or 'toHit'.The damage and effects of successful hits is described in the monster spoiler from the spoiler page.Question from user Martin Frank at gaming.stackexchange.com.Answer:The to-hit formula is covered in detail on the wiki's Armor Class page. The source ref for much of this is in mhitu.c.I'll summarize the to-hit; t . . . [More]



How do monsters in NetHack attack?

How do monsters in NetHack attack?

Posted On: April 25, 2024
There is much information about how the player attacks (or attempts to attack) in the weapon spoiler. But there is no information on how monsters attack.How is the monsters value of to-Hit* calculated?*) alias 'chance to hit' or 'toHit'.The damage and effects of successful hits is described in the monster spoiler from the spoiler page.Question from user Martin Frank at gaming.stackexchange.com.Answer:The to-hit formula is covered in detail on the wiki's Armor Class page. The source ref for much of this is in mhitu.c.I'll summarize the to-hit; t . . . [More]



Fallout 4 wont launch after Xbox update

Fallout 4 wont launch after Xbox update

Posted On: April 25, 2024
After the Xbox update on December 6th to version 10.0.25398.2917 I am unable to start Fallout 4 anymore. The loading screen is shown, but nothing else happens.As this is the only game I have installed I can't tell if other games are affected. I think it might be an issue with the game saves stored in the Microsoft cloud.I just started my 5th playthrough so basically I never had any issues running Fallout 4 during the past years. Fallout 4 is the G.O.T.Y. edition with all DLCs installed. No mods.Anyone else experiencing issues with version 10.0. . . . [More]



Fallout 4 wont launch after Xbox update

Fallout 4 wont launch after Xbox update

Posted On: April 25, 2024
After the Xbox update on December 6th to version 10.0.25398.2917 I am unable to start Fallout 4 anymore. The loading screen is shown, but nothing else happens.As this is the only game I have installed I can't tell if other games are affected. I think it might be an issue with the game saves stored in the Microsoft cloud.I just started my 5th playthrough so basically I never had any issues running Fallout 4 during the past years. Fallout 4 is the G.O.T.Y. edition with all DLCs installed. No mods.Anyone else experiencing issues with version 10.0. . . . [More]



Whats the software used in Mega Man X speedruns?

Whats the software used in Mega Man X speedruns?

Posted On: April 25, 2024
I'm starting out with my personal journey toward a 100% speedrun of Mega Man X, and I noticed that pretty much every speedrunner on YouTube is using a software that keeps track of time for each level: do you know what it is?Question from user dag729 at gaming.stackexchange.com.Answer:They're probably using a program called Live Split. It's discussed on the speedrun.com forums here:.https://www.speedrun.com/mmx/forums/2ilke.Answer from user TKoL at gaming.stackexchange.com. . . . [More]



Whats the software used in Mega Man X speedruns?

Whats the software used in Mega Man X speedruns?

Posted On: April 25, 2024
I'm starting out with my personal journey toward a 100% speedrun of Mega Man X, and I noticed that pretty much every speedrunner on YouTube is using a software that keeps track of time for each level: do you know what it is?Question from user dag729 at gaming.stackexchange.com.Answer:They're probably using a program called Live Split. It's discussed on the speedrun.com forums here:.https://www.speedrun.com/mmx/forums/2ilke.Answer from user TKoL at gaming.stackexchange.com. . . . [More]



How do I quickly exit a stage?

How do I quickly exit a stage?

Posted On: April 24, 2024
Is there a way to quickly exit a stage in Shantae: Half-Genie Hero? When I revisit stages to complete an objective or get collectibles, it's annoying to have to re-complete the entire stage.Question from user Stevoisiak at gaming.stackexchange.com.Answer:You can use the Whistle to exit a stage. Sky gives it to you near the start of the game. Open up your inventory, select the whistle, then use it to return to the World Select screen.Additionally, you can purchase a Warp Dance from the shop that allows you to warp between previously visited area . . . [More]



How do I quickly exit a stage?

How do I quickly exit a stage?

Posted On: April 24, 2024
Is there a way to quickly exit a stage in Shantae: Half-Genie Hero? When I revisit stages to complete an objective or get collectibles, it's annoying to have to re-complete the entire stage.Question from user Stevoisiak at gaming.stackexchange.com.Answer:You can use the Whistle to exit a stage. Sky gives it to you near the start of the game. Open up your inventory, select the whistle, then use it to return to the World Select screen.Additionally, you can purchase a Warp Dance from the shop that allows you to warp between previously visited area . . . [More]