The Evil Within 2 .lanb
-
- Posts: 53
- Joined: Thu Jan 29, 2015 9:06 pm
The Evil Within 2 .lanb
The Evil Within 2 strings .lanb file how to open
Last edited by MuratG on Fri Oct 13, 2017 9:02 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: The Evil Winhin 2 .lanb
The file is a sequence of string pairs:
line1 name, line2 content and so on.
You can use the reimport feature of quickbms to reimport your edited string, just remember to use same/less space for each string
Code: Select all
get NAME basename
string NAME + ".txt"
get DUMMY long
get DUMMY long
get STRINGS long
for i = 0 < STRINGS
get DUMMY long
get SIZE long
slog NAME -1 SIZE
get SIZE long
slog NAME -1 SIZE
next i
You can use the reimport feature of quickbms to reimport your edited string, just remember to use same/less space for each string
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: The Evil Winhin 2 .lanb
Try text tool by swuforce
-
- Posts: 53
- Joined: Thu Jan 29, 2015 9:06 pm
Re: The Evil Winhin 2 .lanb
makc_ar wrote:Try text tool by swuforce
Thanks makc_ar