Saturday, 7 July 2012

Game Ripping Tutorial

Game Ripping Tutorial:

Ripping of any game is very easy though if you have softwares required for ripping.Ripping is just compressing a installed game with removing some unimportant files which are not so much important for the game, by removing them the will wok as it work before. Most of us play ripped game by skullptura, he/she/they use best method of ripping the game and then they achieve a better compression ratio, they use separate softwares for various files, such as uharc/free arc for data file compression, mp3 injectors for mp3 file compression, etc. Thats why they can make a 6 GB game in just 2GB or less. Which will reduce our download time also. For basic ripping you just need a best compression software, such Winrar, 7Zip,Uharc etc.

Steps for making a rip of game (For Educational purpose only):

1. Select a game you want to rip. Remove unimportant files such as language file(Except English), intro video files etc.

2. Run the game and see whether it works smoothly or not then goto step 3.

3. Compress the game files via any compressing utility i.e Winrar, Uharc, etc.(i use uharc here)

4. Main step of ripping is programming the batch file, open NOTEPAD and write this:

@echo off
echo.
echo *******************************
echo Ripped by
echo your name
echo *******************************
echo.
echo.
pause
cls
uharc x -o+ -vm+ -y+ "filename".uha //replace the filename with compressed file name
regedit /s "file".reg // replace file with registry filename
cls
echo success
echo.
echo enjoy the game
echo.
pause
cls
exit

After writing this in NOTEPAD save file as “Install.bat” in the folder where the compressed file is saved.


5. Another thing is to copy Uharc.exe in that folder form c:\program file\uharcgui or winuharc




Your basic game Rip is completed, you can test it by installing it.

These are some basics of ripping, we just have to do a little more for better ripping and results!!

Optional Step : You can use bik convertor and editor to edit the video file in your game and put your team name, your sign!!

Links to some required softwares:

Winrar

WinUharc

UharcGUI

Comments if you are facing any problem!!


Source: Internet

No comments:

Post a Comment