diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 290449c..26cc96e 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -1,56 +1,41 @@ { "main": { - "id": "57cf6d4d83e86330", + "id": "6fa38aaac310054a", "type": "split", "children": [ { - "id": "38ae70aa622102eb", + "id": "4ff30a240935b364", "type": "tabs", "children": [ { - "id": "c8d183fcf4f57c3c", + "id": "b9dd396163cf054d", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "Templates/project template.md", + "file": "3 - Resources/Silkroad Online.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "project template" - } - }, - { - "id": "980cb3efe70a1119", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "3 - Resources/Pornstars.md", - "mode": "source", - "source": false - }, - "icon": "lucide-file", - "title": "Pornstars" + "title": "Silkroad Online" } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" }, "left": { - "id": "24cbc67b2f5e6832", + "id": "cb90a08707c63c7a", "type": "split", "children": [ { - "id": "548abd9876900a9d", + "id": "52516d46d69c7d2b", "type": "tabs", "children": [ { - "id": "f3a0478a9c636b63", + "id": "0411ec702af00407", "type": "leaf", "state": { "type": "file-explorer", @@ -63,7 +48,7 @@ } }, { - "id": "9d0c6e92220da705", + "id": "27b587eea198901e", "type": "leaf", "state": { "type": "search", @@ -80,7 +65,7 @@ } }, { - "id": "583f40eb88d1791a", + "id": "cb1289ab10b5ce04", "type": "leaf", "state": { "type": "bookmarks", @@ -96,15 +81,15 @@ "width": 300 }, "right": { - "id": "86f64cfa5059ab77", + "id": "7c108988fc63bdd3", "type": "split", "children": [ { - "id": "032d4a7e182ac9a6", + "id": "5554f800cef51201", "type": "tabs", "children": [ { - "id": "24b3d7c908b8d127", + "id": "dab6668ef4b4790e", "type": "leaf", "state": { "type": "backlink", @@ -123,7 +108,7 @@ } }, { - "id": "130ef867e45080b2", + "id": "5cfb459dd6ac26a2", "type": "leaf", "state": { "type": "outgoing-link", @@ -137,7 +122,7 @@ } }, { - "id": "1f75af5c394898b0", + "id": "5cf22f0917b42d0f", "type": "leaf", "state": { "type": "tag", @@ -152,7 +137,7 @@ } }, { - "id": "5a7bda4bf2b98f4d", + "id": "1a0e44b61be56c64", "type": "leaf", "state": { "type": "outline", @@ -184,43 +169,9 @@ "obsidian-git:Open Git source control": false } }, - "active": "980cb3efe70a1119", + "active": "b9dd396163cf054d", "lastOpenFiles": [ - "1 - Projects/Find Dentist in Friedberg.md", - "1 - Projects/Find family doctor in Friedberg.md", - "1 - Projects/Income Tax Return 2024.md", - "1 - Projects/ING Diba Account creation.md", - "1 - Projects/LGA NXT Resin gift.md", - "1 - Projects/WoW Druid Helper.md", - "1 - Projects/Correct DEKA Address.md", - "6 - Journal/2025-07-27.md", - "3 - Resources/Ideas.md", - "3 - Resources/3D Printing.md", - "3 - Resources/Obsidian vault.md", - "8 -", - "7 - Templates/project.md", - "3 - Resources/Smash Ultimate Falco.md", - "3 - Resources/Smash Ultimate.md", - "6 - Journal/2025-07-26.md", - "3 - Resources/Vorwerk Vacuum Cleaner.md", - "3 - Resources/Burnout.md", - "2 - Areas/Health.md", - "0 - Archives/1 - projects/Idle MMORPG.md", "temporary.md", - "conflict-files-obsidian-git.md", - "Vorwerk Vacuumer.md", - "7 - Templates/resource.md", - "7 - Templates/resource game.md", - "7 - Templates/resource crafting.md", - "7 - Templates/people.md", - "7 - Templates", - "6 - Journal", - "5 - People", - "4 - Fleet", - "3 - Resources", - "2 - Areas", - "1 - Projects", - "0 - Archives/4 - fleet", - "0 - Archives/5 - people" + "3 - Resources/Silkroad Online.md" ] } \ No newline at end of file diff --git a/3 - Resources/Silkroad Online.md b/3 - Resources/Silkroad Online.md new file mode 100644 index 0000000..6bc7055 --- /dev/null +++ b/3 - Resources/Silkroad Online.md @@ -0,0 +1,37 @@ +--- +aliases: + - sro +language: English +created: 2025-07-29 +summary: +tags: + - resource + - game +--- + + +### Extracting 3d models to blender + +- Open Pk2ExtractoSE.exe file +- Select .pk2 file +- Navigate to prim/mesh/ + + +### File types +Checkout the developer_wiki i downloaded (or https://github.com/DummkopfOfHachtenduden/SilkroadDoc/wiki/Formats) +- .bsr Resource file. References meshes, materials, animations, skeletons etc. + - JMXVRES 0109 +- .bms Meshes +- .bmt Material file that references different .ddj textures + - JMXVBMT 0102 +- .ban Animation +- .bsk Skeleton +- .cpd + - JMXVCPD 0101 +- .ddj texture (joxmax textures) that can be converted to standard texture format .dds or .png +- .dof + - JMXVDOF 0101 +- .efp + - JMXVEFF 0010~0013 +- .ifo + - JMXVENVI 1000~1003 \ No newline at end of file