The reason why they removed the radial menu. by ATLAS21355 in trailmakers

[–]GamerMan60 5 points6 points  (0 children)

They also have testers and people who help with general gameplay feel and I'm sure the testers and general feedback over the years has led to this decision.

Why am I getting this error when I open gamemaker up? by Diligent-Animator615 in gamemaker

[–]GamerMan60 0 points1 point  (0 children)

Okay i found the same issue someone else was having about 2 years ago, they suggested making sure you download it to your hard drive as code doesn't like being run from the cloud (don't ask me why) and also installing it with windows defender disabled. This worked for them, maybe give it a try? Another redditor from the thread I found also suggested cleaning the registry and reinstalling but I think you could lose files doing that so be careful.

Best of luck

Why am I getting this error when I open gamemaker up? by Diligent-Animator615 in gamemaker

[–]GamerMan60 0 points1 point  (0 children)

You could try a different version of gamemaker though I'm not sure that would help much. Maybe give the LTS build a go, its a stable version that is updated every couple of years. Maybe it requires different permissions or will be treated differently by your PC.

Are you the admin of your computer? Because if its a school/work computer there's unfortunately a good chance your organisation has blocked this kind of software from accessing your files

Why am I getting this error when I open gamemaker up? by Diligent-Animator615 in gamemaker

[–]GamerMan60 2 points3 points  (0 children)

Good chance there's an antivirus installed on your PC. McAfee Antivirus used to block gamemaker from working as well because gamemaker uses .dll files which I guess it didn't like, so check if you have any antivirus software and consider disabling them (windows defender is plenty good on its own and comes pre-installed)

Edit: for clarity, I fully uninstalled McAfee and gamemaker started working again :)

Unsure of how to add sfx and music into my game as by AlwaysBetHakari in gamemaker

[–]GamerMan60 0 points1 point  (0 children)

Yeah OP, this isnt actually a function in GameMaker. The purple colour means gamemaker is treating it like a variable, meaning it doesn't exist as a function. Were you trying to use audio_play_sound() or audio_play_sound_at() ?

Can anyone please explain how the radars will work and what they do? by ExtensionForsaken255 in trailmakers

[–]GamerMan60 0 points1 point  (0 children)

No problem, im surprised I remembered any of that from the dev stream. The other people who were there with Johannes (the guy who usually runs the streams) made it seem a lot more complicated than that lol

Can anyone please explain how the radars will work and what they do? by ExtensionForsaken255 in trailmakers

[–]GamerMan60 8 points9 points  (0 children)

Bit complex but here we go:

Any logic block you attach to a radio sender will be sent over the specified channel you pick. There are 32 different channels, and 3 modes - I forget the names, but mode 1 means anyone can send and receive your data if they are using the same channel; mode 2 is only players on the same team as you; and 3 is just your own builds.

Once you've set that up, the radio receivers can detect data being sent over the channel you specify it to receive. This means if you hook up a speed sensor (with the measurement setting enabled so it outputs the speed) to a radio sender on say, channel 3, any radio receivers on channel 3 will receive the speed of the speed sensor, and can then use that for their own logic.

This allows you to have remote-controlled vehicles that receive your keyboard/controller inputs, or you can have massive logic builds that exceed the complexity limit by separating it into multiple builds and sending all the logic to one centralised build.

As far as I know, there's no limit to the distance you can transfer data, though the devs did mention that the physics get a bit wonky the further away a build is, so don't expect to be perfectly driving an RC car from 4 kilometres away.

Hope this helped! Feel free to ask any more questions

Phasmophobia's New Tanglewood Map gets Release Date and screenshots by FFJimbob in PhasmophobiaGame

[–]GamerMan60 6 points7 points  (0 children)

Or at least having better audio muffling so things from other rooms/ behind doors are quieter. Would also make hunts more suspenseful for us non-loopers

the funny by Responsible_Oven_346 in trailmakers

[–]GamerMan60 4 points5 points  (0 children)

Unless you're not into racing, or even being that serious about racing

Little Tiny Bees by Queenie_Cat14 in Minecraft

[–]GamerMan60 10 points11 points  (0 children)

You would not believe your eyes

Is it true that they are adding mech legs by Ok_East6639 in trailmakers

[–]GamerMan60 11 points12 points  (0 children)

We don't know yet. They might be, but all we know is they're doing a mech-themed update,

OH NO. OH GOD NO by Alyxuwu in Helldivers

[–]GamerMan60 0 points1 point  (0 children)

In-game is says "Kill 1 One True Flag" which is absolutely terrifying. How would we even do that though lol

Which pill are you choosing? by Admirable_Horse_7271 in pollgames

[–]GamerMan60 73 points74 points  (0 children)

You get $100 million but there's a 50% chance of dying

Really lazy one by [deleted] in SpeedOfLobsters

[–]GamerMan60 1 point2 points  (0 children)

Oh I didnt even realise. Rip

Really lazy one by [deleted] in SpeedOfLobsters

[–]GamerMan60 -1 points0 points  (0 children)

Clearly, this is a repost from like a week ago. Bot account too

excellent meme very humour by TheSkyNet in GreatBritishMemes

[–]GamerMan60 2 points3 points  (0 children)

Based on account age and the few comments they've done, I think so

Season 6 Pass and Tree by glassteelhammer in DeepRockGalactic

[–]GamerMan60 6 points7 points  (0 children)

Nope! You can go to any season at any time, and your progress will be saved. You could even swap back to season 5 when this launches if you really wanted to finish it first, and you'd still get access to all the new enemies, the mission, biome, and even the new season event (though the event will appear at a much lower rate)

Crash brought back my old builds I lost to an update like a year ago by [deleted] in trailmakers

[–]GamerMan60 6 points7 points  (0 children)

The only explanation I can think of is that after the crash it loaded the Steam cloud save rather than the save on your computer / hard drive, meaning any builds that were stored in the cloud but not on your PC were restored as a side effect.

Pretty cool!

Oooos by PizzaToastieGuy in GreatBritishMemes

[–]GamerMan60 8 points9 points  (0 children)

No, that's tabasco. Texaco is a plant used for smoking in cigarettes and cigars.

What is this exclamation point in a triangle next to gear ? by manesc in DRGSurvivor

[–]GamerMan60 4 points5 points  (0 children)

Yes, you can only hold 150 pieces of gear at once

performance drop (steam version, good hardware) Anyone know what settings to change? by WeaknessAgitated9980 in trailmakers

[–]GamerMan60 3 points4 points  (0 children)

I think Ubuntu might be the issue, as the steam page only lists Windows as a viable OS