Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #241  
Old 05-30-2006, 06:30 AM
drogo drogo is offline
Junior Member
 
Join Date: Dec 2005
Posts: 15
Default Re: iWitness v2

[ QUOTE ]
Drogo, try re-copying the text file; you may have an errant line break caused by whatever text editor you used. Try using the old basic "notepad."

The line should be:
<font class="small">Code:</font><hr /><pre> string = -----------------------------------------------------------------------------------------------------------------------------`n </pre><hr />

[/ QUOTE ]


Mogobu, I've tried this several times and failed.

It's Notepad that I am using, wordwrapping off.

The line looks like this though :
string = ---------------------------------------------------
`n

Why doesn't notepad keep the original format?

I deleted that line being curious what it will say and it gave me another error at another line further down the text when I tried it again.

So I still don't have it running.

Thank you for helping anyway!
Reply With Quote
  #242  
Old 05-30-2006, 07:45 PM
maybedinero maybedinero is offline
Senior Member
 
Join Date: May 2005
Location: London, UK
Posts: 194
Default Get iWitness to open 12 tables

Now the new Party update allows 12 tables to be opened at once, you miners would probably like to make use of the extra 2.

iWitness as is only supports 10, although the pull down menu allows for a higher 'max tables' to be selected.

But:
Line 368: Change max_tables = 10 to max_tables = 12.

Line 1758: Change to if log_in = Yes max_tables = 12.

Line 1820: As line 1758

Line 1823: Change to If (open_password = "yes" And max_tables = 12)

Line 1832: Change to If max_tables = 12

Line 1892: Change from Loop, 10 to Loop, 12.
Don't do this for all loops, otherwise it will try and test for 12 players at each full ring table instead of 10. Just for the loop headed ';Findout how many tables we'll have to check.'!

This fix is not guaranteed; I have nothing to do with the writers of iWitness, but the modifications work for me to mine 12 tables rather than 10.
Reply With Quote
  #243  
Old 05-31-2006, 12:46 AM
Mogobu The Fool Mogobu The Fool is offline
Senior Member
 
Join Date: Sep 2005
Location: On teh internets.
Posts: 617
Default Re: iWitness v2

[ QUOTE ]

It's Notepad that I am using, wordwrapping off.

