Skip to content

Commit

Permalink
Add readme and include correct SLN file
Browse files Browse the repository at this point in the history
  • Loading branch information
IrateRedKite committed Apr 21, 2024
1 parent c600448 commit 0264ad1
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 2 deletions.
72 changes: 71 additions & 1 deletion plugins/solar_control/SolarControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,77 @@
*
* @paragraph configuration Configuration
* @code
* {}
* {
* "baseRedirects": {
* "li01_01_base": "li01_02_base"
* },
* "solarArchFormations": {
* "wplatform_form": {
* "components": [
* {
* "relativePosition": [
* 0.0,
* 0.0,
* 0.0
* ],
* "rotation": [
* 0.0,
* 0.0,
* 0.0
* ],
* "solarArchName": "wplatform"
* },
* {
* "relativePosition": [
* 0.0,
* 100.0,
* 0.0
* ],
* "rotation": [
* 0.0,
* 0.0,
* 0.0
* ],
* "solarArchName": "wplatform"
* }
* ]
* }
* },
* "solarArches": {
* "largestation1": {
* "base": "li01_01_base",
* "iff": "li_n_grp",
* "infocard": 197808,
* "loadout": "",
* "pilot": "pilot_solar_hardest",
* "solarArch": "largestation1"
* },
* "wplatform": {
* "base": "",
* "iff": "li_p_grp",
* "infocard": 197808,
* "loadout": "weapon_platform_1",
* "pilot": "pilot_solar_hardest",
* "solarArch": "wplatform"
* }
* },
* "startupSolars": [
* {
* "name": "largestation1",
* "position": [
* -30367.0,
* 120.0,
* -25810.0
* ],
* "rotation": [
* 0.0,
* 0.0,
* 0.0
* ],
* "system": "li01"
* }
* ]
* }
* @endcode
*
* @paragraph ipc IPC Interfaces Exposed
Expand Down
2 changes: 1 addition & 1 deletion project/FLHook.sln
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Loot Tables", "..\plugins\l
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Daily Tasks", "..\plugins\daily_tasks\DailyTasks.vcxproj", "{4270E660-9DF3-4BB3-B55D-5107824D9D10}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Solar Control", "..\..\bmod-flhook\plugins\solar_control\solar_control.vcxproj", "{6F69FEED-80B6-4DFB-865E-90A195281BAB}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Solar Control", "..\plugins\solar_control\solar_control.vcxproj", "{6F69FEED-80B6-4DFB-865E-90A195281BAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 0264ad1

Please sign in to comment.