Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #16  
Old 16-01-2022, 06:42
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 206
Thanks: 92
Thanked 34 Times in 28 Posts
Snake288 is on a distinguished road
can you show me an example of how I can create a batch file ?

another request (https://fileforums.com/showthread.php?t=104867 ) it is located in the connection (installation.exe) how (WemTool.exe with -d parameter) (installation.can I add it to the exe)?
Reply With Quote
Sponsored Links
  #17  
Old 16-01-2022, 07:03
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 187 Times in 101 Posts
:( Sad8669 is on a distinguished road
Create a new text document, insert command WemTool.exe -d/e and rename ".txt" to ".bat".
Reply With Quote
  #18  
Old 16-01-2022, 11:07
Snake288 Snake288 is offline
Registered User
 
Join Date: Nov 2018
Location: Paris
Posts: 206
Thanks: 92
Thanked 34 Times in 28 Posts
Snake288 is on a distinguished road
Exec2(ExpandConstant('{app}\WemTool.exe'), '-d')

the above code is located below (Installer Script_3.0.0.1.b9_[2021.09.11].isp) I want to add can I get help?

InstallerScript_3.0.0.1.b9_[2021.09.11].iss

.iss.html]InstallerScript_3.0.0.1.b9_[2021.09.11].iss - 1.1 MB
Reply With Quote
  #19  
Old 16-01-2022, 12:17
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,169
Thanks: 284
Thanked 1,365 Times in 617 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
Thank you very much for your help, I appreciate helping beginners like me. I have a last question about the executable Wemtool.exe where should I put it? next to my installer.ISS?
Put WemTool in the archive which you are compressing or you can add it as a file in the inno script and extract it via ExtractTemporaryFile (you will need to make sure that you tell Inno to extract it to {app} in the [Files] section and not {tmp}).
Reply With Quote
The Following 2 Users Say Thank You to Masquerade For This Useful Post:
:( Sad8669 (08-04-2022), fabrieunko (16-01-2022)
  #20  
Old 16-01-2022, 12:56
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 172
Thanks: 285
Thanked 52 Times in 45 Posts
fabrieunko is on a distinguished road
thank you I will test in the next few days, but is it normal for lines of code to scroll at full speed with this version of wemtool? I didn't see this in the old version.
Reply With Quote
  #21  
Old 16-01-2022, 14:44
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,169
Thanks: 284
Thanked 1,365 Times in 617 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
thank you I will test in the next few days, but is it normal for lines of code to scroll at full speed with this version of wemtool? I didn't see this in the old version.
Yes, normal, mparallel is more verbose than mtp.
Reply With Quote
  #22  
Old 11-05-2022, 06:55
Dragonis40 Dragonis40 is offline
Registered User
 
Join Date: Mar 2021
Location: italy
Posts: 60
Thanks: 0
Thanked 3 Times in 3 Posts
Dragonis40 is on a distinguished road
Hello everybody! Once all .wem files have been compressed by Wemtool, which is the best compression method for .ww and .dffz file? Do I have to use ogg encoder or what? Thank you for your answer!
Reply With Quote
  #23  
Old 11-05-2022, 09:50
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,169
Thanks: 284
Thanked 1,365 Times in 617 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by Dragonis40 View Post
Hello everybody! Once all .wem files have been compressed by Wemtool, which is the best compression method for .ww and .dffz file? Do I have to use ogg encoder or what? Thank you for your answer!
Just srep+lzma or something light + fast. The ww files are already compressed and so are the diffs (diffs are compressed with lzma2).
Reply With Quote
  #24  
Old 24-08-2024, 14:22
wareck wareck is offline
Registered User
 
Join Date: Dec 2017
Location: Mars
Posts: 48
Thanks: 12
Thanked 23 Times in 16 Posts
wareck is on a distinguished road
hi
just a little tip...
At the end of its process, wemtool searches in its working folder for all “.DIFFZ” files and deletes them.
So if you have other patches to execute during the installation, think of renaming them otherwise...
It sounds silly, but I've been trying all day to find out why my batch processing was crashing the crc correction of the BK2 files...

(my batch first run wemtool -d, then bink_unpack and hpatchz crc for bad bk2 files. my crc diff was call video1.diffz before I understand ...)
Reply With Quote
  #25  
Old 25-08-2024, 06:31
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,414
Thanks: 1,078
Thanked 7,026 Times in 2,659 Posts
KaktoR is on a distinguished road
You don't need manual bink patching anymore since there is a xtool plugin for this.
__________________
Haters gonna hate
Reply With Quote
  #26  
Old 01-09-2024, 23:45
wareck wareck is offline
Registered User
 
Join Date: Dec 2017
Location: Mars
Posts: 48
Thanks: 12
Thanked 23 Times in 16 Posts
wareck is on a distinguished road
yes I know, but on the last game I converted one big video make some mess with xtool plugin (CRC error at decompress).
So I just work "outside" diskpangui to compress and diff patch this specific file.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Anno 1701 won't load, just get a blue screen! Shadow22 General Gaming 5 28-08-2012 13:52
Nero PMA Update failure angelosbg CD/DVD Software & Utilities 9 24-09-2008 04:40
CPU jumps up to 100% now, not before dav6 Software 11 24-05-2008 04:33
S.T.A.L.K.E.R. Shadow of Chernobyle - Crashing Cpt.Canuck General Gaming 4 23-03-2007 13:01
The Godfather, Game -- Unusual Error dvdmations PC Games 4 05-05-2006 04:04



All times are GMT -7. The time now is 16:44.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com