Skip to content

Commit

Permalink
reorganized files, add additional websites in viewOnline cheat
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-N committed Jan 9, 2024
1 parent 7b2d9b6 commit e3d1acb
Show file tree
Hide file tree
Showing 32 changed files with 183 additions and 122 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ void AssetMetadataCheat::ParseLine(const ArgScript::Line& line)
const char* AssetMetadataCheat::GetDescription(ArgScript::DescriptionMode mode) const
{
if (mode == ArgScript::DescriptionMode::Basic) {
return "Gets the metadata for an asset in the Sporepedia.";
return "Get or set the metadata for a creation in the Sporepedia";
}
else {
return "AssetMetadataCheat: Gets the metadata for an asset in the Sporepedia. Includes the asset name, resource key (TGI), server ID, and other data.";
return "assetMetadata: Get or set the metadata for a creation in the Sporepedia. Includes the name, resource key (TGI), server ID, and other data.";
}
}

Expand Down
3 changes: 1 addition & 2 deletions AssetSharing/AssetMetadataCheat.h → AssetMetadataCheat.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ class AssetMetadataCheat

// Prints the metadata for the specified asset to the console
void PrintMetadata(uint32_t instanceId, uint32_t groupId);
};

};
56 changes: 0 additions & 56 deletions AssetSharing/ViewOnlineCheat.cpp

This file was deleted.

