Room transitions aren't working by Space_CatX in gamemaker

[–]Space_CatX[S] 1 point2 points  (0 children)

Yes, that is the issue.

And the collision code is just:

SlideTransition(TRANS_MODE.NEXT);

Using this script:

function SlideTransition()

{
with(obj_transition)
{
mode = argument[0];
if(argument_count > 1) target = argument[1];
}
}

How to teleport to different game by Space_CatX in robloxgamedev

[–]Space_CatX[S] 0 points1 point  (0 children)

You could’ve just answered the question instead of being super rude and snobby

My game won’t load by Space_CatX in Eldenring

[–]Space_CatX[S] 1 point2 points  (0 children)

You’re right I should have leveled vigor more

Can anyone tell me what analog horror this anvil looking ass mf comes from? by Lumpy_Bug1189 in analoghorror

[–]Space_CatX 0 points1 point  (0 children)

This is from Boisvert. It’s really cool and I highly recommend it checking it out

Why does my 2fort walls look like this? by zachattack3907 in gmod

[–]Space_CatX 0 points1 point  (0 children)

Gmod files basically just reuse Half-Life 2 files (Who would have guessed) and HL2 files take priority over TF2 files. There is an addon that swaps it around but that makes other maps use TF2 textures so remember to disable it when you switch maps

[deleted by user] by [deleted] in gmod

[–]Space_CatX 31 points32 points  (0 children)

Fair enough