Fixed old tutorials path + modding resource havn't changed
This commit is contained in:
parent
f4ac0903b1
commit
d89a7db19b
@ -56,38 +56,35 @@
|
||||
},
|
||||
"Tutorials": {
|
||||
// Generalist tutorials (walkthrough projects)
|
||||
"Modding 101 - <topic 1>": "#",
|
||||
"Modding 101 - <topic 2>": "#",
|
||||
"Modding 101 - <topic 3>": "#"
|
||||
"WorkInProgress":"demo.md"
|
||||
},
|
||||
"Modding": {
|
||||
// Here are guides only related to modifying the server/client.
|
||||
"Editing weapons textures": "#",
|
||||
"Editing player profile": "#",
|
||||
"WorkInProgress":"demo.md"
|
||||
},
|
||||
"DEBUG": {
|
||||
"** Markdown Demo": "demo.md"
|
||||
},
|
||||
|
||||
"Tutorials-old":{
|
||||
"Create a mod on SP-Tarkov": "tutorials/create_a_mod.md", // TODO: Create a "modding 101 series"
|
||||
"How to report a bug": "tutorials/bug-report.md", // TODO: include in FAQ
|
||||
"Editing differents things in my player profile": "tutorials/edit_the_player_profile.md",
|
||||
"Change some traders behaviour": "tutorials/edit_traders_values.md",
|
||||
"How to customize maps values": "tutorials/edit_location_values.md",
|
||||
"Change global values of the server": "tutorials/edit_globals_values.md",
|
||||
"Edit weapons textures": "tutorials/edit_weapons_textures.md",
|
||||
"Edit weapons textures with photoshop": "tutorials/photoshop_texture_editing.md",
|
||||
"Customize weather presets": "tutorials/create_weather.md",
|
||||
"Add new bundles to the game": "tutorials/add_new_bundles.md"
|
||||
"Create a mod on SP-Tarkov": ".old/tutorials/create_a_mod.md", // TODO: Create a "modding 101 series"
|
||||
"How to report a bug": ".old/tutorials/bug-report.md", // TODO: include in FAQ
|
||||
"Editing differents things in my player profile": ".old/tutorials/edit_the_player_profile.md",
|
||||
"Change some traders behaviour": ".old/tutorials/edit_traders_values.md",
|
||||
"How to customize maps values": ".old/tutorials/edit_location_values.md",
|
||||
"Change global values of the server": ".old/tutorials/edit_globals_values.md",
|
||||
"Edit weapons textures": ".old/tutorials/edit_weapons_textures.md",
|
||||
"Edit weapons textures with photoshop": ".old/tutorials/photoshop_texture_editing.md",
|
||||
"Customize weather presets": ".old/tutorials/create_weather.md",
|
||||
"Add new bundles to the game": ".old/tutorials/add_new_bundles.md"
|
||||
},
|
||||
// "Modding":{
|
||||
// "All items stats resources":"resources/itemsStats_resources.md",
|
||||
// "All locations resources":"resources/locations_resources.md",
|
||||
// "All player profile resources":"resources/playerProfile_resources.md",
|
||||
// "All quest resources":"resources/quests_resources.md",
|
||||
// "All other resources":"resources/other_resources.md"
|
||||
// }
|
||||
"Modding":{
|
||||
"All items stats resources":"resources/itemsStats_resources.md",
|
||||
"All locations resources":"resources/locations_resources.md",
|
||||
"All player profile resources":"resources/playerProfile_resources.md",
|
||||
"All quest resources":"resources/quests_resources.md",
|
||||
"All other resources":"resources/other_resources.md"
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user