10 changes: 5 additions & 5 deletions AssetSharing.sln → Creation-Metadata.sln
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AssetSharing", "AssetSharing\AssetSharing.vcxproj", "{07FC5B61-B575-4207-B464-AFAE6AF3FC19}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Creation-Metadata", "Creation-Metadata.vcxproj", "{07FC5B61-B575-4207-B464-AFAE6AF3FC19}"
ProjectSection(ProjectDependencies) = postProject
{F057451A-1413-4D68-AF56-1BF529933420} = {F057451A-1413-4D68-AF56-1BF529933420}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spore ModAPI", "..\..\..\Downloads\Repositories\Spore-ModAPI\Spore ModAPI\Spore ModAPI.vcxproj", "{F057451A-1413-4D68-AF56-1BF529933420}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Spore ModAPI", "..\Spore-ModAPI\Spore ModAPI\Spore ModAPI.vcxproj", "{F057451A-1413-4D68-AF56-1BF529933420}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -29,6 +29,6 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18570303-F822-426E-9E3E-DE69E5625BB9}
SolutionGuid = {26EA6FFF-D8FB-47F0-9E1F-C1E873B91DAE}
EndGlobalSection
EndGlobal
31 changes: 8 additions & 23 deletions AssetSharing/AssetSharing.vcxproj → Creation-Metadata.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{07FC5B61-B575-4207-B464-AFAE6AF3FC19}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>AssetSharing</RootNamespace>
<RootNamespace>Creation_Metadata</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand All @@ -47,7 +47,7 @@
<IncludePath>$(SporeSdkPath)Spore ModAPI;$(SporeSdkPath)EASTL-3.02.01\test\packages\EABase\include\Common;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAAssert\include;$(SporeSdkPath)EASTL-3.02.01\test\packages\EAStdC\include;$(SporeSdkPath)EASTL-3.02.01\include;$(SporeSdkPath)Detours\include\;$(DXSDK_DIR)Include;$(IncludePath)</IncludePath>
<LibraryPath>$(DXSDK_DIR)Lib\x86;$(SporeLauncherPath)coreLibs;$(SporeSdkPath)Detours\lib.X86;$(SporeSdkPath)lib\Debug;$(LibraryPath)</LibraryPath>
<TargetName>$(ProjectName)</TargetName>
<OutDir>$(SporeLauncherPath)mLibs\</OutDir>
<OutDir>$(SporeLauncherPath)mLibs</OutDir>
<LocalDebuggerCommand>$(SporeLauncherPath)Spore ModAPI Launcher.exe</LocalDebuggerCommand>
<LocalDebuggerWorkingDirectory>$(SporeLauncherPath)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
Expand Down Expand Up @@ -95,25 +95,13 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="AssetMetadataCheat.h">
<SubType>
</SubType>
</ClInclude>
<ClInclude Include="AssetMetadataCheat.h" />
<ClInclude Include="stdafx.h" />
<ClInclude Include="targetver.h" />
<ClInclude Include="ViewOnlineCheat.h">
<SubType>
</SubType>
</ClInclude>
<ClInclude Include="ViewOnlineCheat.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="AssetMetadataCheat.cpp">
<SubType>
</SubType>
</ClCompile>
<ClCompile Include="AssetMetadataCheat.cpp" />
<ClCompile Include="dllmain.cpp">
<CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand All @@ -126,10 +114,7 @@
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="ViewOnlineCheat.cpp">
<SubType>
</SubType>
</ClCompile>
<ClCompile Include="ViewOnlineCheat.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="SdkPathConfig.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
<Filter Include="AssetSharing">
<Filter Include="Creation-Metadata">
<UniqueIdentifier>{3880d018-2395-4502-abfe-4b83e0817aab}</UniqueIdentifier>
</Filter>
<Filter Include="Internal">
Expand All @@ -19,33 +19,28 @@
<ClInclude Include="stdafx.h">
<Filter>Internal</Filter>
</ClInclude>
<ClInclude Include="ViewOnlineCheat.h">
<Filter>AssetSharing</Filter>
</ClInclude>
<ClInclude Include="AssetMetadataCheat.h">
<Filter>AssetSharing</Filter>
<Filter>Creation-Metadata</Filter>
</ClInclude>
<ClInclude Include="ViewOnlineCheat.h">
<Filter>Creation-Metadata</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
<Filter>AssetSharing</Filter>
<Filter>Creation-Metadata</Filter>
</ClCompile>
<ClCompile Include="stdafx.cpp">
<Filter>Internal</Filter>
</ClCompile>
<ClCompile Include="ViewOnlineCheat.cpp">
<Filter>AssetSharing</Filter>
</ClCompile>
<ClCompile Include="AssetMetadataCheat.cpp">
<Filter>AssetSharing</Filter>
<Filter>Creation-Metadata</Filter>
</ClCompile>
<ClCompile Include="ViewOnlineCheat.cpp">
<Filter>Creation-Metadata</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="SdkPathConfig.props" />
</ItemGroup>
<ItemGroup>
<Text Include="ReadMe.txt">
<Filter>Internal</Filter>
</Text>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<PropertyGroup>
<ShowAllFiles>false</ShowAllFiles>
</PropertyGroup>
</Project>
11 changes: 11 additions & 0 deletions Debug/Creation-Metadata.dll.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>C:\ProgramData\SPORE ModAPI Launcher Kit\mLibs\Creation-Metadata.dll</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
<SatelliteDlls />
<NonRecipeFileRefs />
</Project>
Binary file added Debug/Creation-Metadata.ilk
Binary file not shown.
7 changes: 7 additions & 0 deletions Debug/Creation-Metadata.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(517,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
stdafx.cpp
AssetMetadataCheat.cpp
ViewOnlineCheat.cpp
Generating Code...
dllmain.cpp
Creation-Metadata.vcxproj -> C:\ProgramData\SPORE ModAPI Launcher Kit\mLibs\Creation-Metadata.dll
Binary file added Debug/Creation.07FC5B61.tlog/CL.command.1.tlog
Binary file not shown.
Binary file added Debug/Creation.07FC5B61.tlog/CL.read.1.tlog
Binary file not shown.
Binary file added Debug/Creation.07FC5B61.tlog/CL.write.1.tlog
Binary file not shown.
4 changes: 4 additions & 0 deletions Debug/Creation.07FC5B61.tlog/Cl.items.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
C:\Users\KyleN\Repositories\Spore-Creation-Metadata\AssetMetadataCheat.cpp;C:\Users\KyleN\Repositories\Spore-Creation-Metadata\Debug\AssetMetadataCheat.obj
C:\Users\KyleN\Repositories\Spore-Creation-Metadata\dllmain.cpp;C:\Users\KyleN\Repositories\Spore-Creation-Metadata\Debug\dllmain.obj
C:\Users\KyleN\Repositories\Spore-Creation-Metadata\stdafx.cpp;C:\Users\KyleN\Repositories\Spore-Creation-Metadata\Debug\stdafx.obj
C:\Users\KyleN\Repositories\Spore-Creation-Metadata\ViewOnlineCheat.cpp;C:\Users\KyleN\Repositories\Spore-Creation-Metadata\Debug\ViewOnlineCheat.obj
2 changes: 2 additions & 0 deletions Debug/Creation.07FC5B61.tlog/Creation-Metadata.lastbuildstate
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.38.33130:TargetPlatformVersion=10.0.22621.0:
Debug|Win32|C:\Users\KyleN\Repositories\Spore-Creation-Metadata\|
Binary file not shown.
Binary file added Debug/Creation.07FC5B61.tlog/link.read.1.tlog
Binary file not shown.
Binary file added Debug/Creation.07FC5B61.tlog/link.write.1.tlog
Binary file not shown.
Binary file added Debug/assetmetadatacheat.obj.enc
Binary file not shown.
Binary file added Debug/vc143.idb
Binary file not shown.
Binary file added Debug/vc143.pdb
Binary file not shown.
Binary file added Debug/viewonlinecheat.obj.enc
Binary file not shown.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Kyle Nanakdewa
Copyright (c) 2024 Kade <kade@sporecommunity.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion ModInfo.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<mod displayName="Creation Sharing Metadata" unique="AssetSharing" description="Adds a viewonline cheat to quickly open creations on Spore.com (even modded creations!), and an assetmetadata cheat to view creation metadata." installerSystemVersion="1.0.1.1" dllsBuild="2.5.179"><prerequisite>AssetSharing.dll</prerequisite></mod>
<mod displayName="Creation Metadata" unique="Kade.CreationMetadata" description="View and edit metadata for any creation, and easily open creations on Spore.com (even modded creations!)" installerSystemVersion="1.0.1.2" dllsBuild="2.5.301"><prerequisite>CreationMetadata.dll</prerequisite></mod>
2 changes: 1 addition & 1 deletion AssetSharing/SdkPathConfig.props → SdkPathConfig.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<SporeSdkPath>C:\Users\KyleN\Downloads\Repositories\Spore-ModAPI\</SporeSdkPath>
<SporeSdkPath>$(USERPROFILE)\Repositories\Spore-ModAPI\</SporeSdkPath>
<SporeLauncherPath>C:\ProgramData\SPORE ModAPI Launcher Kit\</SporeLauncherPath>
</PropertyGroup>
<PropertyGroup />
Expand Down
Loading

0 comments on commit e3d1acb

Please sign in to comment.