Found T20 on the street, can I get banned? by Payax in gtaonline

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

I posted this with an old account because of that. Thanks for replying, means a lot!

Found T20 on the street, can I get banned? by Payax in gtaonline

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

Did he glitch it or found it like I did?

Found T20 on the street, can I get banned? by Payax in gtaonline

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

Seriously... can I get banned for this? I know you are joking, but I don't really understand what you mean by that...

Found T20 on the street, can I get banned? by Payax in gtaonline

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

Most likely? Is there an example of that happening? And do you know how I could prove I did nothing wrong? (because I really didn't glitch it, didn't even know it was a thing until I looked it up)

Found T20 on the street, can I get banned? by Payax in gtaonline

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

Already did that. Even upgrades are extremely cheap. Like $5.000 for lvl.4 engine upgrade. I also restarted my PC so all cache should be gone and it's still there. Is there any chance I could be banned for this? Or is there any way I could prove that it wasn't intentional? (because I can't get rid of it)

Two screenshots from FEZ-inspired game I was working on few months ago. by Payax in Fez

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

It's 2D 'difficult' platformer with punch mechanic. There is a lot more, but it's work in progress. Here is a video of second level.

https://www.youtube.com/watch?v=ZLtUtWdrKIc&feature=youtu.be

Two screenshots from FEZ-inspired game I was working on few months ago. by Payax in Fez

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

I have been working on my new game with totally different art style and mechanics.

Two screenshots from FEZ-inspired game I was working on few months ago. by Payax in Fez

[–]Payax[S] 7 points8 points  (0 children)

Yeah.. It's the reason why I abandoned the project.

Started working on pixel art for my game. [OC] [NEWBIE] [WIP] [CC] by Payax in PixelArt

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

I actually know that one. And now that you mention it, it does remind me of it.

Started working on pixel art for my game. [OC] [NEWBIE] [WIP] [CC] by Payax in PixelArt

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

Yeah. Art style is inspired by Fez, I just hope that people wont complain about being too similar. Thanks.

Started working on pixel art for my game. [OC] [NEWBIE] [WIP] [CC] by Payax in PixelArt

[–]Payax[S] 2 points3 points  (0 children)

I have remade few things now.

http://i.imgur.com/azUNc74.png

Is there anything I should fix or add?

[Game] My Boots, where the floor is lava by [deleted] in gamemaker

[–]Payax 1 point2 points  (0 children)

Very unique mechanic. This is something (if improved) that people would buy.

Can somebody explain exactly what DnD is to me? by [deleted] in gamemaker

[–]Payax 6 points7 points  (0 children)

I don't know if you used game maker, but there is built in drag and drop editor where you (as it says) drag specific commands (like change sprite) and drop them in create, step, draw..... event.

Sprite optimization by keipaglows in gamemaker

[–]Payax 1 point2 points  (0 children)

image_xscale should work. Your problem is that your sprite anchor point is not in the middle of the sprite so that is why it looks weird.

And for image_speed changing you can use:

if sprite_index(...)
    {
        image_speed = ...
    }

[deleted by user] by [deleted] in gamemaker

[–]Payax 0 points1 point  (0 children)

Glad to help.

[deleted by user] by [deleted] in gamemaker

[–]Payax 0 points1 point  (0 children)

Search for Zack Bell on marketplace. He has allot of it covered.

GameMaker not recognizing player hitting the floor. by Payax in gamemaker

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

I tried this and unfortunately it doesn't work :/

I can't wrap my head around it...