Jump to content


WireZ

Member Since 22 Oct 2010
Offline Last Active Apr 27 2013 02:41 PM

Posts I've Made

In Topic: [Help] "On ground" tile.

16 October 2011 - 08:36 AM

I see your problem, this shouldn't be too hard to fix.

Firstly, open the sprite for your character.
Then where you see the thing that says "bounding box", it should be set to automatic. Click manual and adjust the values. Set the bottom to about 8 pixels higher and test. Try different values until you find one that works.

Hope I helped,
~EpicFish


There's no such thing as Bounding box? Only "Collsion Checking", "Name", Loading sprite/save/edit, Origin.

EDIT: Oh, You have to click "Modify Mask". Thanks for the hel pbuddy!

In Topic: MMO Engine - iOnline Engine v3.1

14 July 2011 - 02:14 PM

Okay, same problem as Bichee, multiple unknown action's in place's I would like to be able to edit... I believe the unknown action in the player's press enter event is drawing the chat bar or whatever at the bottom, which is drawn in plain black text and I would like to be able to edit that... Did you use a library or something? If you did why would you post this engine without referring us to a link to whatever it is you've used?

Other than the unknown action's your engine is pretty nice, I hope you continue to work on this.

Also, here's a little modified version of the server included with this engine, include's text command's for banning, un-banning, restarting the server, and ending the server.
Made it look and act somewhat like a console application as well.
Posted Image
Download

All command's and other information are in the GMK's game information...
The GMK is for version 8.0+

All banning in this edit of the engine is done using the player's IP address NOT the username, and I've
made the server accept only one account from each IP address... I'm currently editing it some more to only
block multiple account's from an IP if a previous account from the same IP has been banned...

Thank you for updating this. This engine has alot of potential since It's the only good one Iv'e been downloading.
If you have good skills, please keep updating it for this guy, since he won't from what Iv'e talked to him. He said
he deleted everything, etc.

So what we need now is probably some ladder/rope to get up to other platforms, Room changing, and some UI.

In Topic: Jump down, Jet-pack.

26 June 2011 - 06:34 AM

I'm using; http://gmc.yoyogames...howtopic=452605
Brod's Platform Engine. I tried to implent the jetpack.gmk stuff
to mine but that jus twouldnt work.

@The shotgun guy: I put it in but after releasing the w key it would just
bounce in the air.

In Topic: Jump down, Jet-pack.

25 June 2011 - 03:53 PM



also what do you mean by jet back ? maybe i can help ...

Are you kididng me? Lol. I asked for jump-down. I already have jump. I meant that if the player holds "down"
button, then presses ctrl (jump key), it will fall off the platform.

Also, by jetpack, I mean to press w for flying around the map. When you let go off the key, it will fall.

S/he told you to put it in the key-down(?) event. Alternatively:
//Step
if keyboard_check(vk_down) && keyboard_check(vk_control)
{
    //Code for jumping down
}

"Code for jmping down".. This is what I need LOL

In Topic: Jump down, Jet-pack.

25 June 2011 - 03:41 PM

also what do you mean by jet back ? maybe i can help ...

Are you kididng me? Lol. I asked for jump-down. I already have jump. I meant that if the player holds "down"
button, then presses ctrl (jump key), it will fall off the platform.

Also, by jetpack, I mean to press w for flying around the map. When you let go off the key, it will fall.