help removing something

no_remorse28

Club Cricketer
Joined
Dec 24, 2004
Online Cricket Games Owned
could some one make it so in my game the arrow wich indicates what way the ball is going t spin, seem or swing is frozen because i play against my brother and if for example he is a spinner i no when he is bowling wronguns or dooseras. this meens special deliveries have little effect on our games. if it was made unpredictable we would have a bit more of realism into our games
 
Last edited:
If you are playing it from your PC then try this, let me know if it works or not!
  • Open 7ac69a95d810236a72e073135195d310.big and extract ig_scorebox_pc.rfe
  • Now open that .rfe file and find
    Code:
          <TextButton ID="1" Color="ffffff50" FontColor="ffffff00" Font="Font2" FontSize="16" xPos="16.000000" yPos="16.000000" Depth="10.000000" Width="16.000000" Height="32.000000" Left="0" Up="0" Down="0" Right="0" Text="" Texture="ballarwl" Justification="0"/>
          <TextButton ID="2" Color="ffffff50" FontColor="ffffff00" Font="Font2" FontSize="16" xPos="32.000000" yPos="16.000000" Depth="10.000000" Width="16.000000" Height="32.000000" Left="0" Up="0" Down="0" Right="0" Text="" Texture="ballarwr" Justification="0"/>
  • Now replace the above with the following
    Code:
          <TextButton ID="1" [B]Color="ffffff00"[/B] FontColor="ffffff00" Font="Font2" FontSize="16" xPos="16.000000" yPos="16.000000" Depth="10.000000" Width="16.000000" Height="32.000000" Left="0" Up="0" Down="0" Right="0" Text="" Texture="ballarwl" Justification="0"/>
          <TextButton ID="2" [B]Color="ffffff00"[/B] FontColor="ffffff00" Font="Font2" FontSize="16" xPos="32.000000" yPos="16.000000" Depth="10.000000" Width="16.000000" Height="32.000000" Left="0" Up="0" Down="0" Right="0" Text="" Texture="ballarwr" Justification="0"/>
  • Save that .rfe file and import it back into that 7ac...big file, and finally place that big file under your cricket 2005 root folder
 

Users who are viewing this thread

Top