The line looks like this though :
string = ---------------------------------------------------
`n

Why doesn't notepad keep the original format?


[/ QUOTE ]

That is weird. Maybe your browser is causing the linebreaks? Or do you use some funky clipboard tool to copy-paste?

Try this: on the wiki page, hit the "edit" button to go in and edit the text. Don't actually edit it or save anything, but copy-paste the code portion of the page from inside the editor to see if that helps preserve the line breaks. You can just cancel out of the editor after copying the text.

You'll want everything between the code braces:
{{{
to
}}}

Good luck!
Reply With Quote
  #244  
Old 05-31-2006, 10:23 AM
gswarriorfan gswarriorfan is offline
Senior Member
 
Join Date: Jul 2005
Location: P-Town
Posts: 227
Default Re: Get iWitness to open 12 tables

[ QUOTE ]
Now the new Party update allows 12 tables to be opened at once, you miners would probably like to make use of the extra 2.

iWitness as is only supports 10, although the pull down menu allows for a higher 'max tables' to be selected.

But:
Line 368: Change max_tables = 10 to max_tables = 12.

Line 1758: Change to if log_in = Yes max_tables = 12.

Line 1820: As line 1758

Line 1823: Change to If (open_password = "yes" And max_tables = 12)

Line 1832: Change to If max_tables = 12

Line 1892: Change from Loop, 10 to Loop, 12.
Don't do this for all loops, otherwise it will try and test for 12 players at each full ring table instead of 10. Just for the loop headed ';Findout how many tables we'll have to check.'!

This fix is not guaranteed; I have nothing to do with the writers of iWitness, but the modifications work for me to mine 12 tables rather than 10.

[/ QUOTE ]

works! thanks!!
Reply With Quote
  #245  
Old 05-31-2006, 12:30 PM
astarck astarck is offline
Senior Member
 
Join Date: Dec 2004
Location: DC area
Posts: 1,043
Default Re: Get iWitness to open 12 tables

[ QUOTE ]
Now the new Party update allows 12 tables to be opened at once, you miners would probably like to make use of the extra 2.

iWitness as is only supports 10, although the pull down menu allows for a higher 'max tables' to be selected.

But:
Line 368: Change max_tables = 10 to max_tables = 12.

Line 1758: Change to if log_in = Yes max_tables = 12.

Line 1820: As line 1758

Line 1823: Change to If (open_password = "yes" And max_tables = 12)

Line 1832: Change to If max_tables = 12

Line 1892: Change from Loop, 10 to Loop, 12.
Don't do this for all loops, otherwise it will try and test for 12 players at each full ring table instead of 10. Just for the loop headed ';Findout how many tables we'll have to check.'!

This fix is not guaranteed; I have nothing to do with the writers of iWitness, but the modifications work for me to mine 12 tables rather than 10.

[/ QUOTE ]

I'm using version 1.12 so the lines of code were a little different. But this solution works if you search for the actual code mentioned above and use a little common sense.
Reply With Quote
  #246  
Old 06-01-2006, 10:34 PM
TheIrishThug TheIrishThug is offline
Senior Member
 
Join Date: Jan 2005
Location: Belligerent and numerous
Posts: 1,819
Default Re: Get iWitness to open 12 tables

there is a max_tables = 10 on line 68
shoutld that be changed as well?
Reply With Quote
  #247  
Old 06-02-2006, 06:17 AM
MS Sunshine MS Sunshine is offline
Senior Member
 
Join Date: Sep 2002
Location: easy chair
Posts: 2,204
Default Re: iWitness v2

I'm again trying to start iWitness. I have downloaded autohotkeys and saved iWitness(using windows explorer) under iWitness.ahk. When I double click on it it opens as a text doc only.

MS Sunshine
Reply With Quote
  #248  
Old 06-02-2006, 07:01 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: iWitness v2

[ QUOTE ]
I'm again trying to start iWitness. I have downloaded autohotkeys and saved iWitness(using windows explorer) under iWitness.ahk. When I double click on it it opens as a text doc only.

MS Sunshine

[/ QUOTE ]

Most likely filename extensions are not shown on your computer, so the filename really is "iWitness.ahk.txt", and thus it is opened in a text editor when you double click it. When the file is open in the editor, try to Save As, and there you should be able to save it as "iWitness.ahk".

Adde
Reply With Quote
  #249  
Old 06-02-2006, 10:26 AM
zomtec zomtec is offline
Junior Member
 
Join Date: Mar 2006
Location: Germany
Posts: 4
Default Re: Get iWitness to open 12 tables

[ QUOTE ]
Now the new Party update allows 12 tables to be opened at once, you miners would probably like to make use of the extra 2.

iWitness as is only supports 10, although the pull down menu allows for a higher 'max tables' to be selected.

But:
Line 368: Change max_tables = 10 to max_tables = 12.

Line 1758: Change to if log_in = Yes max_tables = 12.

Line 1820: As line 1758

Line 1823: Change to If (open_password = "yes" And max_tables = 12)

Line 1832: Change to If max_tables = 12

Line 1892: Change from Loop, 10 to Loop, 12.
Don't do this for all loops, otherwise it will try and test for 12 players at each full ring table instead of 10. Just for the loop headed ';Findout how many tables we'll have to check.'!

This fix is not guaranteed; I have nothing to do with the writers of iWitness, but the modifications work for me to mine 12 tables rather than 10.

[/ QUOTE ]

Can you upload the *.ahk file? I can not see the lines in the Windows Editor.
Reply With Quote
  #250  
Old 06-02-2006, 11:24 AM
maybedinero maybedinero is offline
Senior Member
 
Join Date: May 2005
Location: London, UK
Posts: 194
Default Re: Get iWitness to open 12 tables

TheIrishThug: If it's not mentioned in my post I did not change that line (I am not on the same computer as my iWitness right now, I'll check when I get home).
zomtec: I could upload it to my webspace if Sam &amp; Roland are OK with that.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:04 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.