home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / simv107.zip / SIM.TXT < prev   
Text File  |  1993-01-02  |  2KB  |  40 lines

  1. SUBJECT: SIM CITY-REMOVE RED! V1.07
  2.  
  3. Ok, I see alot of you guys are looking for some way to get  
  4. rid of the red sheet! Well, since its Christmas, I'll be    
  5. nice and give it to you guys!! All you need is the DEBUG    
  6. command. Also, the code won't work if you have any of the   
  7. graphics disk installed(Future+Western). Heres what you do: 
  8.                                                             
  9. 1. Go into the Sim City directory                           
  10. 2. type: rename simcity.exe simcity.bin and hit enter       
  11. 3. type: debug simcity.bin and hit enter                    
  12. 4. You'll see a - sign. Type: r and hit the enter key       
  13. 5. the next few lines will show stuff like: AX=0000, etc..  
  14.    find the one that says DS=####(#=numbers). Add 2 to the  
  15.    first digit(i.e. DS=1023, add 2, DS=3023)                
  16. 6. now type: e 3023:1884(make sure you put the 1884!!) and  
  17.    hit enter                                                
  18. 7. type: w and hit enter                                    
  19. 8. type: q and hit enter       
  20. 9. type: rename simcity.bin simcity.exe and hit enter       
  21.                                                             
  22. Wooooooops, I forgot ONE thing! after you add 2 to the      
  23. number type it in(i.e. 321w:1884) and then hit the enter    
  24. key! You should see 74: now type in 2 zeros and hit enter.  
  25. Now type the w(enter) and q(enter). Sorry about that!       
  26.                                                             
  27.                                              -Paul          
  28.  
  29.  
  30.  
  31. For those with a hex editor utility (not that DEBUG         
  32. futility; what a joke! Do you guys use EDLIN to write       
  33. letters?).            find:   0C 87 00 74 03                
  34.                  change to:   0C 87 00 00 03                
  35.                                                             
  36.    all in the SIMCITY.EXE file...                           
  37.                                               -Cathy        
  38.  
  39.  
  40.