View Single Post
  #320  
Old 11-25-2007, 07:50 AM
madmonk madmonk is offline
Member
 
Join Date: Dec 2006
Posts: 79
Default Re: New card mod for iPoker

LOL. This software is not actually needed... Here's cmd script which does same but it is free (run this script each time instead of noiq client, you can change your shortcut to point to this cmd file):

Assuming that you've back2.jpg on C:\Poker and you are using NoIQ poker. Change those paths according to your system.

@copy c:\poker\back2_original.jpg "C:\Poker\NoIQ Poker\data\table\topview\back2.jpg"
@start C:\Poker\"NoIQ Poker"\casino.exe
@sleep 5
@copy "C:\Poker\NoIQ Poker\data\table\topview\back2.jpg" c:\poker\back2_original.jpg
@copy C:\Poker\back2.jpg "C:\Poker\NoIQ Poker\data\table\topview\back2.jpg"

back2.jpg should be 800x600.

Cards and other graphics can be changed that way too.

Here is example of working back2.jpg:

Reply With Quote