Search found 22 matches

by bountycode
Tue Dec 19, 2006 10:55 pm
Forum: GamingTools Members::Inner Space
Topic: Uplink Relay does not seem to be working
Replies: 1
Views: 1718

Uplink Relay does not seem to be working

I've been using the same script to send key strokes between two computers for over a year now but now in the last inner space patch the uplink relay does not seem to be working. Has there been a change in the Uplink Relay command? I do uplink RemoteUplink -connect HOME2 It says Connection to HOME2 o...
by bountycode
Thu Dec 14, 2006 5:20 pm
Forum: GamingTools Members::Inner Space
Topic: LavishScript Object Wrappers
Replies: 1
Views: 1813

LavishScript Object Wrappers

I am having difficulties wrapping objects in .Net This direct command button sub below works. It returns the value of Me.ToActor.Health by grabbing the object Me then the member ToActor then the Member Health Private Sub cmdMeToActorHealthFunction_Click(ByVal sender As System.Object, ByVal e As ...
by bountycode
Fri Dec 08, 2006 10:04 am
Forum: GamingTools Members::Inner Space
Topic: ISXHelloWorld with
Replies: 1
Views: 1700

ISXHelloWorld with

Just wanted to report that I got the example to work using this tutorial http://www.lavishsoft.com/wiki/index.php/NET:Tutorials:HelloWorld Nice to see a .Net app running in IS. First question is how do you refresh the IS cache that is holding the file after you run it for the first time? When you ru...
by bountycode
Sun Nov 27, 2005 2:43 pm
Forum: GamingTools Members::Inner Space
Topic: remote uplink question
Replies: 11
Views: 6268

Figured it out. You have to change this setting in the InnerSpace.XML file.
from 0 to 1


<Setting Name="Enable Incoming">1</Setting>


make sure to make the change while innerspace is not running or the setting gets set back to 0.
by bountycode
Sun Nov 27, 2005 9:43 am
Forum: GamingTools Members::Inner Space
Topic: remote uplink question
Replies: 11
Views: 6268

Re: remote uplink question

Relay othercomp.is1 uplink echo THIS GOES TO THE OTHERCOMP UPLINK When I try this command in a session window I get the message Unknown command 'Relay' Then when I try it in the main console window I get the message Unknown command 'Uplink' On another command when I try to use the command remoteupl...
by bountycode
Sat Oct 15, 2005 9:05 pm
Forum: GamingTools Members::Inner Space
Topic: switch case does not work with vars
Replies: 2
Views: 2289

Thanks for the prompt responses and a great software product :)
by bountycode
Sat Oct 15, 2005 2:11 pm
Forum: GamingTools Members::Inner Space
Topic: switch case does not work with vars
Replies: 2
Views: 2289

switch case does not work with vars

how do you pass a variable to the case statement? this works declare vVal string one Switch "${vVal}" { case one echo val is one break Default echo "can't find vaule" break } but this won't work for some reason declare vTest string one declare vVal string one Switch "${vVal}" { case ${vTest} echo va...
by bountycode
Mon May 30, 2005 11:50 pm
Forum: GamingTools Members::Inner Space
Topic: ver .94 build (2015) quarter screen
Replies: 3
Views: 3380

thanks for the tip,
actually i had to go into the IS games and profiles and choose force window to off, then the full ula screen came up
by bountycode
Mon May 30, 2005 7:43 pm
Forum: GamingTools Members::Inner Space
Topic: ver .94 build (2015) quarter screen
Replies: 3
Views: 3380

ver .94 build (2015) quarter screen

trying to start eq2 the ula screen comes up quarter in size and you can't hit the accept key to continue.
by bountycode
Mon May 16, 2005 10:04 am
Forum: GamingTools Members::Inner Space
Topic: Add Games, Report Here
Replies: 57
Views: 757393

I realize these are not games but I was wondering if you can link to programs like notepad or mspaint? I added them using the add game option and they do in start up using IS but the relay command does not seem to be able to communicate with the sessions at all. Using relay notepad4790D10 Type hello...
by bountycode
Thu Mar 31, 2005 9:00 pm
Forum: GamingTools Members::Inner Space
Topic: press enter
Replies: 10
Views: 8030

Yes Win32I is on
Thanks
by bountycode
Thu Mar 31, 2005 8:06 am
Forum: GamingTools Members::Inner Space
Topic: press enter
Replies: 10
Views: 8030

ok press enter now works :)
but Press Alt+1 does not, it still only hits the number1 hot key and not the Alt1 hot key.
by bountycode
Sun Mar 27, 2005 6:30 am
Forum: GamingTools Members::Inner Space
Topic: press enter
Replies: 10
Views: 8030

just wondering if the Shift and Alt keys are doing a similar thing. On the hot bars you have numbers 0 to 9 Shift+0 to Shift9 and Alt+0 to Alt+9 and code that presses just the numbers 0 to 9 works but there does not seem to be any way to press the alt+0 to alt+9 or shift+0 to shift+9 keys. I've trie...
by bountycode
Sat Mar 26, 2005 9:43 am
Forum: GamingTools Members::Inner Space
Topic: press enter
Replies: 10
Views: 8030

That Sony. lol. what are they doing. Thanks for looking into this.
by bountycode
Fri Mar 25, 2005 9:20 pm
Forum: GamingTools Members::Inner Space
Topic: press enter
Replies: 10
Views: 8030

press enter

the press enter in EQ2 does not seem to work now.
This code:

console off
wait 50
type /quit
press enter

the code works all the way up to the press /quit part but does not process the press enter