How to translate the files of a game
-
rewold
- Posts: 27
- Joined: Mon Dec 17, 2018 3:02 am
Post
by rewold »
Last edited by
rewold on Sun Oct 24, 2021 4:11 pm, edited 1 time in total.
-
anil523
- Posts: 46
- Joined: Tue Nov 13, 2018 5:10 pm
Post
by anil523 »
....
-
akintos
- Posts: 88
- Joined: Tue May 08, 2018 7:48 pm
Post
by akintos »
Code: Select all
COMTYPE zlib
GET name BASENAME
GET size LONG
GET zsize ASIZE
MATH zsize - 4
CLOG name 4 zsize size
use with quickbms
-
nguyen dinh duc
- Posts: 26
- Joined: Mon Sep 02, 2019 1:38 pm
Post
by nguyen dinh duc »
akintos wrote:Code: Select all
COMTYPE zlib
GET name BASENAME
GET size LONG
GET zsize ASIZE
MATH zsize - 4
CLOG name 4 zsize size
use with quickbms
Can I ask you something
where did you learn to write stuff with quickbms?
can you show it to me?