MercerMeka Posted January 26, 2021 Share Posted January 26, 2021 That's awesome, Pellape. I'm not familiar with how to do this for my self. Can you explain how we do it? I assume I just can edit the Launch CSE.bat to say what you've written. But what about the top box? I don't have a Oblivion.bat. Do I create it my self? Link to comment Share on other sites More sharing options...
KatsAwful Posted January 26, 2021 Share Posted January 26, 2021 https://www.nexusmods.com/oblivion/mods/47125/This is an example Link to comment Share on other sites More sharing options...
Pellape Posted January 27, 2021 Author Share Posted January 27, 2021 (edited) Yes, just copy the text from the first box and put it in the CSE Launch.bat or make a new bat file and call it CSE.bat and the text in the second box, you just copy and put in a textfile you name Oblivion.bat What you need to edit is the patch to where your game is so you must edit cd "<Your path>\Oblivion" The command cd = Change Directory in both Unix and MS-DOS :wink: Example: cd i:\Games\Oblivion rem ; or cd "C:\Program Files\Oblivion" Damn, I just recalled: If you have your game on a different drive than C:, you must change drive before you do a cd so lets say you have the game on drive D: D: cd D:\Oblivion NOTENotepad wants to add txt in the end of every file it saves so be sure you click the *.txt in the save window and change it to *.* or your files will be named CSE.bat.txt and Oblivion.bat.txt and then they will not work. If your files gets named bat.txt, just rename them by checking hidden extensions in File Explorer or rename them from CMD with ren Oblivion.bat.txt Oblivion.bat ren CSE.bat.txt CSE.bat BackgroundBefore windows came 1991, we used loads of bat files in MS-DOS and I still do... :wink: What I made first in my first MS-DOS based comp was of course to make menus to start different applications with, all in the bat form or rather batch form which is the proper name. Well I did had a graphic computer as well, Atari ST and later several different Atari computers but my first one did not have a mouse, the 8-bit Atari 130XE which I still have on my desk by the way. Edited January 27, 2021 by Pellape Link to comment Share on other sites More sharing options...
MercerMeka Posted January 28, 2021 Share Posted January 28, 2021 Thanks a lot for the explanation, Pellape. I'll try it out. Link to comment Share on other sites More sharing options...
Pellape Posted January 28, 2021 Author Share Posted January 28, 2021 (edited) Well tell me how it goes, as it is not that complicated really and if you do not get it working, I will solve it most likely. If you wanna know exact what happens: REM = Remark which works exact as ; in ini files and many script languagesREN = Rename -> Rename "this file" "to that file"CD = Change directoryX: = Change drive from C: to X: as CMD (former MS-DOS) always start at C: by default Notepad = Execute Notepad :wink: Notepad atextfile.bat = Start notepad with a file called atextfile.bat Edited January 28, 2021 by Pellape Link to comment Share on other sites More sharing options...
Pellape Posted February 4, 2021 Author Share Posted February 4, 2021 (edited) My bug report I made was closed as he does not consider it as a bug. So he thinks it is alright to slow others games down? It made a huge impact for my game performance for sure. He should have this hat Edited February 4, 2021 by Pellape Link to comment Share on other sites More sharing options...
MercerMeka Posted February 6, 2021 Share Posted February 6, 2021 Hey Pellape,I tried your bat file and it works. I'm not sure how much I can feel it. Perhaps a little faster.Thanks for the help. Link to comment Share on other sites More sharing options...
Pellape Posted February 6, 2021 Author Share Posted February 6, 2021 Cool. :) It is still odd that the author do not see what wonders those bat files are doing. I bet he like to have a slow game. It could matter though if he run a super new computer with 4 cores and the best Nvidia Graphic card, then he might not notice it. His DLL's might also have other abilities that I do not know about that he likes to use when he is playing? I prefer if the game just run smooth, not like walking in butter. I do use a simple AMD Graphic card at this laptop after all. Link to comment Share on other sites More sharing options...
JustChill Posted February 10, 2021 Share Posted February 10, 2021 I honestly would never ever run vanilla CS again.Especially as CSE has achievements. Try to alter a base game Dialogue Topic by adding a new response into the "Add Topic" field.The CSE will inform you about you being dumb. XDDDDDD Adding new responses to a base game topic should only be done in the result script of said topic.With the command"AddTopic <your new topic>". I even unlocked the achievement, where it tells you that you are using the CSE for a few hours without having it crashing. XD Link to comment Share on other sites More sharing options...
MercerMeka Posted February 10, 2021 Share Posted February 10, 2021 Pellape, I've noticed that all my driver files except obse_loader.exe is now changed permanently it seems. I kept backup of all of them but they weren't they supposed to be renamed back after the batch file is run? Link to comment Share on other sites More sharing options...
Recommended Posts