Author
|
Topic: do i have to delete the bin file and then......
|
Z Serf
Posts: 24 From: Sg Registered: Jan 2002 |
posted 22 January 2002 23:19
when i open a character to make the bin file appear. will dat overwrite the existing bin file in that same folder that i use it to keep the bin file for my mod?(data\gobal \excel)<--- something like dis , i follow the tutorial pathOr do i need to delete the existing bin file first then open character to make the bin file appear 1 more question , do i need to put the txt file which i wan to mod at the same folder which i use to collect the bin file? sorry my english language not dat gd hope u all understand wat i trying to say

|
Watcher WarLord
  
Posts: 196 From: Who cares anyway? Registered: Oct 2001 |
posted 23 January 2002 00:00
I think I understand... let's see.I think the bin files will overwrite, but it's safest to delete the existing bin first. And yes, you MUST put the txt file in \data\global\excel BEFORE generating bins, otherwise you'll get an unmodded bin. Watcher ------------------ To fail is human. Complete breakdown requires a computer.

|
Z Serf
Posts: 24 From: Sg Registered: Jan 2002 |
posted 23 January 2002 00:10
thank alot , then wat about those .tbl file do i need to put on dat folder also? data\local\eng <---something like dis forget liao , hehe i at my sch so cannot refer to my folder hehe quite troublesome hor , i keep delete and then copy and paste then delete ....sometime make myself so blur until i forget to do it or i replace the bin file on the wrong folder ------------------ Aikawa Nanase , Max and Mayday rock

|
RicFaith Moderator
   
Posts: 2735 From: Singapore Registered: Aug 2001 |
posted 23 January 2002 14:21
hey Z, I see you're from Singapore too. nice to see another one of us around! I think that brings the total to four? Good luck modding.You must remove all the bins before starting up the mod, because the game looks for .bin files before .txt files, and if the .bin file is already there, it will not generate and hence your modding .txt file will not work. allow me to share my clearbin.bat file: --- @echo off d: cd\progra~1\diablo~1\mod\joe\data\global\excel if exist *.bin goto clearbin goto fin :clearbin del *.bin :fin exit --- well this is customised to suit my setup, where the Diablo II directory is in D:\Program Files\Diablo II, and the mod starts in ....\mod\joe\ so say if your Diablo II directory is C:\Diablo II, you should change the D: to C: and remove the progra~1\ from the target directory well save the result in a .bat file (make sure it's a .bat file) using Notepad. and voila! you'll get a one-click file to remove all the dumb bins  ------------------ ~ La Vie est comme l'aspirateur, elle suce... ~ ~BG Mod~

|
Z Serf
Posts: 24 From: Sg Registered: Jan 2002 |
posted 23 January 2002 19:34
quote: Originally posted by RicFaith: hey Z, I see you're from Singapore too. nice to see another one of us around! I think that brings the total to four? Good luck modding.You [b]must remove all the bins before starting up the mod, because the game looks for .bin files before .txt files, and if the .bin file is already there, it will not generate and hence your modding .txt file will not work. allow me to share my clearbin.bat file: --- @echo off d: cd\progra~1\diablo~1\mod\joe\data\global\excel if exist *.bin goto clearbin goto fin :clearbin del *.bin :fin exit --- well this is customised to suit my setup, where the Diablo II directory is in D:\Program Files\Diablo II, and the mod starts in ....\mod\joe\ so say if your Diablo II directory is C:\Diablo II, you should change the D: to C: and remove the progra~1\ from the target directory well save the result in a .bat file (make sure it's a .bat file) using Notepad. and voila! you'll get a one-click file to remove all the dumb bins  [/B]
so if my diablo2 is inside d:\game\diablo2\data\global\excel so i write something like this in my txt fole is it? @echo off d: cd\game\diablo2\data\global\excel if exist *.bin goto clearbin goto fin :clearbin del *.bin :fin exit Is there is anything wrong wif the txt file , help mi correct it
ya i am from SG hehe
------------------ Aikawa Nanase , Max and Mayday rock

|