Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m7a/bo-unraf
Extract contents of .raf+.raf.dat files (as of 2013; might be outdated by now)
https://github.com/m7a/bo-unraf
Last synced: 12 days ago
JSON representation
Extract contents of .raf+.raf.dat files (as of 2013; might be outdated by now)
- Host: GitHub
- URL: https://github.com/m7a/bo-unraf
- Owner: m7a
- License: gpl-3.0
- Created: 2020-01-12T22:08:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T19:33:23.000Z (7 months ago)
- Last Synced: 2024-04-28T20:33:48.721Z (7 months ago)
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
---
section: 32
x-masysma-name: unraf
title: Unraf
date: 2020/01/12 22:42:10
lang: en-US
author: ["Linux-Fan, Ma_Sys.ma ([email protected])"]
keywords: ["programs", "c", "unraf"]
x-masysma-version: 1.0.0
x-masysma-repository: https://www.github.com/m7a/bo-unraf
x-masysma-website: https://masysma.net/32/unraf.xhtml
x-masysma-owned: 1
x-masysma-copyright: |
Copyright (c) 2013, 2020 Ma_Sys.ma.
For further info send an e-mail to [email protected].
---
German Description
==================Unraf ist ein simples C-Programm, mit dem man League of Legends Archivdateien
entpacken kann. Zur Bedienung gibt man einfach die zu entpackende Kombination
aus `.raf`-Datei und `.raf.dat`-Datei an. Damit kann man z. B.
Character-Modelle, Sounds und Texturen entpacken.Hinweis/Warning
===============Dieses Programm ist von 2013. Die Chance, dass die Spieldateien immernoch im
selben Format vorliegen ist gering. Von daher kann es gut sein, dass das
Programm nicht mehr funktioniert.This program is from 2013. Chances are the game is using different data formats
by now. It is thus very likely that this program does not work anymore.Usage Instructions
==================## Compile
$ ant
## Run
$ ./unraf <.raf> <.raf.dat> [ [-r]]
## Install
# cp unraf /usr/local/bin
## Further information
see Sourcecode
$ vim unraf.c
License
=======see LICENSE.txt
$ cat LICENSE.txt