Users browsing this thread: 1 Guest(s)
Fixed version of Andrux Adventure
#1
Information 
[Image: Andrux_adventure-_resolution_cha.png]

A fixed & update version of Andrux Adventure showing their improvements:
-1300x970 resolution, with what the game is graphically shown best in 1650x1050 resolution screens.
-Some small fixes in the textures
-Several controls and character animations corrected -Certain physical bugs fixed

Downloads links:

IndieDB: http://www.indiedb.com/games/andrux-adve...ed-version

itch.io: https://ofihombre.itch.io/andrux-adventure
Reply
Thanked by:
#2
`Dude, is full of bugs and glitches, and the platform sucks :v
Reply
Thanked by:
#3
Neutral 
All games have bugs or glitches, well, it is clear that Andrux Adventure also has quite a few bugs, but most are remediable and is solved with the gameplay, for example, if it gets stuck in the ground, you have to press the jump button (up arrow) and you can leave, and besides that the game is made with game maker lite and had its limitations. I am who I play, I'm still a newbie/intermediate developer, did the best I could use the full potential of the program possible, and there are games with bugs even worse than this.
Reply
Thanked by:
#4
(05-08-2016, 03:37 PM)ofihombre7 Wrote: All games have bugs or glitches, well, it is clear that Andrux Adventure also has quite a few bugs, but most are remediable and is solved with the gameplay, for example, if it gets stuck in the ground, you have to press the jump button (up arrow) and you can leave, and besides that the game is made with game maker lite and had its limitations. I am who I play, I'm still a newbie/intermediate developer, did the best I could use the full potential of the program possible, and there are games with bugs even worse than this.
Yeah, but they are hard to find, in this game just the Main Controls are bugged (Is way different)

Why dont you use Game Maker Studio? i guess the free version has less limitations than previous versions, ok, i didnt know you were new Tongue

Here is a tip, if your platform is moving like this:

Create Event
Code:
Movingposition=1 //1 Means to the right and -1 means to the left

You can move character with:

Step Event
Code:
x+=Movingposition
if place_meeting(x,y-1,Player) Player.x+=Movingposition

Or

Step Event
Code:
x+=Movingposition
if instance_place(x,y-1,Player) Player.x+=Movingposition

I cant remember which of them was in free version (I cant even remember if they are avaliable)

Also.... can i ask where are you from? (To give you another tip Tongue)
Reply
Thanked by:
#5
Pixels !!!
Reply
Thanked by:


Forum Jump: