Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29-10-2020, 10:28
ozolt ozolt is offline
Banned
 
Join Date: Dec 2017
Location: Random
Posts: 16
Thanks: 16
Thanked 1 Time in 1 Post
ozolt is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
I'll add "+" as a resource string and if you want to change it as a user, you'd have to do it yourself. in the next update, that is
Thank you very much If I can make a small comment, isn't resource string editing "overkill"? I mean, simple "-mzlib,reflate" syntax is all that is needed...(currently, only possible is, for example, -mzlib+reflate)

Anyway, thanks again,
regards
Reply With Quote
Sponsored Links
  #2  
Old 29-10-2020, 12:34
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Gupta View Post
> Turns out the issue was caused by this
https://community.idera.com/develope...ream-2gb-limit

because of these obscure bugs, I didn't continue with Delphi, especially ide is shit compared with other. You're still holding grounds nice work
Well I mostly evade the bugs by just sticking to WinAPI functions and a few times by using System functions but then with these I usually have to write custom code that do the same thing just that the one Delphi has is crap.

Quote:
Originally Posted by ozolt View Post
Thank you very much If I can make a small comment, isn't resource string editing "overkill"? I mean, simple "-mzlib,reflate" syntax is all that is needed...(currently, only possible is, for example, -mzlib+reflate)

Anyway, thanks again,
regards
the problem is commas are used for something else

example -mzlib:l98,w15+kraken:l9:t128...

if we replace + with , then syntax will look like this -mzlib:l98,w15,kraken:l9,t128..
zlib will start considering everything as one of its parameters.

Edit:

This is what you need to change via Resource Hacker in xtool.exe
Attached Images
File Type: png 199.PNG (55.5 KB, 332 views)

Last edited by Razor12911; 29-10-2020 at 13:05.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
ffmla (29-10-2020)
  #3  
Old 29-10-2020, 13:18
ozolt ozolt is offline
Banned
 
Join Date: Dec 2017
Location: Random
Posts: 16
Thanks: 16
Thanked 1 Time in 1 Post
ozolt is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
if we replace + with , then syntax will look like this -mzlib:l98,w15,kraken:l9,t128..
zlib will start considering everything as one of its parameters.
I understand now and I agree comma is not a good choice, but how about & or # sign?...I never asked for , specifically, it does not matter as long as it is not +

Anyway, it is just a suggestion, ResourceHacker editing is not a problem, changed to & and it is working great (it's even more logical to me with & sign) ...
Thank you very much for your work,regards

Last edited by ozolt; 29-10-2020 at 13:47.
Reply With Quote
  #4  
Old 30-10-2020, 00:41
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Greetings Razor

Does the Dunia codec support for Far Cry Primal?

I haven't seen any mention of it here or on the DELZOREC thread on krinkels.org.

I tried using DELZOREC on the HD Texture file, but it certainly didn't work (3GB file somehow unpacked to 1GB).

If anything needs testing, I can upload some small samples. If there's a way you could show me to see what kind of compression is already on the files, that would also be appreciated.
Reply With Quote
  #5  
Old 29-10-2020, 09:20
Gupta Gupta is offline
Banned
 
Join Date: Aug 2016
Location: https://t.me/pump_upp
Posts: 399
Thanks: 139
Thanked 715 Times in 231 Posts
Gupta is on a distinguished road
Send a message via ICQ to Gupta Send a message via AIM to Gupta Send a message via Yahoo to Gupta
> Turns out the issue was caused by this
https://community.idera.com/develope...ream-2gb-limit

because of these obscure bugs, I didn't continue with Delphi, especially ide is shit compared with other. You're still holding grounds nice work :)
Reply With Quote
  #6  
Old 29-10-2020, 12:59
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Update available

Changes

- updated search/config support

Notes

You can now use database files (*.xtl) posted in this thread to precompress games which the program does not have a native support for.

An example is Far Cry 5, the game is lz4 compressed and as there is no universal scanner for these streams, you can use a generated database to precompress the game.

Results on farcry5.dat:
Code:
Tested 1 file, 16,292,024,225 => 11,422,856,623 bytes. Ratio 142.63%
Testing time: cpu 11.25 sec/real 111.17 sec = 10%. Speed 102.75 mB/s

Last edited by Razor12911; 29-10-2020 at 13:05.
Reply With Quote
The Following 4 Users Say Thank You to Razor12911 For This Useful Post:
78372 (30-10-2020), DiCaPrIo (29-10-2020), ffmla (29-10-2020), ZAZA4EVER (30-10-2020)
  #7  
Old 01-11-2020, 08:54
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
Tested FC5 *.dat with XTool R4 and...It closed on 10-20%


Quote:
5.5%
ERROR: write error (disk full?) in compression algorithm xt20

Last edited by dixen; 01-11-2020 at 11:35.
Reply With Quote
  #8  
Old 01-11-2020, 12:44
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Well it's not like I didn't say something was wrong and fixed it in the next release...
Attached Images
File Type: png 200.PNG (59.4 KB, 251 views)
Reply With Quote
  #9  
Old 01-11-2020, 12:53
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
But...If tested without SREP or LOLZ - ALL fine unpacked and XT20 process used about 300-400 mb RAM.
UPD. XT20(R5) + SREP = same bug

Last edited by dixen; 01-11-2020 at 13:27.
Reply With Quote
  #10  
Old 01-11-2020, 13:59
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
try unpacking with temps (disable cls/stdio), maybe we can see what is causing the problem.

Edit: I may need to make cls of xtool perhaps just to avoid issues.

Last edited by Razor12911; 01-11-2020 at 14:04.
Reply With Quote
  #11  
Old 01-11-2020, 14:26
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
try unpacking with temps (disable cls/stdio), maybe we can see what is causing the problem.

Edit: I may need to make cls of xtool perhaps just to avoid issues.
20 gb data.arc - same bug.

OFF stdin/stdout - in progress

UPD

Quote:
[External compressor:xt20]
header = 0
unpackcmd = xtool decode -t100p --mem=75p --dedup=FC.bin $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
With this parameters - same bug - xtool is closed on 2.5-2.7 gb RAM
R4 or R5 - no matter..
Offensively

Last edited by dixen; 01-11-2020 at 14:39.
Reply With Quote
The Following User Says Thank You to dixen For This Useful Post:
Razor12911 (01-11-2020)
  #12  
Old 02-11-2020, 15:12
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
could you try without deduplication, too many points where an error could occur.
Reply With Quote
  #13  
Old 02-11-2020, 20:06
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
could you try without deduplication, too many points where an error could occur.
Of course...waiting
UPD.
Yes without dedup - the test was completed successfully and xt used about 500-600 mb RAM (XT20 R5)
Quote:
Tested 11 files, 20,205,910,501 => 21,896,534,144 bytes. Ratio 92.28%
Testing time: cpu 68.59 sec/real 365.42 sec = 19%. Speed 59.92 mB/s
All OK

Last edited by dixen; 02-11-2020 at 20:50.
Reply With Quote
The Following User Says Thank You to dixen For This Useful Post:
Razor12911 (02-11-2020)
  #14  
Old 10-10-2024, 04:03
ZiLATAN ZiLATAN is offline
Registered User
 
Join Date: Oct 2024
Location: Bangladesh
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ZiLATAN is on a distinguished road
Post SREP, LZMA/Lolz Link

Can anyone give me the download link of SREP, LZMA/Lolz Please?
Reply With Quote
  #15  
Old 10-10-2024, 04:30
dixen dixen is offline
Registered User
 
Join Date: Sep 2014
Location: Russia
Posts: 410
Thanks: 453
Thanked 444 Times in 204 Posts
dixen is on a distinguished road
Quote:
Originally Posted by ZiLATAN View Post
Can anyone give me the download link of SREP, LZMA/Lolz Please?
https://fileforums.com/showthread.php?t=104866
Reply With Quote
The Following User Says Thank You to dixen For This Useful Post:
Kupitman (05-05-2025)
Reply


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
[Dev]XTool Razor12911 Conversion Tutorials 180 23-10-2020 06:26
Project Cars Digital Edition (3xDVD5) (srep+lzma) GTX590 PC Games - CD/DVD Conversions 10 28-08-2017 08:34
Project IGI Anthology 1xCD700 CIUV2 2039 mausschieber PC Games - CD/DVD Conversions 0 24-07-2017 15:12
Space Channel 5 Part 2 Translation Project Christuserloeser DC Games 0 21-06-2004 18:16



All times are GMT -7. The time now is 08:34.


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