Jump to content


Fragment

Member Since 04 Aug 2005
Offline Last Active May 17 2013 08:57 AM

Posts I've Made

In Topic: C# Server With Game Maker(39Dll/Faucet Networking)

16 May 2013 - 11:59 AM

Although i understand that some people would prefer to code their server in C# specifically, just wondering what are the advantages of this over the new C runner that Game maker for Windows runs on. Seems useful but unnecessary for my purposes unless you were using it for the extra functionality available in C#..


In Topic: How To Goto Room And Then Create Instances?

10 May 2013 - 03:34 PM

set the creator object to persistent then just do

instance_create(x,y,object you want);

instance_destroy();


In Topic: Gmfilesystem

26 April 2013 - 12:52 PM

NOTE RESOLVED THIS:

Some of your download links were still referencing the old version, It seems i still had 1.4.2


In Topic: Gms Networking: Send To Single Client - Solved

24 April 2013 - 12:08 AM

SOLVED!!!


In Topic: Mmorpg Mouse View Possible?

22 April 2013 - 02:22 PM

No problem a tip from me would be to create a basic engine with movement chat and login. You can then reuse it for other games like I wouldve had studio networking not been on cards.

Also make sure you keep more than one version because it is very easy to focus on one area and make a bug in another and then have another feature which depends on the one you accidently bugged.
If you have multiple versions you can work out the origin of the bug and eliminate it.