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