Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Internet Poker > Software

Notices

Software Discussions about gambling-related and poker software.

Reply
 
Thread Tools Display Modes
Old 07-16-2012, 01:30 PM   #931
enthusiast
 
Join Date: Sep 2005
Posts: 90
Re: iPoker card mods? (cash reward)

Quote:
Originally Posted by jenkins_steve View Post
I've put a fair bit of time into solving this and just gave up in the end. I just live with it now. It's either that or live with the delightful ipoker graphics
Hah, found a solution to the problem at least. It's a little crude but it works. I have modded my ahk script to do this:

Start the client.
Close the client.
Start the client again.
Apply the mods.

I can post the code for my ahk script if anyone is interested in it.
jenkins_steve is offline   Reply With Quote
Old 07-16-2012, 10:10 PM   #932
grinder
 
PandaLife's Avatar
 
Join Date: Mar 2012
Location: Eating your bamboo
Posts: 507
Re: iPoker card mods? (cash reward)

^Please do post the ahk script
PandaLife is offline   Reply With Quote
Old 07-16-2012, 10:29 PM   #933
grinder
 
PandaLife's Avatar
 
Join Date: Mar 2012
Location: Eating your bamboo
Posts: 507
Re: iPoker card mods? (cash reward)

Pretty happy with the look I've put together, artworks are from various free collection so credits to original makers.

Have a question tho, does anybody know how to change/get rid of the player image boxes? I am talking about the ones that contain avatars when that is turned on, and otherwise shows "call, fold" etc. I have watched from MiniMaxMods that it's possible, just can't figure out the right files to edit.

PandaLife is offline   Reply With Quote
Old 07-17-2012, 04:32 AM   #934
enthusiast
 
Join Date: Sep 2005
Posts: 90
Re: iPoker card mods? (cash reward)

Quote:
Originally Posted by PandaLife View Post
^Please do post the ahk script
This is the ahk script I use on William Hill. I've put comments into the code indicating places that you may need to customise. Place the script in the poker client directory e.g. C:\Poker\William Hill Poker:

Code:
;iPoker modstarter
#NoEnv
#SingleInstance force

;Enter the name of the skin.  Make sure it matches the name exactly capitals, spaces etc. For example : Skin=William Hill Poker
Skin=William Hill Poker

;Run the poker client
Run, casino.exe

;Wait for the client to start and then sleep to allow things to initialise correctly
WinWait, %Skin%
;The sleep time is in msecs and can be fine tuned e.g slower systems may need longer.  If the time is too short then the following step for shutting down the client won't work.  If it's too long then you'll just be left waiting for that amount of time.
sleep 7000

;Close the poker client
Process Close, casino.exe

;Copy the original files into the data folder.  This needs to be changed depending on the location of your mods and the name of your skin
FileCopyDir, C:\Poker\William Hill Poker\Mod\Orig cards, C:\Poker\William Hill Poker\data\table\topview\cards, 1
FileCopyDir, C:\Poker\William Hill Poker\Mod\Orig back, C:\Poker\William Hill Poker\data\table\topview, 1
FileCopyDir, C:\Poker\William Hill Poker\Mod\Orig dealer, C:\Poker\William Hill Poker\data\table\topview\coins, 1

;Run the poker client for a second time
Run, casino.exe

;Wait for the client to start and then sleep to allow things to initialise correctly.  Set this sleep time to the same value as the one above
WinWait, %Skin%
sleep 7000

;Copy the modded files into the data folder.  This needs to be changed depending on the location of your mods and the name of your skin
FileCopyDir, C:\Poker\William Hill Poker\Mod\cards, C:\Poker\William Hill Poker\data\table\topview\cards, 1
FileCopyDir, C:\Poker\William Hill Poker\Mod\back, C:\Poker\William Hill Poker\data\table\topview, 1
FileCopyDir, C:\Poker\William Hill Poker\Mod\dealer, C:\Poker\William Hill Poker\data\table\topview\coins, 1

;Delete the Join Similar Table icon.  It's personal preference whether or not you want to keep this icon
FileDelete, C:\Poker\William Hill Poker\data\table\topview\buttons\join_similar_table_icon.png
jenkins_steve is offline   Reply With Quote
Old 07-18-2012, 08:18 PM   #935
journeyman
 
Join Date: Aug 2008
Posts: 214
Re: iPoker card mods? (cash reward)

Thanks jenkins_steve.
Rhibee is offline   Reply With Quote
Old 07-21-2012, 02:49 AM   #936
grinder
 
PandaLife's Avatar
 
Join Date: Mar 2012
Location: Eating your bamboo
Posts: 507
Re: iPoker card mods? (cash reward)

Awesome steve, thanks a lot!
PandaLife is offline   Reply With Quote
Old 07-23-2012, 04:06 PM   #937
journeyman
 
T4ke_My_Roll's Avatar
 
Join Date: Apr 2010
Location: England
Posts: 225
Re: iPoker card mods? (cash reward)

