Search found 16 matches

by Placemate
Fri Jul 01, 2005 5:44 pm
Forum: GamingTools Members::Inner Space
Topic: Relay
Replies: 15
Views: 13204

Unfortuately this still doesn't seem to be working quite right for me. With Beta 0.96 Build 2128 I still can't relay with pre-existing sessions. Also I've been playing around with more than 2 computers too. Today I tested it with 4 and this is what happens Had one computer connect to the other 3 so ...
by Placemate
Thu Jun 30, 2005 3:36 am
Forum: GamingTools Members::Inner Space
Topic: small bug with continue
Replies: 3
Views: 3715

small bug with continue

Code: Select all

function main()
{
	declare i int local 1
	do
	{
		echo ${i}
		if "1"
			continue
	}
	while "$&#123;i&#58;inc&#125;<10"
&#125;
This loop will never exit, i isn't being incremented for some reason.
by Placemate
Wed Jun 29, 2005 5:38 am
Forum: GamingTools Members::Inner Space
Topic: Relay
Replies: 15
Views: 13204

No problem, thanks for the great feature.
by Placemate
Tue Jun 28, 2005 10:05 am
Forum: GamingTools Members::Inner Space
Topic: Relay
Replies: 15
Views: 13204

Yes. When you connect for the first time it will show the remote session but won't relay to it. However when you load up your sessions and a connection already exists, it will both show the remote connection and relay works.
by Placemate
Tue Jun 28, 2005 4:13 am
Forum: GamingTools Members::Inner Space
Topic: Relay
Replies: 15
Views: 13204

Ok here is what I figured. First I reinstalled Innerspace and it wouldn't even connect. Then I figured out I needed to change <Setting Name="enable">1</Setting> to <Setting Name="enable incoming">1</Setting> Looks like the default XML got messed up. Second I started up and connected fine, but it wou...
by Placemate
Tue Jun 28, 2005 12:16 am
Forum: GamingTools Members::Inner Space
Topic: Relay
Replies: 15
Views: 13204

Well.

I got it to work kinda.

I loaded up one session in each computer and got nothing. But when I loaded a second session on one and did a "relay all" it did nothing is is1 but worked in is2.

I think I'll try reinstalling innerspace to see if that helps.
by Placemate
Sat Jun 25, 2005 1:39 am
Forum: GamingTools Members::Inner Space
Topic: Relay
Replies: 15
Views: 13204

Ya the other Computer I tried naming "main" and "beef"

I've tried both directiions and neither work.
by Placemate
Fri Jun 24, 2005 11:12 pm
Forum: GamingTools Members::Inner Space
Topic: Relay
Replies: 15
Views: 13204

Woot, I see you added this feature, but I'm having a little trouble getting it working. First I changed the XML to <Set ID="3" Name="Remote"> <Setting Name="enable incoming">1</Setting> <Setting Name="incoming port">10101</Setting> <Setting Name="name">Dually</Setting> and restated InnerSpace. Then ...
by Placemate
Mon May 02, 2005 12:31 pm
Forum: GamingTools Members::Inner Space
Topic: LavishScript Questions
Replies: 8
Views: 6801

Man your too quick and I can't edit. : (

Anyway I see you updated the wiki pages with methods, so I guess I'll go back to studying. Thanks for the tips.
by Placemate
Mon May 02, 2005 12:24 pm
Forum: GamingTools Members::Inner Space
Topic: LavishScript Questions
Replies: 8
Views: 6801

Just for contrast function CheckEvent() { declare i int local if "!${EventsInQ}" return do { if "${System.TickCount}>${EventTime[1]}" { call ${EventFunction} varset i 1 do { varset EventTime[${i}] ${EventTime[${M...
by Placemate
Mon May 02, 2005 12:07 pm
Forum: GamingTools Members::Inner Space
Topic: LavishScript Questions
Replies: 8
Views: 6801

Actually after spending a few hours today writing code, I released how much I hate all this macroquest legacy syntax, grin. Everytime I have to write varcalc i ${i}+1 I die a little bit inside. That aside how much trouble would it be to add a For..Loop, and a top check while loop? I realise your pus...
by Placemate
Sun May 01, 2005 5:02 pm
Forum: GamingTools Members::Inner Space
Topic: LavishScript Questions
Replies: 8
Views: 6801

1. Perfect, thanks

2. Shrug, I like dense code, probably because I'm too lazy to scroll.
by Placemate
Sun May 01, 2005 4:53 am
Forum: GamingTools Members::Inner Space
Topic: LavishScript Questions
Replies: 8
Views: 6801

LavishScript Questions

First are there any other options for dealing with timing other than TimedCommand and ${Time} stuff like ${Time.SecondsSinceMidnight}? What I'd love to have is a variable holding execution time of a script in tenths of a second or something similar. (Execution time of a session, etc) Secondly just a...
by Placemate
Wed Apr 20, 2005 11:35 am
Forum: GamingTools Members::Inner Space
Topic: Relay
Replies: 15
Views: 13204

Relay

"In preparation for version 1.00, we will be extending the Relay capability to allow networking."

Just curious on the status/eta for this.
by Placemate
Wed Mar 30, 2005 11:16 pm
Forum: GamingTools Members::Inner Space
Topic: String Type Members not working and/or me dumb
Replies: 3
Views: 4103

Rofl, that would explain it.

Super fast fix, many thanks.