mirror of
				https://gitgud.io/Stardust3D/rjw-patch-autopsy.git
				synced 2024-08-15 00:43:41 +00:00 
			
		
		
		
	cleanup
This commit is contained in:
		
							parent
							
								
									577513a0ff
								
							
						
					
					
						commit
						f2bbe509ef
					
				
					 14 changed files with 11 additions and 3145 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
		<li>1.3</li>
 | 
							<li>1.3</li>
 | 
				
			||||||
	</supportedVersions>
 | 
						</supportedVersions>
 | 
				
			||||||
	<packageId>Stardust3D.RJW.patch.Autopsy</packageId>
 | 
						<packageId>Stardust3D.RJW.patch.Autopsy</packageId>
 | 
				
			||||||
	<description>This mod allow organ harvest on dead bodies. This a new version which allows the player to harvest pawn-spesific organs. Happy harvest!</description>
 | 
						<description>This is a compatibility patch to enable 'Harvest Organs post mortem'/Autopsy to yield RJW bodyparts.</description>
 | 
				
			||||||
	<modDependencies>
 | 
						<modDependencies>
 | 
				
			||||||
		<li>
 | 
							<li>
 | 
				
			||||||
			<packageId>UnlimitedHugs.HugsLib</packageId>
 | 
								<packageId>UnlimitedHugs.HugsLib</packageId>
 | 
				
			||||||
| 
						 | 
					@ -17,7 +17,7 @@
 | 
				
			||||||
		<li>
 | 
							<li>
 | 
				
			||||||
			<packageId>Smuffle.HarvestOrgansPostMortem</packageId>
 | 
								<packageId>Smuffle.HarvestOrgansPostMortem</packageId>
 | 
				
			||||||
			<displayName>HarvestOrgansPostMortem</displayName>
 | 
								<displayName>HarvestOrgansPostMortem</displayName>
 | 
				
			||||||
			<downloadUrl>TODO: URL HERE</downloadUrl>
 | 
								<downloadUrl>https://github.com/DenJur/RimwoldAutopsy</downloadUrl>
 | 
				
			||||||
		</li>
 | 
							</li>
 | 
				
			||||||
		<li>
 | 
							<li>
 | 
				
			||||||
			<packageId>rim.job.world</packageId>
 | 
								<packageId>rim.job.world</packageId>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										5
									
								
								About/Manifest.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								About/Manifest.xml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,5 @@
 | 
				
			||||||
 | 
					<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 | 
				
			||||||
 | 
					<Manifest>
 | 
				
			||||||
 | 
					  <identifier>RJW patch - Harvest Organs Post Mortem</identifier>
 | 
				
			||||||
 | 
					  <version>493.0.1.1</version>
 | 
				
			||||||
 | 
					</Manifest>
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 520 KiB  | 
| 
						 | 
					@ -1 +0,0 @@
 | 
				
			||||||
1204502413
 | 
					 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -1,8 +0,0 @@
 | 
				
			||||||
<?xml version="1.0"?>
 | 
					 | 
				
			||||||
<doc>
 | 
					 | 
				
			||||||
    <assembly>
 | 
					 | 
				
			||||||
        <name>RJW_patch_Autopsy</name>
 | 
					 | 
				
			||||||
    </assembly>
 | 
					 | 
				
			||||||
    <members>
 | 
					 | 
				
			||||||
    </members>
 | 
					 | 
				
			||||||
</doc>
 | 
					 | 
				
			||||||
							
								
								
									
										
											BIN
										
									
								
								Source/Preview.psd
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Source/Preview.psd
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -4,8 +4,8 @@ using System.Runtime.InteropServices;
 | 
				
			||||||
// General Information about an assembly is controlled through the following
 | 
					// General Information about an assembly is controlled through the following
 | 
				
			||||||
// set of attributes. Change these attribute values to modify the information
 | 
					// set of attributes. Change these attribute values to modify the information
 | 
				
			||||||
// associated with an assembly.
 | 
					// associated with an assembly.
 | 
				
			||||||
[assembly: AssemblyTitle("RJW_patch_Autopsy")]
 | 
					[assembly: AssemblyTitle("RJW patch - Harvest Organs Post Mortem")]
 | 
				
			||||||
[assembly: AssemblyDescription("")]
 | 
					[assembly: AssemblyDescription("This is a compatibility patch to enable 'Harvest Organs post mortem'/Autopsy to yield RJW bodyparts.")]
 | 
				
			||||||
[assembly: AssemblyConfiguration("")]
 | 
					[assembly: AssemblyConfiguration("")]
 | 
				
			||||||
[assembly: AssemblyCompany("")]
 | 
					[assembly: AssemblyCompany("")]
 | 
				
			||||||
[assembly: AssemblyProduct("RJW_patch_Autopsy")]
 | 
					[assembly: AssemblyProduct("RJW_patch_Autopsy")]
 | 
				
			||||||
| 
						 | 
					@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
 | 
				
			||||||
// You can specify all the values or you can default the Build and Revision Numbers
 | 
					// You can specify all the values or you can default the Build and Revision Numbers
 | 
				
			||||||
// by using the '*' as shown below:
 | 
					// by using the '*' as shown below:
 | 
				
			||||||
// [assembly: AssemblyVersion("1.0.*")]
 | 
					// [assembly: AssemblyVersion("1.0.*")]
 | 
				
			||||||
[assembly: AssemblyVersion("493.0.1.0")]
 | 
					[assembly: AssemblyVersion("493.0.1.1")]
 | 
				
			||||||
[assembly: AssemblyFileVersion("493.0.1.0")]
 | 
					[assembly: AssemblyFileVersion("493.0.1.1")]
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue