Jump to content


Neojack14

Member Since 24 Jul 2010
Offline Last Active Feb 05 2013 04:02 AM

Topics I've Started

Exporting to Windows

06 March 2012 - 08:53 AM

Hi all!

I have just installed GM:Studio and the only options under the export menu are "HTML5, C++ Runner, ios & Android". What happened to the normal windows option? Is this a bug or has it been removed?

Physics in GM4Mac

15 February 2012 - 03:05 AM

Hi all!

Recently I purchased GM4Mac, but when I tried to use physics extensions with it (extremephysics, gmode, gmphysics) none of them work.

I opened example files just to make sure but still all the objects/entities jump to 0,0 in the room. Regardless of the engine I am using, they work perfectly fine on windows.

Is this an issue with GM4Mac or do I need to change something within the code , etc ?

Thanks,
Neojack14

External Maps importing

14 November 2011 - 08:17 AM

Hi all!

For my game I am using external maps that look like:

................................................................................
................................................................................
................................................................................
..............c.................................................................
................................................................................
................................................................................
................................................................................
................................................................................
..............c.................................................................
................................................................................
................................................................................
................................................................................
............................b..................................................
................................................................................
................................................................................
................................................................................
..............b...b...b...b.....c.....c.....c...............................
................................................................................

where 'c' and 'b' represent objects.

Now I have found to code to export these but have not been so lucky the other way round. Any help would be much appreciated!
The code I'm using to export:

var grid; grid = ds_grid_create(room_width/16,room_height/16)

var map; map = ds_map_create();

ds_map_add(map,box,'b')
ds_map_add(map,box_l,'c')
ds_map_add(map,box_lh,'d')


ds_grid_set_region(grid,0,0,room_width/16,room_height/
16,'.');
with(all)
{
        if(id <> other.id)
        {
                 var char; char = ds_map_find_value(map,object_index)
                 ds_grid_set(grid, floor(x/16),floor(y/16),char);
        }
}

var f; f = file_text_open_write("level1.gml");


var xx,yy;
xx = 0;
yy = 0;
repeat(ds_grid_height(grid))
{
repeat(ds_grid_width(grid))
{
file_text_write_string(f,ds_grid_get(grid,xx,
yy));
xx+=1;
}
file_text_writeln(f);

xx = 0;
yy+=1;
}

file_text_close(f)


Need graphic artist! 2d side-on sprites

18 January 2011 - 12:57 AM

Hi all!
Looking for a graphic artist who is enthusiastic, can produce results in a good time frame. No half jobs with a bit of work 1 week then none the next etc. There is possibility of pay!

Game is a platformer/rpg/puzzler/fighter. This is going to be an interesting game as it explores 2d lighting and physics. Light will be able to be controlled and many more new inovations.

The graphic artist won't be doing the lighting.

PM me if you're interested!

Want to create an Iphone/Ipod/Ipad Game?

16 November 2010 - 07:03 AM

Would you like to create an iphone game? I am looking for:
Programmers
Musicians
Graphic artists - maybe one or two because i am already doing the graphics.

PM me if you want to help out!