hmvartak Posted September 23, 2008 Share Posted September 23, 2008 Nice work rubregg! I have little suggestion for your tool. If you make some minor changes in batch file, it can be used to start the game too. :ASK:: echo. echo change to [1] v1, [2] v2, [h] Hot Coffee, Spaceeinstein or [e] Start game echo or set /p PRESSEDKEY= [c] toggle CLEO status (disable/enable) / [q] quit: :: if %PRESSEDKEY%==1 (set NEWVER=v1) else ( if %PRESSEDKEY%==2 (set NEWVER=v2) else ( if %PRESSEDKEY%==h (set NEWVER=hc) else ( if %PRESSEDKEY%==s (set NEWVER=sp) else ( if %PRESSEDKEY%==c (goto :CLEO) else ( if %PRESSEDKEY%==q (goto :eof) else ( if %PRESSEDKEY%==e (start gta_sa.exe) else ( goto :ASK ) ) ) ) ) ) ) Above code will ask user to press 'e' to start game or if below code is used, it will automatically start game after switching files. ................OUTPUT / SUCCESS / RAAAH............:: echo. echo. echo. echo successfully installed %NEWMESSAGE% set OLDVER=%NEWVER% start gta_sa.exe // or nosplash.exe goto :eof And I think save games can also be switched by this tool. I would really like to see this feature in your tool. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058556021 Share on other sites More sharing options...
rubregg Posted September 24, 2008 Author Share Posted September 24, 2008 Thanks hmvartak, good idea to start the game from within the script switcher. I don't like the idea of an automatic start, but I'll include a 'start game' key. What exactly do you mean by switching save files? Switch back and forth between two sets? A proper save file manager is probably more than I can handle. But while we're at it, I'm wondering about file sizes to implement a better check of the installed version. I know of these two: main.scm size: v1 3079599 -- v2 3079744 Does anyone know if there are any other original script versions (v1.01, what else...?) or is that it? Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058556895 Share on other sites More sharing options...
Arkeid Posted September 24, 2008 Share Posted September 24, 2008 But while we're at it, I'm wondering about file sizes to implement a better check of the installed version. I know of these two: main.scm size: v1 3079599 -- v2 3079744 Does anyone know if there are any other original script versions (v1.01, what else...?) or is that it? I see Script: •V3.....(Not Tried) @ direct2Drive.com Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058556970 Share on other sites More sharing options...
Girish Posted September 24, 2008 Share Posted September 24, 2008 But while we're at it, I'm wondering about file sizes to implement a better check of the installed version. I know of these two: main.scm size: v1 3079599 -- v2 3079744 Does anyone know if there are any other original script versions (v1.01, what else...?) or is that it? I see Script: •V3.....(Not Tried) @ direct2Drive.com AFAIK, the v3 scripts are the same as v2 scripts. I have completed v3 SnPs using v2 scripts. So, I don't see a need to include another option for v3. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058557068 Share on other sites More sharing options...
rubregg Posted September 24, 2008 Author Share Posted September 24, 2008 AFAIK, the v3 scripts are the same as v2 scripts. I have completed v3 SnPs using v2 scripts. So, I don't see a need to include another option for v3. Thanks girishb, good to know. FYI, I'm currently working on yet another new version. Bye-bye label file, hello new routine to determine currently installed scripts. Looks as it'll be a file compare of the installed main.scm with the contents of the subfolders v1, v2 etc. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058557315 Share on other sites More sharing options...
rubregg Posted September 25, 2008 Author Share Posted September 25, 2008 (edited) Update: v0.7 released Download (http://files.filefront.com/sa+scriptchange+07zip/;11887924;/fileinfo.html) NEW in v0.7: • Start GTASA from within the script switcher: normal or nosplash (if nosplash.exe present). • New routine to determine the installed scripts. • Label file not needed anymore, old one(s) will be deleted. NEW in v0.6: • Easy disabling and enabling of the CLEO library (if installed). • It's now possible to re-install a script version the program thinks is already running (makes things easier for users of SannyBuilder). --> see it all in the edited top of thread (http://www.gtaforums.com/index.php?showtopic=244165&view=findpost&p=3688363) Thank You: hmvartak for suggesting the 'Start Game' feature OrionSR for testing & help on the file compare routine As usual - please use, comment, improve, enjoy Edited September 25, 2008 by rubregg Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058558972 Share on other sites More sharing options...
Girish Posted September 25, 2008 Share Posted September 25, 2008 Pretty good, Alex. Everything works sweet for me except starting the game without the splash screen. I hit 'n' and it says 'feature not available'. Is something wrong with my game? Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058558984 Share on other sites More sharing options...
rubregg Posted September 25, 2008 Author Share Posted September 25, 2008 Pretty good, Alex. Everything works sweet for me except starting the game without the splash screen. I hit 'n' and it says 'feature not available'. Is something wrong with my game? No, there's nothing wrong with your game. Starting without the splash screen needs NoSplash.exe and NoSplash.dll present in the game's main directory, i.e. this feature has to be installed separately. If it is installed, then it can be used. (Nosplash doesn't work with my game so I don't have it installed either.) OrionSR reported it works for him. Good to hear the rest seems to be working for you. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058559021 Share on other sites More sharing options...
Girish Posted September 25, 2008 Share Posted September 25, 2008 Oh, glad to hear that. And good job once again. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058559080 Share on other sites More sharing options...
Arkeid Posted September 25, 2008 Share Posted September 25, 2008 Yay, Start the game directly ! Uh,.....Is there another mirror please,I have trouble downloading at Filefront....... Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058559099 Share on other sites More sharing options...
Girish Posted September 25, 2008 Share Posted September 25, 2008 Uh,.....Is there another mirror please,I have trouble downloading at Filefront....... How could you miss this? *http://rubregg.p2partesans.com/sa/sc/sa_scriptchange_0.7.zip Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058559106 Share on other sites More sharing options...
Arkeid Posted September 25, 2008 Share Posted September 25, 2008 Oh,Missed that , Sorry, I'm kinda Sleepy now...After Download gonna Sleep.... Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058559115 Share on other sites More sharing options...
rubregg Posted October 1, 2008 Author Share Posted October 1, 2008 This is for reference / note to self and FYI @ who's interested. CLEO disabling Phreak has posted something on this in the chain game lounge (http://www.gtaforums.com/index.php?showtopic=298966&view=findpost&p=1058540269). I dug a little through the cleo folders and it looks as if vorbisFile.dll and vorbishooked.dll (the original vorbisFile.dll) don't actually belong to cleo itself, but are the ASI Loader. This will load cleo.asi (and other .asis in the game's main folder). cleo.asi seems to be the actual cleo file, so the cleo routine in the script switcher will indeed switch off cleo - but only cleo and not any other .asis you might be running. any asi files in gta-sa folder will be loaded on startup, that is immediately when program loads. asi files are simply dll files with asi extension, you can use them to hook code in gta-sa executable etc.. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058570368 Share on other sites More sharing options...
cacarla Posted October 1, 2008 Share Posted October 1, 2008 So, you're script switcher toggles the cleo.asi on/off right Rubregg? What are these other .asi's. Are they present in a normal ,unmodded game? Do these .asi's harm the In-game components? Can all these .asi's be integrated to the script switcher in such a way that it switches all of them on/off(including cleo) ? Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058570652 Share on other sites More sharing options...
rubregg Posted October 14, 2008 Author Share Posted October 14, 2008 Sorry, missed that posting. So, you're script switcher toggles the cleo.asi on/off right Rubregg?Right cacarla, the script switcher toggles cleo.asi "off" by renaming it to cleo.asi.bup. What are these other .asi's. Are they present in a normal ,unmodded game? Do these .asi's harm the In-game components? Can all these .asi's be integrated to the script switcher in such a way that it switches all of them on/off(including cleo) ?In a normal unmodded game there are no .asis at all. cleo.asi is the only .asi I've come across so far - maybe some mods use them. They'd have to be in the game's main folder to be loaded by the asi loader, so just check that folder of yours to see if you have any in there. In case some other mods use other .asis, I wouldn't know if disabling the asi loader is all that's required to disable these specific mods or if this would mess up things. That's why I'll leave my routine as it is for now. It's doing all it's supposed to do. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058594998 Share on other sites More sharing options...
cacarla Posted October 15, 2008 Share Posted October 15, 2008 That's why I'll leave my routine as it is for now. It's doing all it's supposed to do. No doubt about that Rubregg. The script switcher works flawlessly for me and to many others also. Just curious to know about these .asis. Thanks Rubregg . See ya around mate. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058595663 Share on other sites More sharing options...
rubregg Posted December 25, 2008 Author Share Posted December 25, 2008 @Rubregg, one question about the Script Switcher tool, Will it work with switching between the Mission Passer's main.scm/Pillager's main.scm, and the Original main.scm?Technically yes; as long as a mod consists only of 'main.scm' and 'script.img', you can highjack either of the v1, v2 or hot coffee folders for that mod. On-screen messages will not be altered by this, so you'll have to remember where you put your different mods. If a mod only consits of 'main.scm' you'll have to add your original 'script.img' to the subfolder anyway, otherwise you'll get a file-missing error message. Got the real-names switcher to work? Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1058808054 Share on other sites More sharing options...
rubregg Posted April 24, 2009 Author Share Posted April 24, 2009 Some dead links on the front page are now updated. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059168419 Share on other sites More sharing options...
haroon132 Posted June 10, 2009 Share Posted June 10, 2009 I need some Backup link for easy script switcher since both this Links are dead please can somebody post some new link in this Thread or pm me please Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059279441 Share on other sites More sharing options...
Girish Posted June 11, 2009 Share Posted June 11, 2009 I need some Backup link for easy script switcher since both this Links are dead please can somebody post some new link in this Thread or pm me please Both? The mirror is still working for me. Click me. @rubregg: Can you upload the switcher to GTAGarage? That would ensure permanent hosting for it. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059279833 Share on other sites More sharing options...
rubregg Posted June 16, 2009 Author Share Posted June 16, 2009 Bugger it - all my filefront uploads have disappeared. wtf!?!?!! ...yeah, I'll see what I can do about this, thanks for the heads-up. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059293247 Share on other sites More sharing options...
hetment Posted June 17, 2009 Share Posted June 17, 2009 Hey rugbregg..... your pc script switcher don't works more me it says no script files were found.......... what is the exact location your script switcher aims?? i can then arrange files like that ...... i have v2 scripts and v1 also but cleo tooo Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059293873 Share on other sites More sharing options...
hmvartak Posted June 17, 2009 Share Posted June 17, 2009 Hey rugbregg..... your pc script switcher don't works more me it says no script files were found.......... what is the exact location your script switcher aims?? i can then arrange files like that ...... i have v2 scripts and v1 also but cleo tooo First you need to make folder named v1, v2, hc & sp in 'data\script folder'. And put corresponding script files in those folders. Have you done this? Here are instructions from readme file. First Installation -- Make backup copies of all your different version script files!!! -- Make backup copies of '..\text\american.gxt' if you're using the spaceeinstein mod!!! -- Make a backup copy of '..\cleo.asi' if you're using the CLEO library!!! -- Make sure you have write access in the folders specified above in the first 3 paragraphs of 'Basics'. -- Go to your GTA SA script folder (e.g. 'C:\Program Files\GTA San Andreas\data\script'). -- In there create subfolders called 'v1', 'v2', 'hc' & 'sp' (all file & folder names without ' ' of course). -- Put the script files ('main.scm' and 'script.img') of v1 into the subfolder 'v1', those of v2 into subfolder 'v2' and those of Hot Coffee into subfolder 'hc'. -- Put all the files of the spaceeinstein mod ('main.scm', 'script.img' and 'american.gxt') into the subfolder 'sp'. -- Unzip 'sa_scriptchange.bat' to any convenient location. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059293891 Share on other sites More sharing options...
hetment Posted June 17, 2009 Share Posted June 17, 2009 hmmmm hmvartak you mean that i neeed space mod and hot cofeee also??? where the hell i will get hot coffeee...... and even where i will get spaceint mod....... Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059293915 Share on other sites More sharing options...
hmvartak Posted June 17, 2009 Share Posted June 17, 2009 hmmmm hmvartak you mean that i neeed space mod and hot cofeee also??? where the hell i will get hot coffeee...... and even where i will get spaceint mod....... If you don't have them, you can leave hc, sp folders empty. Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059293928 Share on other sites More sharing options...
hetment Posted June 17, 2009 Share Posted June 17, 2009 oh ok,,, i wil try this in 1 or 3 days a si neede cleo now for mission makings.... i will disable cleo later but i hve one more ques...... can cleo be enabled again with script switcher????????? Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059293932 Share on other sites More sharing options...
hmvartak Posted June 17, 2009 Share Posted June 17, 2009 (edited) oh ok,,, i wil try this in 1 or 3 days a si neede cleo now for mission makings.... i will disable cleo later but i hve one more ques...... can cleo be enabled again with script switcher????????? Script switcher can be used to enable/disable CLEO. 'C' is the key. Can you see this screen? Edited June 17, 2009 by hmvartak Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059293940 Share on other sites More sharing options...
hetment Posted June 17, 2009 Share Posted June 17, 2009 lol when i open that screenshot it ius way too small for seeing anythinhg . but i was to know..... thanks for telling.... i will tryn it tomorrow or day afrter tomorrow Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059293959 Share on other sites More sharing options...
rubregg Posted June 17, 2009 Author Share Posted June 17, 2009 (edited) Thanks hmvartak for helping out! @hetmet Thanks for your interest in the script switcher. No, you don't have to use the spaceeinstein or hot coffee mods, just ignore stuff about mods you don't want to use. If you only want to switch between v1 and v2, then v1 and v2 scripts is all you need. If you only want to switch between, say, v1 and hot coffee, then you don't need v2 and spaceeinstein scripts. Etc... Same goes for Cleo - if you're not using it, just don't use the "C" option. If you want to use this tool for switching Cleo on and off, you first need Cleo installed - Cleo doesn't come with this program. If you do have Cleo installed you can switch it off and later switch it on again. I strongly recommend reading the readme though, or the instructions on the front page, it's really all explained in there... @everyone Any idea what went on with FileFront? I just checked and OrionSR's files are all gone too. My own files were still there after FileFront was briefly down and then relaunched, now everything is gone. GTA Garage Ok, so I just uploaded the script switcher to GTA Garage, hope I did everything right. Can't seem to link this topic to the mod - does this only work with topics in the Mod Showroom? Also I don't know how long it'll take until downloading works, but here is the link: Script Switcher at GTA Garage Edited June 17, 2009 by rubregg Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059294223 Share on other sites More sharing options...
trickstar34 Posted June 17, 2009 Share Posted June 17, 2009 Thanks hmvartak for helping out! @hetmet Thanks for your interest in the script switcher. No, you don't have to use the spaceeinstein or hot coffee mods, just ignore stuff about mods you don't want to use. If you only want to switch between v1 and v2, then v1 and v2 scripts is all you need. If you only want to switch between, say, v1 and hot coffee, then you don't need v2 and spaceeinstein scripts. Etc... Same goes for Cleo - if you're not using it, just don't use the "C" option. If you want to use this tool for switching Cleo on and off, you first need Cleo installed - Cleo doesn't come with this program. If you do have Cleo installed you can switch it off and later switch it on again. I strongly recommend reading the readme though, or the instructions on the front page, it's really all explained in there... @everyone Any idea what went on with FileFront? I just checked and OrionSR's files are all gone too. My own files were still there after FileFront was briefly down and then relaunched, now everything is gone. GTA Garage Ok, so I just uploaded the script switcher to GTA Garage, hope I did everything right. Can't seem to link this topic to the mod - does this only work with topics in the Mod Showroom? Also I don't know how long it'll take until downloading works, but here is the link: Script Switcher at GTA Garage If you want I can host it on my site GrandTheftAuto-Gaming.com? Link to comment https://gtaforums.com/topic/244165-easy-script-switcher-pc-v1-only/page/4/#findComment-1059294333 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now