Quote:
Originally Posted by MagicMurderBean View Post
Hey guys, I am new to mods and AHK scripts. I would like to apply this mod to my boylepoker skin and also would like to know how I use the AHK script to avoid the annoying error messages on startup. Is AHK a separate program I need to run each time I start my poker client or just a script I need to insert in the ipoker folder directory on my pc?
T4ke_My_Roll is offline   Reply With Quote
Old 07-24-2012, 03:16 AM   #938
enthusiast
 
Join Date: Sep 2005
Posts: 90
Re: iPoker card mods? (cash reward)

Quote:
Originally Posted by T4ke_My_Roll View Post
Hey guys, I am new to mods and AHK scripts. I would like to apply this mod to my boylepoker skin and also would like to know how I use the AHK script to avoid the annoying error messages on startup. Is AHK a separate program I need to run each time I start my poker client or just a script I need to insert in the ipoker folder directory on my pc?
You need to download autohotkey from http://www.autohotkey.com/download/. This will allow AHK scripts to run.

Then copy my script just 3 posts above to a new file on your computer e.g poker.ahk and for ease of use place that in your poker folder e.g. C:\Poker\Boyle Poker. You will need to edit the script as described by the comments that are in the script so that it matches your particular configuration. For example, your mods need to be placed somewhere and the script needs to point correctly to them and then copy them to the correct folder on your PC.

After the script is set up correctly you'll be able to click on poker.ahk (make a shortcut on your desktop if you like) and it will start up your poker client (twice). If it's done correctly all the mods will be applied and you won't get the error messages.
jenkins_steve is offline   Reply With Quote
Old 08-02-2012, 08:00 PM   #939
old hand
 
LuisBrandao's Avatar
 
Join Date: Mar 2009
Location: Portugal
Posts: 1,237
Re: iPoker card mods? (cash reward)

I'm trying to use Breeze's mod for Poker770 but quite often I receive the error "Casino component 'topview_holdem_omaha' is missing". Other times it works fine. Anyone knows why this is? Thanks
LuisBrandao is offline   Reply With Quote
Old 08-03-2012, 03:10 AM   #940
enthusiast
 
Join Date: Sep 2005
Posts: 90
Re: iPoker card mods? (cash reward)

Quote:
Originally Posted by LuisBrandao View Post
I'm trying to use Breeze's mod for Poker770 but quite often I receive the error "Casino component 'topview_holdem_omaha' is missing". Other times it works fine. Anyone knows why this is? Thanks
Don't really know why it happens but with most of these mods you seem to need to start the client, shut it down and then re-start it again for the mod to work.

Ipoker don't make it easy for mods.
jenkins_steve is offline   Reply With Quote
Old 08-03-2012, 03:18 AM   #941
adept
 
...|...'s Avatar
 
Join Date: Feb 2012
Location: dafaq
Posts: 826
Re: iPoker card mods? (cash reward)

use the ahk.. i couldnt even make it work with the bat but the ahk worked great
...|... is offline   Reply With Quote
Old 08-21-2012, 12:55 PM   #942
stranger
 
Join Date: Jun 2012
Posts: 3
Re: iPoker card mods? (cash reward)

Quote:
Originally Posted by Chewits View Post
I am trying to create my own Card back, (back.bmp) however the client keeps giving me the error. I noticed that the bmp file is indexed to 256 colours. I have got the right dimensions. Is there something im missing here? I am using pokerblaster to encrypt the file.
Care to lend me a copy of the pokerblaster so I can have a play?

Cheers
coolhandpuke is offline   Reply With Quote
Old 09-24-2012, 02:15 PM   #943
journeyman
 
AnubisSi's Avatar
 
Join Date: Oct 2011
Posts: 306
Re: iPoker card mods? (cash reward)

Do any of these cards work well when playing plo? I really love some of them, but when you play PLO you can barely see your hand
AnubisSi is offline   Reply With Quote
Old 11-08-2012, 10:45 AM   #944
grinder
 
Voizzz's Avatar
 
Join Date: Feb 2011
Posts: 555
Re: iPoker card mods? (cash reward)

Quote:
Originally Posted by Envoy222 View Post
Hey guys I posted this in the quick questions thread but got no replies.

I'm wondering if there's a way to block the cashier in betmost from showing your balance:



Just to be crystal clear, something like this would be great:



Will pay $$$ if appropriate.
Thanks.
+1 If anyone knows if this is possible..


Also this skin is pretty neat, does it work on WH?

Quote:
Originally Posted by Rhibee View Post


Last edited by Voizzz; 11-08-2012 at 10:59 AM.
Voizzz is offline   Reply With Quote
Old 11-13-2012, 12:15 PM   #945
grinder
 
Voizzz's Avatar
 
Join Date: Feb 2011
Posts: 555
Re: iPoker card mods? (cash reward)

I tried a bit with the files but it just shows error. Noone has any mod working for WH?
Voizzz is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



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


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive