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

Reply
 
Thread Tools Display Modes
  #811  
Old 13-10-2018, 16:27
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
result is not wrong we didn't even use the same method...
but i am not arguing with anyone nor am i posting anymore repacks due to this same reason...
__________________
Ideas are bulletproof...
Reply With Quote
Sponsored Links
  #812  
Old 13-10-2018, 16:53
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,304 Times in 464 Posts
Simorq is on a distinguished road
Hi darkwolves

Quote:
Originally Posted by darkwolves View Post
result is not wrong we didn't even use the same method...
but i am not arguing with anyone nor am i posting anymore repacks due to this same reason...
Code:
pzlib3+srep:m5f:a1+lolz:dt1:dtp1:dto1:dtm1:dtw1:dtd1:mtt0:mt6:d64m:tt4  h14:fba4096:mc1023:bc8:blr8:bm
I tested it exactly the result was above 4 gigabytes.

Anyway, it does not matter.
Reply With Quote
The Following User Says Thank You to Simorq For This Useful Post:
oltjon (14-10-2018)
  #813  
Old 13-10-2018, 16:57
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
you are right it does not but..... i have warned against people picking my repacks apart or i would remove them all...so.....
__________________
Ideas are bulletproof...
Reply With Quote
  #814  
Old 13-10-2018, 17:09
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,304 Times in 464 Posts
Simorq is on a distinguished road
Devil May Cry HD Collection

Code:
Original Size: 10.7 GB
Compressed Size: +- 3.10 GB (Encoded WMV (WM3) TO MP4 (x265 HEVC)
Compression Time: 2.5 Hours
Decompression Time: 15-20 Minutes
Method: 
@Sound Files: oggre
@Movie Files: srep:m3f
@Other Files: xZLib+srep:m5f:l64+lolz:dtb1:d512m:mc1023
For quality 100% Videos:

Encod WMV TO MP4
Code:
dir/b/s *.wmv >mkvlist.txt
for /F "delims=;" %%F in (mkvlist.txt) do ffmpeg.exe -i "%%F" -c:v libx265 -preset slow -tune ssim -crf 21 -c:a copy "%%~dF%%~pF%%~nF.mp4"
del mkvlist.txt
MP4 TO WMV
Code:
@echo off
SetLocal EnableDelayedExpansion
echo.
echo.
echo.
echo.          Number Of Threads
echo.           **************    
echo.           *        *
echo.           *     %Number_Of_Processors%      *
echo.           *        *
echo.           **************
echo.

SET Threads=%NUMBER_OF_PROCESSORS%

IF %Threads%==1 (
	DIR /B /D /S *.mp4 | CMD /C PPX2 -P 1 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 	
) ELSE (
IF %Threads%==2 (
	DIR /B /D /S *.mp4 | CMD /C PPX2 -P 1 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==4 (
	DIR /B /D /S *.mp4 | CMD /C PPX2 -P 2 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==6 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 3 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==8 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 4 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==10 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 5 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==12 (	
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 6 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==14 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 7 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==16 (	
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 8 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
) ELSE (
IF %Threads%==18 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 9 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==20 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 10 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==22 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 11 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==24 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 12 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==26 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 13 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==28 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 14 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==30 (
    DIR /B /D /S *.mp4 | CMD /C PPX2 -P 15 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv" 
) ELSE (
IF %Threads%==32 (	
	DIR /B /D /S *.mp4 | CMD /C PPX2 -P 16 -L 1 FFmpeg -y -i "{}" -qscale:v 0 -vcodec wmv2 -b:a 256k "{}.wmv"
)))))))))))))))))

:DEL MP4
FOR /R %%i IN (*.mp4) DO CMD /C DEL /F /Q "%%i"
:Remove *.WMV Extension
FOR /F "Delims=" %%a IN ('DIR /B /S *.wmv') DO REN "%%a" "%%~na"
:REN *.MP4>*.WMV
FOR /R %%i IN (*.mp4) DO REN "%%i" "*.wmv"
:DMC1
COPY "data\dmc1\Video\s15_2.wmv" "data\dmc1\Video\s15_2j.wmv"
COPY "data\dmc1\Video\S15_2S.wmv" "data\dmc1\Video\s15_2Sj.wmv"
COPY "data\dmc1\Video\S0502S.wmv" "data\dmc1\Video\s0502Sj.wmv"
COPY "data\dmc1\Video\s0502.wmv" "data\dmc1\Video\s0502j.wmv"
COPY "data\dmc1\Video\S15_1BS.wmv" "data\dmc1\Video\s15_1BSj.wmv"
COPY "data\dmc1\Video\s15_1a.wmv" "data\dmc1\Video\s15_1aj.wmv"
COPY "data\dmc1\Video\s15_1b.wmv" "data\dmc1\Video\s15_1bj.wmv"
COPY "data\dmc1\Video\s01_1.wmv" "data\dmc1\Video\s01_1j.wmv"
COPY "data\dmc1\Video\demo1.wmv" "data\dmc1\Video\demo1j.wmv"
COPY "data\dmc1\Video\s0101_3.wmv" "data\dmc1\Video\s0101_3j.wmv"
COPY "data\dmc1\Video\s1402b_2.wmv" "data\dmc1\Video\s1402b2j.wmv"

:DMC2
COPY "data\dmc2\Video\cg_00.wmv" "data\dmc2\Video\cg_00e.wmv"
COPY "data\dmc2\Video\cg_00.wmv" "data\dmc2\Video\cg_00u.wmv"

:DMC3
COPY "data\dmc3\Video\GameOver.wmv" "data\dmc3\Video\GameOverF.wmv"
COPY "data\dmc3\Video\GameOver.wmv" "data\dmc3\Video\GameOverG.wmv"
COPY "data\dmc3\Video\GameOver.wmv" "data\dmc3\Video\GameOverI.wmv"
COPY "data\dmc3\Video\GameOver.wmv" "data\dmc3\Video\GameOverS.wmv"
COPY "data\dmc3\Video\Guro_CHH.wmv" "data\dmc3\Video\GuroE.wmv"
COPY "data\dmc3\Video\Guro_CHH.wmv" "data\dmc3\Video\GuroJ.wmv"
COPY "data\dmc3\Video\Guro_CHH.wmv" "data\dmc3\Video\GuroK.wmv"
COPY "data\dmc3\Video\Guro_CHH.wmv" "data\dmc3\Video\GuroP.wmv"

:DMCLauncher
COPY "data\dmclauncher\video\DMC-HD_AttractMode.wmv" "data\dmclauncher\video\DMC-HD_AttractMode_EU.wmv"
COPY "data\dmclauncher\video\DMC-HD_AttractMode.wmv" "data\dmclauncher\video\DMC-HD_AttractMode_JP.wmv"

ECHO. Ready...!!!
Code:
Creators:
Repack uses XTool v9 library By Razor12911
Repack uses Srep v3.92 library By Bulat Ziganshin
Repack uses Lolz v2.1.a.7 library By ProFrager

Last edited by Simorq; 13-10-2018 at 17:13.
Reply With Quote
The Following 3 Users Say Thank You to Simorq For This Useful Post:
Gehrman (04-03-2022), JustFun (13-10-2018), K4miKaZe (13-10-2018)
  #815  
Old 13-10-2018, 17:27
K4miKaZe's Avatar
K4miKaZe K4miKaZe is offline
Registered User
 
Join Date: Sep 2018
Location: Spain
Posts: 146
Thanks: 177
Thanked 234 Times in 84 Posts
K4miKaZe is on a distinguished road
Quote:
Originally Posted by darkwolves View Post
you are right it does not but..... i have warned against people picking my repacks apart or i would remove them all...so.....
I donīt know what happened in the past but i dont think that Simorq told that with bad intentions. Sometimes we get things wrong due to our basic english knowledge, we can even offend without intention (at least in my case).What im not finding nice is the removing of the posts giving JustFun now a lot of work to clean up the index.
Reply With Quote
The Following User Says Thank You to K4miKaZe For This Useful Post:
Simorq (13-10-2018)
  #816  
Old 13-10-2018, 20:08
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,836 Times in 809 Posts
Grumpy is on a distinguished road
Quote:
Originally Posted by K4miKaZe View Post
Sometimes we get things wrong due to our basic english knowledge, we can even offend without intention (at least in my case). What im not finding nice is the removing of the posts giving JustFun now a lot of work to clean up the index.
^^ Exactly this

@darkwolves
I can still see all your posts, I have read through a lot of them, I can see you have helped a lot of people and I can also see that a lot of people have helped you.

I have quoted a few of your posts to highlite a few things you have previously said on the forum .....
Quote:
Originally Posted by darkwolves View Post
oh it won't you can be honest and not be disrespectful at the same time
and people should be mindful about what they say about others
you never know that could be the only person around at the time that can help you..
with problems you may be having with tools
and they likley won't if they do not like you
Quote:
Originally Posted by darkwolves View Post
i am aways calm nothing i have said was said with malcontent
just being honest is all
What you see as 'critics' and 'criticism' is people being honest.

Quote:
Originally Posted by darkwolves View Post
wow... looking at all the games and people always wondering....
this should have been done alot sooner this is going to be helpful to so many people
^ and now you have removed that help.

Quote:
Originally Posted by darkwolves View Post
its cool there is no reason for anything to escalate into a war we are all here for the same reasons
^ this is very important to remember and to heed your own advice.

Quote:
Originally Posted by darkwolves View Post
really brings me back that one was from my beginning repack days when i didn't know any better lol
Quote:
Originally Posted by darkwolves View Post
changes made to need for speed rivals

http://fileforums.com/showpost.php?p...&postcount=364

it was brought to my attention something was not right about the game repack
level i investigated and discoverd it was an early crappy incomplete 3dm version
have repacked the full version of the game game different ratio on it now can you please change it to the new info...
^if people didnt 'criticise' your work then you would not have learnt new methods and learnt simpler better ways of doing things.
Dont take things to heart, people are not here to disrespect your work, they are here to learn, as you yourself said 'we are all here for the same reason'.

'JustFun' has put a lot of time and effort into the Index and I'm sure he is very proud of his work and would be disappointed to now see some of it has been a waste of time, just like everyone who puts a lot of time and effort into creating the 'Best Compression Methods'

Please rethink the deletion of your posts and think about allowing me to 'restore' them all, I can do that quite easily.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
The Following 2 Users Say Thank You to Grumpy For This Useful Post:
JustFun (14-10-2018), K4miKaZe (13-10-2018)
  #817  
Old 13-10-2018, 21:45
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by Grumpy View Post
^^ Exactly this

@darkwolves
I can still see all your posts, I have read through a lot of them, I can see you have helped a lot of people and I can also see that a lot of people have helped you.

I have quoted a few of your posts to highlite a few things you have previously said on the forum .....




What you see as 'critics' and 'criticism' is people being honest.



^ and now you have removed that help.


^ this is very important to remember and to heed your own advice.




^if people didnt 'criticise' your work then you would not have learnt new methods and learnt simpler better ways of doing things.
Dont take things to heart, people are not here to disrespect your work, they are here to learn, as you yourself said 'we are all here for the same reason'.

'JustFun' has put a lot of time and effort into the Index and I'm sure he is very proud of his work and would be disappointed to now see some of it has been a waste of time, just like everyone who puts a lot of time and effort into creating the 'Best Compression Methods'

Please rethink the deletion of your posts and think about allowing me to 'restore' them all, I can do that quite easily.
very well you can restore them but i will not post any more in the future
__________________
Ideas are bulletproof...
Reply With Quote
The Following 3 Users Say Thank You to darkwolves For This Useful Post:
Grumpy (13-10-2018), JustFun (14-10-2018), oltjon (13-10-2018)
  #818  
Old 13-10-2018, 21:53
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by K4miKaZe View Post
I donīt know what happened in the past but i dont think that Simorq told that with bad intentions. Sometimes we get things wrong due to our basic english knowledge, we can even offend without intention (at least in my case).What im not finding nice is the removing of the posts giving JustFun now a lot of work to clean up the index.
i am not being dishonest about that repack it really is that size i am looking at it now what i don;t understand is why mine is smaller
__________________
Ideas are bulletproof...
Reply With Quote
  #819  
Old 13-10-2018, 22:53
K4miKaZe's Avatar
K4miKaZe K4miKaZe is offline
Registered User
 
Join Date: Sep 2018
Location: Spain
Posts: 146
Thanks: 177
Thanked 234 Times in 84 Posts
K4miKaZe is on a distinguished road
Quote:
Originally Posted by darkwolves View Post
i am not being dishonest about that repack it really is that size i am looking at it now what i don;t understand is why mine is smaller
At first, thanks for letting Grumpy restore the posts.

Different sizes could be so many things, maybe you have ripped some files? Also from my little experience, lolz should not give so hugh differences and not always higher means better (got some games on lolz with some mb less on low settings then on higher settings, strange...). I think the best thing is to know first how much GB the game has after installing, this way you know if your total game size matches Simorqs one, if not it could be dlcs, language files, etc..

I dont think that nobody here was saying that you were dishonest, simorq only said that it was wrong because he tested it too, i think he used your method and said that something was wrong, sometimes we can have even a typing error (3 is next to 4 on the keyboard). I dont have any of the Devil May Cry games, so i cant look to it too, never liked those games hehehe.

Do you actually check for crc on compressions? Sometimes it can happen that ultraarc doesnt include all files without giving error. I usually do a sfv file from the original install and check it on the repack (it tells if there are bad or missing files).

Reply With Quote
The Following 2 Users Say Thank You to K4miKaZe For This Useful Post:
JustFun (14-10-2018), oltjon (13-10-2018)
  #820  
Old 13-10-2018, 23:01
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
no i didnt rip anything i've always admitted to ripping recoding etc and i don't use ultraarc
what i use is a compressor based off one panker made
i redid the entire compressor with my own settings
and the tools i use i have gatherd overtime
as far as the crc no never check
apon installing the game is 24 gigs ran a test play off my last save file
nothing appeared out of place
__________________
Ideas are bulletproof...

Last edited by darkwolves; 13-10-2018 at 23:10.
Reply With Quote
  #821  
Old 13-10-2018, 23:03
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by doofoo24 View Post
any idea way i'm getting this zero size when trying wmv to mp4 using ffmpeg...
hmmm never used that i use format factory it also works on mp4
__________________
Ideas are bulletproof...
Reply With Quote
  #822  
Old 13-10-2018, 23:11
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,836 Times in 809 Posts
Grumpy is on a distinguished road
Quote:
Originally Posted by darkwolves View Post
very well you can restore them but i will not post any more in the future
Thanks

EDIT: I have restored 41 posts in the 'Best Compression Methods for 'Specific' Games. Q&A' only, you may want to check to make sure there are no other posts you would like me to restore from other threads or check that the ones I have restored were not meant to be deleted for other legit reasons.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'

Last edited by Grumpy; 13-10-2018 at 23:35.
Reply With Quote
The Following 2 Users Say Thank You to Grumpy For This Useful Post:
JustFun (14-10-2018), K4miKaZe (13-10-2018)
  #823  
Old 13-10-2018, 23:24
K4miKaZe's Avatar
K4miKaZe K4miKaZe is offline
Registered User
 
Join Date: Sep 2018
Location: Spain
Posts: 146
Thanks: 177
Thanked 234 Times in 84 Posts
K4miKaZe is on a distinguished road
No idea, with a crc file it should be easy to see if there is something missing. I recommend to do it on every pack because even if the game starts and is playable it can have missing files or bad files. Maybe different game versions or something (not always us and eu versions are exactly the same). But if you two say that your original size are 27.0gb then its strange like hell but it can be that the data on this 27gb is slightly different (maybe you dont have same amount of vids but have other files like dlc stuff or something). Thats why sfv files are so useful too. And game updates can make hugh differences too, for example on one of my last games, hitman, i had it previously on 22,8gb but have redone it after the 1.14.2 patch (around 300mb more in size). Doing it with same method gave me 22,6 (even with the game having bigger size).

Edit: Grumpy, thank you very much for taking your time and restoring them !!!

Last edited by K4miKaZe; 13-10-2018 at 23:39.
Reply With Quote
The Following 2 Users Say Thank You to K4miKaZe For This Useful Post:
Grumpy (13-10-2018), JustFun (14-10-2018)
  #824  
Old 13-10-2018, 23:43
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by K4miKaZe View Post
No idea, with a crc file it should be easy to see if there is something missing. I recommend to do it on every pack because even if the game starts and is playable it can have missing files or bad files. Maybe different game versions or something (not always us and eu versions are exactly the same). But if you two say that your original size are 27.0gb then its strange like hell but it can be that the data on this 27gb is slightly different (maybe you dont have same amount of vids but have other files like dlc stuff or something). Thats why sfv files are so useful too. And game updates can make hugh differences too, for example on one of my last games, hitman, i had it previously on 22,8gb but have redone it after the 1.14.2 patch (around 300mb more in size). Doing it with same method gave me 22,6 (even with the game having bigger size).

Edit: Grumpy, thank you very much for taking your time and restoring them !!!
honestly i am not at all worried i test unpack after anything i do i use 3 data files to prevent me from having to redo an entire game if only one section messes up
__________________
Ideas are bulletproof...
Reply With Quote
  #825  
Old 13-10-2018, 23:46
darkwolves's Avatar
darkwolves darkwolves is offline
Registered User
 
Join Date: Oct 2016
Location: North Eastern,, USA
Posts: 482
Thanks: 49
Thanked 278 Times in 166 Posts
darkwolves is on a distinguished road
Quote:
Originally Posted by Grumpy View Post
Thanks

EDIT: I have restored 41 posts in the 'Best Compression Methods for 'Specific' Games. Q&A' only, you may want to check to make sure there are no other posts you would like me to restore from other threads or check that the ones I have restored were not meant to be deleted for other legit reasons.
no just the ones from here are fine
__________________
Ideas are bulletproof...
Reply With Quote
The Following 2 Users Say Thank You to darkwolves For This Useful Post:
Grumpy (13-10-2018), JustFun (14-10-2018)
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
Games Are For Kids JoyBoy Chit Chat 83 16-11-2021 14:28
CorePack Compression methods ? Help ramazan19833 Conversion Tutorials 34 09-08-2018 06:51
i got the email in the mail about copying ps2 games EVOEvo PS2 Games 7 21-11-2003 07:56
Self-booting games on an older Japanese DC? Named DC Games 1 26-09-2003 17:48
Having Problems Burning Numerous *Recent* Games....Help is Appreciated Protosstic PSX Games 2 15-01-2002 21:27



All times are GMT -7. The time now is 07:53.


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