IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules GTA: San Andreas

TOPIC TITLE FORMAT
[SnP] Mission name [v1/2]
REQUESTER FORMATHELPER FORMAT
Missions: mission name(s) here
Link: the URL to your saved game here
Notes: anything you want the helper to be aware of when they do your mission for you
For: name of the person whose mission you've done...this will be explained later
Missions: list of missions you completed
Helper: your name...again this be explained later
Link: the URL to the saved game

Useful Links:

Pages: (9) « First ... 7 8 [9]   ( Go to first unread post ) Reply to this topicStart new topicStart Poll

 Easy script switcher [PC]

 Switch scripts or toggle cleo off/on
 
OrionSR  
Posted: Tuesday, Aug 21 2012, 10:34
Quote Post


Chain Game Development Team
Group Icon
Group: Members
Joined: May 23, 2007

Member Award




I had problems with this batch file when I installed a new hard disk with Windows 7 but continued to run the game off the old hard drive which is now installed as disk F:. I edited the New Method section of the batch file to avoid querying the registry and assigned the path manually. If you have experience with paths and batch files you might be able to adapt the snippet below to work on your computer (drive F: probably won't work for you).

CODE
::.................................NEW METHOD (from v0.4)...Hacked.............................
::
::for /f "skip=2 tokens=3*" %%G in ('reg query "HKLM\SOFTWARE\Rockstar Games\GTA San Andreas\Installation" /v Exepath') do set GAMEPATH=%%G %%H
::^ original method (XP) commented out
::set GAMEPATH=%GAMEPATH:\gta_sa.exe=%
::^ original method commented out
set GAMEPATH="F:\Program Files\Rockstar Games\GTA San Andreas"
::^ manually assign the game path
set SCRIPTPATH=%GAMEPATH%\data\script
::
PM
  Top
 

 
CCPD  
Posted: Sunday, Aug 26 2012, 18:13
Quote Post


Boss
Group Icon
Group: Zaibatsu
Joined: May 1, 2006

Member Award




Have no experience so all these look alien to me. Any chance you could edit the game path (D:\Games\Rockstar Games\GTA San Andreas\data\script) for me or it has to be my system file from my computer?
Users WebsitePM
  Top
 

 
OrionSR  
Posted: Sunday, Aug 26 2012, 18:39
Quote Post


Chain Game Development Team
Group Icon
Group: Members
Joined: May 23, 2007

Member Award




Use any text editor to find the codes below:

CODE
::.................................NEW METHOD (from v0.4)......................................
::
for /f "skip=2 tokens=3*" %%G in ('reg query "HKLM\SOFTWARE\Rockstar Games\GTA San Andreas\Installation" /v Exepath') do set GAMEPATH=%%G %%H
set GAMEPATH=%GAMEPATH:\gta_sa.exe=%
set SCRIPTPATH=%GAMEPATH%\data\script
::


And change it to look like this:

CODE
::.................................NEW METHOD (from v0.4)...Hacked.............................
::
::for /f "skip=2 tokens=3*" %%G in ('reg query "HKLM\SOFTWARE\Rockstar Games\GTA San Andreas\Installation" /v Exepath') do set GAMEPATH=%%G %%H
::set GAMEPATH=%GAMEPATH:\gta_sa.exe=%
set GAMEPATH="D:\Program Files\Rockstar Games\GTA San Andreas"
set SCRIPTPATH=%GAMEPATH%\data\script
::


PM
  Top
 

 
CCPD  
Posted: Sunday, Aug 26 2012, 18:40
Quote Post


Boss
Group Icon
Group: Zaibatsu
Joined: May 1, 2006

Member Award




After passing my short brainf*ck I successfully tailored switcher to my needs. By the way if you check you'll see that I have a different path than you provided (no Program Files folder) and I had no idea where to actually put it. Just simple steps that could have make it easier for someone who's new to this. Luckily I figured it out, so thanks for code.

This post has been edited by CCPD on Sunday, Aug 26 2012, 18:50
Users WebsitePM
  Top
 

 
shoumic  
Posted: Tuesday, Dec 11 2012, 16:59
Quote Post


Big Homie
Group Icon
Group: Members
Joined: Jul 9, 2012

bg.gif

Member Award




I recently downloaded this script switcher but I cant get it to work. Can someone help me? I hate switching scripts manually.

I solved it.

This post has been edited by shoumic on Sunday, Mar 24 2013, 19:09
PM
  Top
 

 

0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

0 Members:

Pages: (9) « First ... 7 8 [9] 

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG