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 - RaptorSystems

Pages: [1]
1
Gameplay / Rapid Fire - Left Click
« on: September 08, 2013, 05:40:01 am »
Hi,
So with a tiny bit of experimentation I found it was possible to have the carronade, mortor and traditionally click to fire weapons act like the gatling gun, flamer, etc which are click and hold to fire types of weapons.

The most universal way this can be done is through using software such as autohotkey which allows you to define your own global shortcuts.

For example this script enables the insert key to toggle rapid fire left click
Quote
Ins::Suspend
LButton::
Loop
{
SetMouseDelay 30
Click
If (GetKeyState("LButton","P")=0)
Break
}
Found at: http://www.autohotkey.com/board/topic/39855-rapidfire-left-click-script/

Certain mouse drivers also support this type of integration.

2
Feedback and Suggestions / Change log
« on: April 18, 2013, 02:38:58 am »
It would be handy to have a list of changes for each patch, especially for "bug fixes" as that would allow for community testing.

3
The Gallery / Remote control Airship
« on: April 14, 2013, 10:41:11 am »
Hey,
Just starting this thread, I've only just started putting together an RC (steampunk) airship, I'm not going to even attempt to copy the guns of icarus online airships for multiple reasons.

I've done a very basic electronics (bar napkin) design (spelling mistakes all over the place, should be ruggeduino). 

I'm going to be using 3D printing for the structure to hold the electronics and laser etched paper to create a sort of visual look of an airship.

4
Feedback and Suggestions / Lobby Chat
« on: April 13, 2013, 02:02:39 am »
Firstly please tell me if this is a repost, or delete it if it is a repost and you have super cow powers (linux reference).

It has been mentioned in game a few times, but some sort of lobby (text) chat so that you can communicate between all involved in a match without using regional chat.

Pages: [1]