Please login or register.

Login with username, password and session length
Advanced search  

News:

Latest WME version: WME 1.9.1 (January 1st, 2010) - download

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Nebz

Pages: [1]
1
Technical forum / Settings Window
« on: April 27, 2009, 11:39:11 AM »
Hello!

I was wondering if it is possible to run the settings window without automatically launching the game afterwards? I want to be able to use a launcher to start the game with specific parameters, but also give it the functionality of allowing the player to change the settings before the launcher runs the game. Thanks!

Nebz

2
Technical forum / Keyboard.IsControl usage
« on: January 17, 2009, 02:49:33 PM »
Hello!  ::wave  I'm new to the engine and this community and a little camera shy so don't all look at once!  :-[ I'm looking forward to ask a quadrillion questions, so I better get busy. ;D

Here's my first quandary:
I'm trying to add a quick save feature to our game by creating the hotkey ctrl+s. However, I'm uncertain of how to use this combination of keys together since nothing seems to happen when I do. I use the following logic:

if (Keyboard.IsControl && ( Keyboard.Key == "S" || Keyboard.Key == "s") ) 
    RunSaveMethod(); //at this point I print something to screen but nothing gets displayed

So... What am I doing wrong here? Any help would be greatly appreciated. Thank you very much!  :)

Pages: [1]

Page created in 0.017 seconds with 18 queries.