Jump to content


darkclower

Member Since 04 Apr 2010
Offline Last Active Yesterday, 10:29 AM

Posts I've Made

In Topic: Sprites for inverting *Solved Solution Posted*

11 September 2012 - 02:52 PM

Make the background transparent?

In Topic: Mouse x,y coordinates grid values problem

28 August 2012 - 01:45 PM

value = floor(mouse_y/grid_size_height)*grid_width  + floor(mouse_x/grid_size_width);

Replace the grid_size_width / height with the size of each grid column.
And replace the grid_width with the amount of columns per row.

This is what you asked for, right? (:

In Topic: GMC Jam #7 - 72 Hour Competition

27 July 2012 - 12:11 PM

Oh no!
The same weekend as Path of Exiles open beta access!

I always miss these things. D:

In Topic: Multiplayer Engine

26 July 2012 - 11:27 PM



Is there any way to make the files gmk?
I kinda want to impliment this in a game, but I can't [since it's a exe.]


I would say that turning an exe into a gmk is pretty much impossible at the moment.
Bur if you want to have multiplayer in your game, you can always learn how to use the 39dll.

There is more info about it on the wiki.
http://wiki.yoyogame.../39DLL_Tutorial

You mean you cant't find the gmk? Or is it something else?
If you lost the gmk, I guess I'll just use the 39DLL
Thanks anyway,
Masterox


Well. The game is not open source at the moment.
I'm sorry if it seems greedy to keep the gm to myself.
But I don't think that it will become handy for you as the code is very messy and commented in swedish.
Also, it's mah child!

Anyhow. I will hopefully make a tutorial/example/sample or whatever later on. Depending on how good it will turn out.
But until then. You should find some tutorial. There are some really good ones on this forum somewhere.



In Topic: Multiplayer Engine

26 July 2012 - 04:12 AM

Is there any way to make the files gmk?
I kinda want to impliment this in a game, but I can't [since it's a exe.]


I would say that turning an exe into a gmk is pretty much impossible at the moment.
But if you want to have multiplayer in your game, you can always learn how to use the 39dll.

There is more info about it on the wiki.
http://wiki.yoyogame.../39DLL_Tutorial