Skip to content

Commit 848969c

Browse files
committed
Add MQRemote and MQGammaLess to plugin quick-list
1 parent 714ebb8 commit 848969c

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

main/plugin-quick-list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ git clone -b master https://github.com/RedGuides/MQ2Rand.git plugins/MQ2Rand
9696
git clone -b master https://github.com/RedGuides/MQ2React.git plugins/MQ2React
9797
git clone -b master https://github.com/RedGuides/MQ2RelayTells.git plugins/MQ2RelayTells
9898
git clone -b master https://github.com/RedGuides/MQ2Relocate.git plugins/MQ2Relocate
99+
git clone -b main https://github.com/peonMQ/MQRemote.git plugins/MQRemote
99100
git clone -b master https://github.com/RedGuides/MQ2Rewards.git plugins/MQ2Rewards
100101
git clone -b master https://github.com/RedGuides/MQ2Rez.git plugins/MQ2Rez
101102
git clone -b master https://github.com/RedGuides/MQ2Say.git plugins/MQ2Say
@@ -122,5 +123,6 @@ git clone -b master https://github.com/RedGuides/MQ2AutoLoot.git plugins/MQ2Auto
122123
git clone -b master https://github.com/RedGuides/MQ2AutoLootSort.git plugins/MQ2AutoLootSort
123124
git clone -b master https://github.com/jessebevil/MQ2LootManager.git plugins/MQ2LootManager
124125
# Emu only
126+
git clone -b main https://github.com/Knightly1/MQGammaLess.git plugins/MQGammaLess
125127
git clone -b main https://github.com/Knightly1/MQMountClassicModels.git plugins/MQMountClassicModels
126128
```

uploads/MacroQuestCustom.sln

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.7.34202.233
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.1.11312.151 d18.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{A648B03F-7642-4857-A62A-AFABC7CAB451}"
77
EndProject
@@ -547,6 +547,16 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MQ2MeshManager", "..\plugin
547547
{70752189-B826-4E5D-816B-61B9147881CB} = {70752189-B826-4E5D-816B-61B9147881CB}
548548
EndProjectSection
549549
EndProject
550+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MQGammaLess", "..\plugins\MQGammaLess\MQGammaLess.vcxproj", "{50F926BC-34D3-07B0-46F9-8FFAD1396838}"
551+
ProjectSection(ProjectDependencies) = postProject
552+
{2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221} = {2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221}
553+
EndProjectSection
554+
EndProject
555+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MQRemote", "..\plugins\MQRemote\MQRemote.vcxproj", "{C0B422BF-64BD-811B-921F-1B794E266FFF}"
556+
ProjectSection(ProjectDependencies) = postProject
557+
{2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221} = {2A0A06A4-E9C6-4229-82EE-BD2D4E0A7221}
558+
EndProjectSection
559+
EndProject
550560
Global
551561
GlobalSection(SolutionConfigurationPlatforms) = preSolution
552562
Debug|Win32 = Debug|Win32
@@ -1442,6 +1452,20 @@ Global
14421452
{D2B98AEB-5F1E-4C21-8F36-DE8CFFF63AFB}.Release|Win32.Build.0 = Release|Win32
14431453
{D2B98AEB-5F1E-4C21-8F36-DE8CFFF63AFB}.Release|x64.ActiveCfg = Release|x64
14441454
{D2B98AEB-5F1E-4C21-8F36-DE8CFFF63AFB}.Release|x64.Build.0 = Release|x64
1455+
{50F926BC-34D3-07B0-46F9-8FFAD1396838}.Debug|Win32.ActiveCfg = Debug|Win32
1456+
{50F926BC-34D3-07B0-46F9-8FFAD1396838}.Debug|Win32.Build.0 = Debug|Win32
1457+
{50F926BC-34D3-07B0-46F9-8FFAD1396838}.Debug|x64.ActiveCfg = Debug|x64
1458+
{50F926BC-34D3-07B0-46F9-8FFAD1396838}.Release|Win32.ActiveCfg = Release|Win32
1459+
{50F926BC-34D3-07B0-46F9-8FFAD1396838}.Release|Win32.Build.0 = Release|Win32
1460+
{50F926BC-34D3-07B0-46F9-8FFAD1396838}.Release|x64.ActiveCfg = Release|x64
1461+
{C0B422BF-64BD-811B-921F-1B794E266FFF}.Debug|Win32.ActiveCfg = Debug|Win32
1462+
{C0B422BF-64BD-811B-921F-1B794E266FFF}.Debug|Win32.Build.0 = Debug|Win32
1463+
{C0B422BF-64BD-811B-921F-1B794E266FFF}.Debug|x64.ActiveCfg = Debug|x64
1464+
{C0B422BF-64BD-811B-921F-1B794E266FFF}.Debug|x64.Build.0 = Debug|x64
1465+
{C0B422BF-64BD-811B-921F-1B794E266FFF}.Release|Win32.ActiveCfg = Release|Win32
1466+
{C0B422BF-64BD-811B-921F-1B794E266FFF}.Release|Win32.Build.0 = Release|Win32
1467+
{C0B422BF-64BD-811B-921F-1B794E266FFF}.Release|x64.ActiveCfg = Release|x64
1468+
{C0B422BF-64BD-811B-921F-1B794E266FFF}.Release|x64.Build.0 = Release|x64
14451469
EndGlobalSection
14461470
GlobalSection(SolutionProperties) = preSolution
14471471
HideSolutionNode = FALSE
@@ -1573,6 +1597,8 @@ Global
15731597
{8FB2D4B3-9530-4F50-90E8-4D36889FBCC1} = {B25A20F7-8E41-4C70-97BA-605D9E439639}
15741598
{3D4E0F3F-D168-4991-8B12-2A73617C0EFB} = {97722087-A7EB-46FC-BCDF-6575C109BB98}
15751599
{D2B98AEB-5F1E-4C21-8F36-DE8CFFF63AFB} = {97722087-A7EB-46FC-BCDF-6575C109BB98}
1600+
{50F926BC-34D3-07B0-46F9-8FFAD1396838} = {7C989858-C30A-41DC-9CE8-1FA6F6D5B67E}
1601+
{C0B422BF-64BD-811B-921F-1B794E266FFF} = {97722087-A7EB-46FC-BCDF-6575C109BB98}
15761602
EndGlobalSection
15771603
GlobalSection(ExtensibilityGlobals) = postSolution
15781604
SolutionGuid = {3A5F6FC6-8612-4587-9706-DC0A4B559E22}

0 commit comments

Comments
 (0)