Rules of Survival [PC]

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
scorpionking674
ultra-n00b
Posts: 1
Joined: Mon Dec 18, 2017 2:26 am
Been thanked: 1 time

Rules of Survival [PC]

Post by scorpionking674 »

Hello, i am trying to unpack some files of this game. I dont know how to extract it or do anything with it.

https://g61.gdl.netease.com/ros_setup_117485.exe

npk file link: https://drive.google.com/open?id=1X8ft- ... 9NiUEkDNJr


i tried unpacking with some bms scripts online and it extracted alot of .dat files. I dont know what or how to open or mod them. please also mention the software names i can use to open the files.

this is the script i used to unpack the .npk files:

Code: Select all

# NXPK (script 0.1.1)
# script for QuickBMS http://quickbms.aluigi.org

idstring "NXPK"
get FILES long
get OFFSET asize
xmath OFFSET "OFFSET - (FILES * 0x1c)"
goto OFFSET
for i = 0 < FILES
    get NAME_CRC long
    get OFFSET long
    get ZSIZE long
    get SIZE long
    get ZCRC long
    get CRC long
    get FLAGS long
    if FLAGS == 2
        comtype lz4
    else    # 0
        comtype zlib
    endif
    if SIZE == ZSIZE
        log "" OFFSET SIZE
    else
        clog "" OFFSET ZSIZE SIZE
    endif
next i   
barumbads
ultra-n00b
Posts: 3
Joined: Sun May 14, 2017 7:05 am

Re: Rules of Survival [PC]

Post by barumbads »

scorpionking674 wrote:Hello, i am trying to unpack some files of this game. I dont know how to extract it or do anything with it.

https://g61.gdl.netease.com/ros_setup_117485.exe

npk file link: https://drive.google.com/open?id=1X8ft- ... 9NiUEkDNJr


i tried unpacking with some bms scripts online and it extracted alot of .dat files. I dont know what or how to open or mod them. please also mention the software names i can use to open the files.

this is the script i used to unpack the .npk files:

Code: Select all

# NXPK (script 0.1.1)
# script for QuickBMS http://quickbms.aluigi.org

idstring "NXPK"
get FILES long
get OFFSET asize
xmath OFFSET "OFFSET - (FILES * 0x1c)"
goto OFFSET
for i = 0 < FILES
    get NAME_CRC long
    get OFFSET long
    get ZSIZE long
    get SIZE long
    get ZCRC long
    get CRC long
    get FLAGS long
    if FLAGS == 2
        comtype lz4
    else    # 0
        comtype zlib
    endif
    if SIZE == ZSIZE
        log "" OFFSET SIZE
    else
        clog "" OFFSET ZSIZE SIZE
    endif
next i   
what npk did you extracted? i think some of the .dat files are images and model files so you cant read it
some are just simple table/text files ? anyway, do you have any idea how to repack it(i success fully modded mine but donno how to repack it)?
melanin
ultra-n00b
Posts: 1
Joined: Sun Nov 18, 2018 5:07 pm

Re: Rules of Survival [PC]

Post by melanin »

I don't know but many people use cheat for rule of survival games and the main culprit is https://www.exiledros.me/ :(
Post Reply