1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Tutorial Custom Bookmarks

Discussion in 'Multiplayer' started by Createse, Jun 17, 2015.

?

Was this helpful?

  1. Yes (please elaborate in a new post)

    0 vote(s)
    0.0%
  2. No (please elaborate in a new post)

    100.0%
  3. Potentially (please elaborate in a new post)

    0 vote(s)
    0.0%
  1. Createse

    Createse Big Damn Hero

    Here's a copy of my Bookmarks list; with one or two goodies included for those who know how to ab/use them.
    Code:
    "bookmarks": [
        [
            "5d58d701f7ac86c8668f8db95cbeae9a",
            [
                {
                    "icon": "ancientgateway",
                    "name": "Ancient Gateway",
                    "planetName": "Gomeisa Gamma ^green;VI^white;",
                    "spawnTarget": null,
                    "targetWorld": "CelestialWorld:382838722:325579580:-159718211:12",
                    "type": "orbit"
                },
                {
                    "icon": "garden",
                    "name": "Default World",
                    "planetName": "Gomeisa Gamma ^green;IV^white; ^white;- ^yellow;b^white;",
                    "spawnTarget": null,
                    "targetWorld": "CelestialWorld:382838722:325579580:-159718211:7:4",
                    "type": "orbit"
                },
                {
                    "icon": "barren",
                    "name": "Home World",
                    "planetName": "Maximus ^green;I^white;",
                    "spawnTarget": null,
                    "targetWorld": "CelestialWorld:382838709:325579581:-69456470:3",
                    "type": "orbit"
                },
                {
                    "icon": "outpost",
                    "name": "Outpost",
                    "planetName": "unique world",
                    "spawnTarget": "outpost",
                    "targetWorld": "UniqueWorld:outpost",
                    "type": "teleport"
                },
                {
                    "icon": "monolith",
                    "name": "Monolith",
                    "planetName": "unique world",
                    "spawnTarget": null,
                    "targetWorld": "UniqueWorld:monolith",
                    "type": "teleport"
                },
                {
                    "icon": "ship",
                    "name": "^red;Createse's^white; Player Ship",
                    "planetName": "client ship world",
                    "spawnTarget": null,
                    "targetWorld": "ClientShipWorld:d5628f16969f3b4b1f9b5059b2cb7ab6",
                    "type": "teleport"
                },
                {
                    "icon": "default",
                    "name": "^red;Createse's^white; Challenge Room",
                    "planetName": "mission world",
                    "spawnTarget": null,
                    "targetWorld": "MissionWorld:challengerooms-d5628f16969f3b4b1f9b5059b2cb7ab6",
                    "type": "teleport"
                }
            ]
        ]
    ]
     
  2. lazarus78

    lazarus78 The Waste of Time

    How did you get this list?
     
  3. Kayuko

    Kayuko Oxygen Tank

    Code:
          "bookmarks" : [ [ "508c0f832e74fa89f2c68e3b2b620347", [ {
                          "type" : "teleport",
                          "name" : "Outpost",
                          "planetName" : "",
                          "icon" : "outpost",
                          "spawnTarget" : "outpost",
                          "targetWorld" : "UniqueWorld:outpost"
                      } ] ], [ "63ad86465d90198d4530e625d228bcab", [  ] ] ]
    
    Taken from a dumped playerfile.

    (Go to "/steam/steamapps/common/win32" and you'll notice two executables, dumped_versioned_json.exe and make_versioned_json.exe, dumped converts bin to json and make converts json to bin, that's how you edit playerfiles manually)
     
    Dunto and Createse like this.
  4. lazarus78

    lazarus78 The Waste of Time

    Ahhhh. Interesting.
     

Share This Page