• Breaking News

    Monday, May 4, 2020

    Cube World Is Wolfram still updating the new cubeworld or is he just dropping it?

    Cube World Is Wolfram still updating the new cubeworld or is he just dropping it?


    Is Wolfram still updating the new cubeworld or is he just dropping it?

    Posted: 03 May 2020 12:52 PM PDT

    Stupid character editor

    Posted: 04 May 2020 06:10 AM PDT

    I can't freaking load a database and when I do nothing happens absolutely nothing

    submitted by /u/lizardlordzzz
    [link] [comments]

    Patching Alpha

    Posted: 03 May 2020 11:10 AM PDT

    u/ChrisMiuchiz may know this one easy. I found that I still had the Alpha installer in my archives. I want to play on my laptop, but it's not permitting me, just crashing out.

    I saw the cracker code and attempted it, to no avail, the download page isn't working.

    So I modified the Python script to target my copied folder

    INSTALLATION_PATH = ("C:\Program Files (x86)\Cube World")

    #Cube World requires a db.dat file unique to your machine or else the game will close quickly after starting.

    #Changing 6 bytes at 0x5A18D to 0x90 disables this.

    print('Patching Cube.exe')

    with open(INSTALLATION_PATH + '\Cube.exe', 'r+b') as f:

    f.seek(0x5A18D)

    f.write(b'\x90' \ 6)*

    #CW needs db.dat to exist

    print('Creating a dummy db.dat')

    with open(INSTALLATION_PATH + '\db.dat', 'w') as f:

    f.write('PLACEHOLDER000000000000000000000')

    input('Installation complete. Use Cube.exe to run the game. Press enter to exit.')

    This shows to have modified the target files, but does not load still. I think I am missing something... Any clue? Playing on the laptop is better since it's dang hot upstairs.

    submitted by /u/Jatwaa
    [link] [comments]

    No comments:

    Post a Comment