Interhack Posted December 19, 2014 Share Posted December 19, 2014 I was wondering if you can put letters in leadwerks game engine, if yes where it is and also can you do multiplayer? or play game at local so someone can play. Quote Link to comment Share on other sites More sharing options...
Guppy Posted December 19, 2014 Share Posted December 19, 2014 Fairly strange question but sure you can put letters in your game - you just need the proper models like for instance; http://letter.turbosquid.com/ Multiplayer - you can but will need the standard ( c++ ) version, from here you can add any network/multiplayer library like RakNet. "play game at local so someone can play" No idea what your asking 1 Quote System: Linux Mint 17 ( = Ubuntu 14.04 with cinnamon desktop ) Ubuntu 14.04, AMD HD 6850, i5 2500k Link to comment Share on other sites More sharing options...
AggrorJorn Posted December 19, 2014 Share Posted December 19, 2014 What exactly do you mean with 'Letters'? Quote Link to comment Share on other sites More sharing options...
gamecreator Posted December 19, 2014 Share Posted December 19, 2014 If you mean letters as in text, that's done with the DrawText command, here: http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/context/contextdrawtext-r731 For online multiplayer people use RakNet, as Guppy mentioned, or you can also use Steam: http://www.leadwerks.com/werkspace/topic/9663-introduction-to-steam-code-in-leadwerks/ Finally, yes, you can do local multiplayer with two (or more) people on a keyboard. I believe you can also get controllers to work but Leadwerks doesn't have that built in, except for Steam controllers: http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/steamworks/ 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.