Skip to content

Commit

Permalink
replace more variable text
Browse files Browse the repository at this point in the history
  • Loading branch information
GroundAura committed Feb 13, 2024
1 parent c63ac35 commit 78f68b4
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .vscode/python/prepare_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
old_name_mo2_release = "{MO2ModName}"
old_name_mo2_test = "{MO2ModNameTest}"
old_name_plugin = "{PluginName}"
old_name_plugin_short = "{PluginNameShort}"
old_name_zip = "{ZipName}"
old_path_7Zip = "{Path7Zip}"
old_path_md2nexus = "{Pathmd2nexus}"
Expand All @@ -40,6 +41,7 @@
new_name_mo2_release = "______"
new_name_mo2_test = "______"
new_name_plugin = "______"
new_name_plugin_short = "______"
new_name_zip = "______"
new_path_7Zip = "______"
new_path_md2nexus = "______"
Expand All @@ -61,6 +63,7 @@
#new_name_mo2_release = "Aura's Inventory Tweaks []"
#new_name_mo2_test = "Aura's Inventory Tweaks (pre-release) []"
#new_name_plugin = "AIT"
#new_name_plugin_short = "AIT"
#new_name_zip = "Auras Inventory Tweaks"
#new_path_7Zip = "C:\Program Files\7-Zip"
#new_path_md2nexus = "C:\Tools\md2nexus"
Expand All @@ -82,6 +85,7 @@
#new_name_mo2_release = "BOOBIES - PENIS (pre-release) []"
#new_name_mo2_test = "BOOBIES - PENIS (pre-release) []"
#new_name_plugin = "PENIS_IconsAddon"
#new_name_plugin_short = "PENISIcons"
#new_name_zip = "Phenomenally Enriched & Nuanced Ingredients for SkyUI"
#new_path_7Zip = "C:\Program Files\7-Zip"
#new_path_md2nexus = "C:\Tools\md2nexus"
Expand Down
10 changes: 5 additions & 5 deletions dist/ProjectName/Base/MCM/Config/{PluginName}/config.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/Exit-9B/MCM-Helper/main/docs/config.schema.json",
"modName": "ProjectName",
"displayName": "$ProjectName_MCM",
"modName": "{PluginName}",
"displayName": "${PluginNameShort}_MCM",
"minMcmVersion": 13,
"pluginRequirements": [ "ProjectName.esp" ],
"pluginRequirements": [ "{PluginName}.esp" ],
"cursorFillMode": "topToBottom",
"pages": [
{
"pageDisplayName": "$ProjectName_MCM_Page1",
"pageDisplayName": "${PluginNameShort}_MCM_Page1",
"cursorFillMode": "topToBottom",
"content": [
{
"text": "$ProjectName_MCM_Heading1",
"text": "${PluginNameShort}_MCM_Heading1",
"type": "header"
}
]
Expand Down
Binary file not shown.
File renamed without changes.
1 change: 0 additions & 1 deletion dist/ProjectName/Source/scripts/ProjectNameMCM.psc

This file was deleted.

1 change: 1 addition & 0 deletions dist/ProjectName/Source/scripts/{PluginNameShort}_MCM.psc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ScriptName {PluginNameShort}_MCM Extends MCM_ConfigBase
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ProjectName - Changelog
# {TitleName} - Changelog

## Version 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion docs/description-md/description_brief.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ProjectName is a mod that does a thing.
{TitleName} is a mod that does a thing.
2 changes: 1 addition & 1 deletion docs/description-nexus/description_brief.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ProjectName is a mod that does a thing.
{TitleName} is a mod that does a thing.
6 changes: 3 additions & 3 deletions docs/wiki/Home.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ProjectName
# {TitleName}

---

Welcome to the ProjectName wiki!
Welcome to the {TitleName} wiki!

ProjectName is a mod for Skyrim Special Edition.
{TitleName} is a mod for Skyrim Special Edition.
2 changes: 1 addition & 1 deletion docs/wiki/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# [ProjectName](https://github.com/GroundAura/{RepositoryName}/wiki)
# [{TitleName}](https://github.com/{GitHubAccount}/{RepositoryName}/wiki)

0 comments on commit 78f68b4

Please sign in to comment.