From 7e3f5d1444dabace15aefb350b6f29bd25189fdc Mon Sep 17 00:00:00 2001 From: First-Coder Date: Fri, 26 Feb 2021 13:25:50 +0100 Subject: [PATCH 01/13] Reconstruct project --- .gitignore | 348 ++++++++++++++++++++++++++++++++++++++ Program.cs | 347 +++++++++++++++++++++++++++---------- SpawnCodeGenerator.csproj | 5 +- Summery.cs | 17 ++ 4 files changed, 629 insertions(+), 88 deletions(-) create mode 100644 .gitignore create mode 100644 Summery.cs diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82fa5ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,348 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ diff --git a/Program.cs b/Program.cs index 31a13da..957934d 100644 --- a/Program.cs +++ b/Program.cs @@ -1,124 +1,299 @@ using System; +using System.Collections.Generic; using System.IO; - +using System.Linq; +using System.Text.RegularExpressions; namespace ArkSpawnCodeGen { class Program { - static void Main(string[] args) + /// + /// Constants for the file names + /// + private const string PREFIX = "ArkSpawnCodeGen_"; + private const string PRIMAL_ITEMS_PREFIX = PREFIX + "Primal_Items_"; + private const string SPAWNCODES_PREFIX = PREFIX + "Spawncodes_"; + + private const string SUMMERY_FILE = PREFIX + "Summery"; + private const string BLUEPRINT_FILE = PREFIX + "Blueprints"; + private const string ENGRAM_FILE = PREFIX + "Engrams"; + private const string PRIMAL_ITEMS_FILE = PRIMAL_ITEMS_PREFIX + "Items"; + private const string SPAWNCODE_ITEMS_FILE = SPAWNCODES_PREFIX + "Items"; + private const string SPAWNCODE_CREATURE_FILE = SPAWNCODES_PREFIX + "Creatures"; + + private const string OUTPUT_PATH = "Output/"; + private static string PATH_PREFIX = "/Game/Mods/"; + + /// + /// List of all read files + /// + private static List summeryFile = new List(); + private static List blueprintFile = new List(); + private static List engramFile = new List(); + private static List primalItemsFile = new List(); + private static List spawncodeItemsFile = new List(); + private static List spawncodeCreatureFile = new List(); + + /// + /// Save all found files + /// + private static string[] files; + + /// + /// Constructor of ArkSpanCodeGen + /// + /// + public static void Main(string[] args) + { + var path = Directory.GetCurrentDirectory(); + var modFolder = path.Split('\\').Last(); + PATH_PREFIX += modFolder; + + WriteColor(@"[ $$$$$$\ $$\ $$\ $$\ $$\ ]", ConsoleColor.Yellow); + WriteColor(@"[$$ __$$\ $$ | $$$\ $$$ | $$ |]", ConsoleColor.Yellow); + WriteColor(@"[$$ / $$ | $$$$$$\ $$ | $$\ $$$$\ $$$$ | $$$$$$\ $$$$$$$ |]", ConsoleColor.Yellow); + WriteColor(@"[$$$$$$$$ |$$ __$$\ $$ | $$ |$$\$$\$$ $$ |$$ __$$\ $$ __$$ |]", ConsoleColor.Yellow); + WriteColor(@"[$$ __$$ |$$ | \__|$$$$$$ / $$ \$$$ $$ |$$ / $$ |$$ / $$ |]", ConsoleColor.Yellow); + WriteColor(@"[$$ | $$ |$$ | $$ _$$< $$ |\$ /$$ |$$ | $$ |$$ | $$ |]", ConsoleColor.Yellow); + WriteColor(@"[$$ | $$ |$$ | $$ | \$$\ $$ | \_/ $$ |\$$$$$$ |\$$$$$$$ |]", ConsoleColor.Yellow); + WriteColor(@"[\__| \__|\__| \__| \__|\__| \__| \______/ \_______|]", ConsoleColor.Yellow); + + Console.WriteLine(Environment.NewLine); + WriteColor(@"[//--Informationen------------------------------------------------]", ConsoleColor.DarkGreen); + WriteColor($"[// Title:] ARK Spawncode Generator", ConsoleColor.DarkGreen); + WriteColor($"[// Autor:] derda, L. Gmann", ConsoleColor.DarkGreen); + WriteColor(@"[//--Settings-----------------------------------------------------]", ConsoleColor.DarkGreen); + WriteColor($"[// Output folder:] {OUTPUT_PATH}", ConsoleColor.DarkGreen); + WriteColor($"[// Mod folder name:] {modFolder} (Absolute path: {PATH_PREFIX})", ConsoleColor.DarkGreen); + WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.DarkGreen); + WriteColor($"[// Blueprints:] To read blueprints they must begin with BP_", ConsoleColor.DarkGreen); + WriteColor($"[// Engrams:] To read engrams they must begin with EngramEntry", ConsoleColor.DarkGreen); + WriteColor($"[// Primal Item:] To read primal and spawncode items they must begin with PrimalItem", ConsoleColor.DarkGreen); + WriteColor($"[// Spawncode Dino:] To read creatures and tamed creatures they must begin with Character_BP", ConsoleColor.DarkGreen); + WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.DarkGreen); + Console.WriteLine(Environment.NewLine); + WriteColor($"[Push a random key to start the process]", ConsoleColor.DarkRed); + Console.WriteLine(Environment.NewLine); + + Console.ReadKey(); + + files = Directory.GetFiles(Directory.GetCurrentDirectory()); + + if (IsArkModFolder()) + { + ParseFiles(); + WriteFiles(); + + Console.WriteLine(Environment.NewLine); + WriteColor(@"[//--Informationen------------------------------------------------]", ConsoleColor.DarkGreen); + WriteColor($"[// Read files:] {summeryFile.Count} Total, {engramFile.Count} Engrams, {blueprintFile.Count} Blueprints, {primalItemsFile.Count} Primal Items, {spawncodeItemsFile.Count} Spawncode Items, {spawncodeCreatureFile.Count} Spawncode Creatures", ConsoleColor.DarkGreen); + WriteColor($"[//] Looks like all worked fine ;)", ConsoleColor.DarkGreen); + WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.DarkGreen); + Console.WriteLine(Environment.NewLine); + } + else + { + WriteColor(@"[//--Error--------------------------------------------------------]", ConsoleColor.DarkRed); + WriteColor($"[// Error:] This folder dont have a PrimalGameData.", ConsoleColor.DarkRed); + WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.DarkRed); + } + Console.ReadKey(); + } + + /// + /// Parse all files and save them into list of strings + /// + static void ParseFiles() { + Directory.CreateDirectory(OUTPUT_PATH); - string[] files = Directory.GetFiles(Directory.GetCurrentDirectory()); - int amtFiles = files.Length; - int fileCount = 0; - bool isArkModFolder() + // Delete files if exist + File.Delete(OUTPUT_PATH + SUMMERY_FILE + ".txt"); + File.Delete(OUTPUT_PATH + BLUEPRINT_FILE + ".txt"); + File.Delete(OUTPUT_PATH + ENGRAM_FILE + ".txt"); + File.Delete(OUTPUT_PATH + PRIMAL_ITEMS_FILE + ".txt"); + File.Delete(OUTPUT_PATH + SPAWNCODE_ITEMS_FILE + ".txt"); + File.Delete(OUTPUT_PATH + SPAWNCODE_CREATURE_FILE + ".txt"); + + var path = Directory.GetCurrentDirectory(); + var allItems = Directory.GetFiles(Directory.GetCurrentDirectory(), "*", SearchOption.AllDirectories); + + foreach (var item in allItems) { - foreach (string s in files) + var filename = Path.GetFileNameWithoutExtension(item); + if (filename.StartsWith("EngramEntry")) { - string filename = Path.GetFileNameWithoutExtension(s); - if (!filename.StartsWith("PrimalGameData")) + var s = filename + "_C"; + summeryFile.Add(new Summery { - if (fileCount == amtFiles - 1) - { - return false; - } - else - { - fileCount++; - } - } - else + Type = SummeryEnum.ENGRAM, + Value = s + }); + engramFile.Add(s); + } + if (filename.StartsWith("BP_")) + { + var s = ((char)34) + "Blueprint'" + item.Replace(path, PATH_PREFIX).Replace(".uasset", "." + filename).Replace(@"\", "/") + "'" + ((char)34); + summeryFile.Add(new Summery { - return true; - } + Type = SummeryEnum.BLUEPRINT, + Value = s + }); + blueprintFile.Add(s); } - return false; - } - - void MakeSpawnCodes() - { - string author = "\nCode generated with ARKMod.net's ARK Code Generator. For latest version, visit https://arkmod.net/.\nHappy ARKing!"; - string engramsHeader = "\n---------------------------------------------------------------------------------Engram Names---------------------------------------------------------------------------------\n"; - string itemsHeader = "\n---------------------------------------------------------------------------------Item Spawncodes--------------------------------------------------------------------------------\n"; - string dinoHeader = "\n---------------------------------------------------------------------------------Creature Spawncodes-----------------------------------------------------------------------------\n"; - string dinoTHeader = "\n---------------------------------------------------------------------------------Tamed Creature Spawncodes-----------------------------------------------------------------------\n"; - var allItems = Directory.GetFiles(Directory.GetCurrentDirectory(), "*", SearchOption.AllDirectories); - File.Delete("Output.txt"); //this will wipe the text file so a clean set of codes can be re generated - File.AppendAllText("Output.txt", author + Environment.NewLine); - File.AppendAllText("Output.txt", engramsHeader + Environment.NewLine); - foreach (var item in allItems) + if (filename.StartsWith("PrimalItem")) { - var filename = Path.GetFileNameWithoutExtension(item); - - if (filename.StartsWith("EngramEntry")) + var s = "admincheat GiveItem " + ((char)34) + "Blueprint'" + item.Replace(path, PATH_PREFIX).Replace(".uasset", "." + filename).Replace(@"\", "/") + "'" + ((char)34) + " 1 1 0"; + var ss = ((char)34) + "Blueprint'" + item.Replace(path, PATH_PREFIX).Replace(".uasset", "." + filename).Replace(@"\", "/") + "'" + ((char)34); + summeryFile.Add(new Summery { - - var s = filename + "_C"; - - File.AppendAllText("Output.txt", s + Environment.NewLine); - - Console.WriteLine(s); - } + Type = SummeryEnum.SPAWNCODE_ITEM, + Value = s + }); + summeryFile.Add(new Summery + { + Type = SummeryEnum.PRIMAL_ITEM, + Value = s + }); + primalItemsFile.Add(ss); + spawncodeItemsFile.Add(s); } - File.AppendAllText("Output.txt", itemsHeader + Environment.NewLine);// this add the item header to show that everythign below is an item spawn code - foreach (var item in allItems) + if (filename.StartsWith("Character_BP")) { - var filename = Path.GetFileNameWithoutExtension(item); - - if (filename.StartsWith("PrimalItem")) + var s = "admincheat SpawnDino " + ((char)34) + "Blueprint'" + item.Replace(path, PATH_PREFIX).Replace(".uasset", "." + filename).Replace(@"\", "/") + "'" + ((char)34) + " 500 0 0 120"; + summeryFile.Add(new Summery { - - var s = @"admincheat GiveItem " + ((char)34) + "Blueprint'" + item.Substring(item.IndexOf("Content")).Replace(@"Content\", @"\Game\").Replace(".uasset", "." + filename).Replace(@"\", "/") + "'" + ((char)34) + " 1 1 0"; - - File.AppendAllText("Output.txt", s + Environment.NewLine); - - Console.WriteLine(s); - } + Type = SummeryEnum.SPAWNCODE_CREATURE, + Value = s + }); + spawncodeCreatureFile.Add(s); } - File.AppendAllText("Output.txt", dinoHeader + Environment.NewLine); - foreach (var item in allItems) + if (filename.StartsWith("Character_BP")) { - var filename = Path.GetFileNameWithoutExtension(item); - - if (filename.Contains("Character_BP")) + var s = "admincheat GMSummon " + ((char)34) + filename + ((char)34) + " 120"; + summeryFile.Add(new Summery { + Type = SummeryEnum.SPAWNCODE_CREATURE, + Value = s + }); + spawncodeCreatureFile.Add(s); + } + } + } - var s = @"admincheat SpawnDino " + ((char)34) + "Blueprint'" + item.Substring(item.IndexOf("Content")).Replace(@"Content\", @"\Game\").Replace(".uasset", "." + filename).Replace(@"\", "/") + "'" + ((char)34) + " 500 0 0 120"; - - File.AppendAllText("Output.txt", s + Environment.NewLine); - - Console.WriteLine(s); - + /// + /// Write the content to the files + /// + static void WriteFiles() + { + WriteColor(@"[//--Summery------------------------------------------------------]", ConsoleColor.Cyan); + var type = ""; + foreach (var item in summeryFile.OrderBy(el => el.Type)) + { + if(type.Equals("") || !type.Equals(item.Type.ToString())) + { + if (!type.Equals("")) + { + File.AppendAllText(OUTPUT_PATH + SUMMERY_FILE + ".txt", $"//-------------------------------------------------------------------" + Environment.NewLine + Environment.NewLine); } + type = item.Type.ToString(); + File.AppendAllText(OUTPUT_PATH + SUMMERY_FILE + ".txt", $"//--{item.Type}------------------------------------------------------" + Environment.NewLine); } - File.AppendAllText("Output.txt", dinoTHeader + Environment.NewLine); - foreach (var item in allItems) - { - var filename = Path.GetFileNameWithoutExtension(item); + File.AppendAllText(OUTPUT_PATH + SUMMERY_FILE + ".txt", item.Value + Environment.NewLine); + WriteColor($"[// {item.Type}] {item.Value}", ConsoleColor.Cyan); + } + WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.Cyan); + Console.WriteLine(Environment.NewLine); - if (filename.Contains("Character_BP")) - { + WriteColor(@"[//--Blueprints---------------------------------------------------]", ConsoleColor.Cyan); + foreach (var item in blueprintFile) + { + File.AppendAllText(OUTPUT_PATH + BLUEPRINT_FILE + ".txt", item + Environment.NewLine); + WriteColor($"[//] {item}", ConsoleColor.Cyan); + } + WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.Cyan); + Console.WriteLine(Environment.NewLine); - var s = @"admincheat GMSummon " + ((char)34) + filename + ((char)34) + " 120"; + WriteColor(@"[//--Engrams------------------------------------------------------]", ConsoleColor.Cyan); + foreach (var item in engramFile) + { + File.AppendAllText(OUTPUT_PATH + ENGRAM_FILE + ".txt", item + Environment.NewLine); + WriteColor($"[//] {item}", ConsoleColor.Cyan); + } + WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.Cyan); + Console.WriteLine(Environment.NewLine); - File.AppendAllText("Output.txt", s + Environment.NewLine); + WriteColor(@"[//--SpawncodeItems-----------------------------------------------]", ConsoleColor.Cyan); + foreach (var item in spawncodeItemsFile) + { + File.AppendAllText(OUTPUT_PATH + SPAWNCODE_ITEMS_FILE + ".txt", item + Environment.NewLine); + WriteColor($"[//] {item}", ConsoleColor.Cyan); + } + WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.Cyan); + Console.WriteLine(Environment.NewLine); - Console.WriteLine(s); + WriteColor(@"[//--PrimalItems--------------------------------------------------]", ConsoleColor.Cyan); + foreach (var item in primalItemsFile) + { + File.AppendAllText(OUTPUT_PATH + PRIMAL_ITEMS_FILE + ".txt", item + Environment.NewLine); + WriteColor($"[//] {item}", ConsoleColor.Cyan); + } + WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.Cyan); + Console.WriteLine(Environment.NewLine); - } - } - File.AppendAllText("Output.txt", author + Environment.NewLine); + WriteColor(@"[//--CreatureSpawncodes-------------------------------------------]", ConsoleColor.Cyan); + foreach (var item in spawncodeCreatureFile) + { + File.AppendAllText(OUTPUT_PATH + SPAWNCODE_CREATURE_FILE + ".txt", item + Environment.NewLine); + WriteColor($"[//] {item}", ConsoleColor.Cyan); } - if (isArkModFolder()) + WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.Cyan); + Console.WriteLine(Environment.NewLine); + } + + /// + /// Write some coloring console messages for the user + /// https://stackoverflow.com/questions/2743260/is-it-possible-to-write-to-the-console-in-colour-in-net + /// + /// Message to write + /// ConsoleColor value of the color + static void WriteColor(string message, ConsoleColor color) + { + var pieces = Regex.Split(message, @"(\[[^\]]*\])"); + + for (int i = 0; i < pieces.Length; i++) { - MakeSpawnCodes(); + string piece = pieces[i]; + + if (piece.StartsWith("[") && piece.EndsWith("]")) + { + Console.ForegroundColor = color; + piece = piece.Substring(1, piece.Length - 2); + } + + Console.Write(piece); + Console.ResetColor(); } - else + + Console.WriteLine(); + } + + /// + /// Check if the folder has a file called PrimalGameData + /// + /// true if file exists otherwise false + private static bool IsArkModFolder() + { + foreach (string s in files) { - Console.WriteLine("This folder dont have a PrimalGameData."); - Console.ReadKey(); + string filename = Path.GetFileNameWithoutExtension(s); + if (filename.StartsWith("PrimalGameData")) + { + return true; + } } + return false; } } } diff --git a/SpawnCodeGenerator.csproj b/SpawnCodeGenerator.csproj index a123298..2d13a29 100644 --- a/SpawnCodeGenerator.csproj +++ b/SpawnCodeGenerator.csproj @@ -11,6 +11,7 @@ v4.6.1 512 true + false publish\ true Disk @@ -23,7 +24,6 @@ true 0 1.0.0.%2a - false false true @@ -67,11 +67,12 @@ + False - Microsoft .NET Framework 4.6.1 %28x86 and x64%29 + Microsoft .NET Framework 4.6.1 %28x86 und x64%29 true diff --git a/Summery.cs b/Summery.cs new file mode 100644 index 0000000..76631a2 --- /dev/null +++ b/Summery.cs @@ -0,0 +1,17 @@ +namespace ArkSpawnCodeGen +{ + public enum SummeryEnum + { + BLUEPRINT, + ENGRAM, + PRIMAL_ITEM, + SPAWNCODE_ITEM, + SPAWNCODE_CREATURE + } + + public class Summery + { + public SummeryEnum Type { get; set; } + public string Value { get; set; } + } +} From 22cd6819dc382a917fdeb2e236d691bf2c0ca0e4 Mon Sep 17 00:00:00 2001 From: First-Coder Date: Sat, 27 Feb 2021 23:47:07 +0100 Subject: [PATCH 02/13] performance update --- Program.cs | 13 ++++++------- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Program.cs b/Program.cs index 957934d..003d8f8 100644 --- a/Program.cs +++ b/Program.cs @@ -131,6 +131,7 @@ static void ParseFiles() Value = s }); engramFile.Add(s); + continue; } if (filename.StartsWith("BP_")) { @@ -141,6 +142,7 @@ static void ParseFiles() Value = s }); blueprintFile.Add(s); + continue; } if (filename.StartsWith("PrimalItem")) { @@ -158,26 +160,23 @@ static void ParseFiles() }); primalItemsFile.Add(ss); spawncodeItemsFile.Add(s); + continue; } if (filename.StartsWith("Character_BP")) { var s = "admincheat SpawnDino " + ((char)34) + "Blueprint'" + item.Replace(path, PATH_PREFIX).Replace(".uasset", "." + filename).Replace(@"\", "/") + "'" + ((char)34) + " 500 0 0 120"; + var ss = "admincheat GMSummon " + ((char)34) + filename + ((char)34) + " 120"; summeryFile.Add(new Summery { Type = SummeryEnum.SPAWNCODE_CREATURE, Value = s }); - spawncodeCreatureFile.Add(s); - } - if (filename.StartsWith("Character_BP")) - { - var s = "admincheat GMSummon " + ((char)34) + filename + ((char)34) + " 120"; summeryFile.Add(new Summery { Type = SummeryEnum.SPAWNCODE_CREATURE, - Value = s + Value = ss }); - spawncodeCreatureFile.Add(s); + continue; } } } diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f427fd7..9f3d2d8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.0.1")] +[assembly: AssemblyFileVersion("1.0.0.1")] From a3e6d550819a2c5112cd6f9a1c9792e4f6d1553c Mon Sep 17 00:00:00 2001 From: First-Coder Date: Thu, 18 Mar 2021 23:16:17 +0100 Subject: [PATCH 03/13] Create dotnet.yml --- .github/workflows/dotnet.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/dotnet.yml diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml new file mode 100644 index 0000000..738bf18 --- /dev/null +++ b/.github/workflows/dotnet.yml @@ -0,0 +1,29 @@ +name: .NET + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/build@main + - name: Setup .Net Core 3.1 + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 3.1.x + - name: Setup .NET + uses: actions/setup-dotnet@v1 + with: + dotnet-version: 5.0.x + - name: Restore dependencies + run: dotnet restore + - name: Build + run: dotnet build --no-restore + - name: Test + run: dotnet test --no-build --verbosity normal From b219838f9e82c0b4154efe39fea70033341a83a8 Mon Sep 17 00:00:00 2001 From: First-Coder Date: Thu, 18 Mar 2021 23:19:54 +0100 Subject: [PATCH 04/13] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 738bf18..4801dee 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/build@main + - uses: actions/checkout@v2 - name: Setup .Net Core 3.1 uses: actions/setup-dotnet@v1 with: From 2ebc06a89383290a8df51cdfbbf34536ec51d8bf Mon Sep 17 00:00:00 2001 From: First-Coder Date: Thu, 18 Mar 2021 23:29:19 +0100 Subject: [PATCH 05/13] Create codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 67 +++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 .github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 0000000..40936c9 --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,67 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ main ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ main ] + schedule: + - cron: '18 0 * * 2' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + + strategy: + fail-fast: false + matrix: + language: [ 'csharp' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] + # Learn more: + # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v1 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + + # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 From 77219c53d8e161a7a40b68fc7e822124e90e822c Mon Sep 17 00:00:00 2001 From: First-Coder Date: Fri, 19 Mar 2021 13:30:51 +0100 Subject: [PATCH 06/13] Update from .Net Framework to .Net Core --- ARKModnetLogo.ico | Bin 125212 -> 0 bytes App.config | 6 - LICENCE.txt | 674 +++++++++++++++++++++++++++++++++++++ Models/Summery.cs | 8 + Models/SummeryEnum.cs | 11 + Program.cs | 33 +- Properties/AssemblyInfo.cs | 37 -- SpawnCodeGenerator.csproj | 111 ++---- Summery.cs | 17 - icon.ico | Bin 0 -> 10462 bytes 10 files changed, 736 insertions(+), 161 deletions(-) delete mode 100644 ARKModnetLogo.ico delete mode 100644 App.config create mode 100644 LICENCE.txt create mode 100644 Models/Summery.cs create mode 100644 Models/SummeryEnum.cs delete mode 100644 Properties/AssemblyInfo.cs delete mode 100644 Summery.cs create mode 100644 icon.ico diff --git a/ARKModnetLogo.ico b/ARKModnetLogo.ico deleted file mode 100644 index 12d3b32520037a825075b2e427fb0b2a8da57859..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 125212 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 - - - - - \ No newline at end of file diff --git a/LICENCE.txt b/LICENCE.txt new file mode 100644 index 0000000..3e837d8 --- /dev/null +++ b/LICENCE.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. \ No newline at end of file diff --git a/Models/Summery.cs b/Models/Summery.cs new file mode 100644 index 0000000..5add988 --- /dev/null +++ b/Models/Summery.cs @@ -0,0 +1,8 @@ +namespace SpawnCodeGenerator.Models +{ + public class Summery + { + public SummeryEnum Type { get; set; } + public string Value { get; set; } + } +} diff --git a/Models/SummeryEnum.cs b/Models/SummeryEnum.cs new file mode 100644 index 0000000..a920360 --- /dev/null +++ b/Models/SummeryEnum.cs @@ -0,0 +1,11 @@ +namespace SpawnCodeGenerator.Models +{ + public enum SummeryEnum + { + BLUEPRINT, + ENGRAM, + PRIMAL_ITEM, + SPAWNCODE_ITEM, + SPAWNCODE_CREATURE + } +} diff --git a/Program.cs b/Program.cs index 003d8f8..53328ff 100644 --- a/Program.cs +++ b/Program.cs @@ -1,10 +1,12 @@ -using System; +using SpawnCodeGenerator.Models; +using System; using System.Collections.Generic; using System.IO; using System.Linq; +using System.Reflection; using System.Text.RegularExpressions; -namespace ArkSpawnCodeGen +namespace SpawnCodeGenerator { class Program { @@ -50,19 +52,20 @@ public static void Main(string[] args) var modFolder = path.Split('\\').Last(); PATH_PREFIX += modFolder; - WriteColor(@"[ $$$$$$\ $$\ $$\ $$\ $$\ ]", ConsoleColor.Yellow); - WriteColor(@"[$$ __$$\ $$ | $$$\ $$$ | $$ |]", ConsoleColor.Yellow); - WriteColor(@"[$$ / $$ | $$$$$$\ $$ | $$\ $$$$\ $$$$ | $$$$$$\ $$$$$$$ |]", ConsoleColor.Yellow); - WriteColor(@"[$$$$$$$$ |$$ __$$\ $$ | $$ |$$\$$\$$ $$ |$$ __$$\ $$ __$$ |]", ConsoleColor.Yellow); - WriteColor(@"[$$ __$$ |$$ | \__|$$$$$$ / $$ \$$$ $$ |$$ / $$ |$$ / $$ |]", ConsoleColor.Yellow); - WriteColor(@"[$$ | $$ |$$ | $$ _$$< $$ |\$ /$$ |$$ | $$ |$$ | $$ |]", ConsoleColor.Yellow); - WriteColor(@"[$$ | $$ |$$ | $$ | \$$\ $$ | \_/ $$ |\$$$$$$ |\$$$$$$$ |]", ConsoleColor.Yellow); - WriteColor(@"[\__| \__|\__| \__| \__|\__| \__| \______/ \_______|]", ConsoleColor.Yellow); - + Console.WriteLine(Environment.NewLine); + WriteColor(@"[$$$$$$$$\ $$\ $$\ $$$$$$\ $$\]", ConsoleColor.DarkGreen); + WriteColor(@"[$$ _____|\__| $$ | $$ __$$\ $$ |]", ConsoleColor.DarkGreen); + WriteColor(@"[$$ | $$\ $$$$$$\ $$$$$$$\ $$$$$$\ $$ / \__| $$$$$$\ $$$$$$$ | $$$$$$\ $$$$$$\]", ConsoleColor.DarkGreen); + WriteColor(@"[$$$$$\ $$ |$$ __$$\ $$ _____|\_$$ _|$$$$$$\ $$ | $$ __$$\ $$ __$$ |$$ __$$\ $$ __$$\]", ConsoleColor.DarkGreen); + WriteColor(@"[$$ __| $$ |$$ | \__|\$$$$$$\ $$ | \______|$$ | $$ / $$ |$$ / $$ |$$$$$$$$ |$$ | \__|]", ConsoleColor.DarkGreen); + WriteColor(@"[$$ | $$ |$$ | \____$$\ $$ |$$\ $$ | $$\ $$ | $$ |$$ | $$ |$$ ____|$$ |]", ConsoleColor.DarkGreen); + WriteColor(@"[$$ | $$ |$$ | $$$$$$$ | \$$$$ | \$$$$$$ |\$$$$$$ |\$$$$$$$ |\$$$$$$$\ $$ |]", ConsoleColor.DarkGreen); + WriteColor(@"[\__| \__|\__| \_______/ \____/ \______/ \______/ \_______| \_______|\__|]", ConsoleColor.DarkGreen); Console.WriteLine(Environment.NewLine); WriteColor(@"[//--Informationen------------------------------------------------]", ConsoleColor.DarkGreen); - WriteColor($"[// Title:] ARK Spawncode Generator", ConsoleColor.DarkGreen); - WriteColor($"[// Autor:] derda, L. Gmann", ConsoleColor.DarkGreen); + WriteColor($"[// Title:] {Assembly.GetEntryAssembly().GetName().Name}", ConsoleColor.DarkGreen); + WriteColor($"[// Version:] {Assembly.GetEntryAssembly().GetCustomAttribute().Version}", ConsoleColor.DarkGreen); + WriteColor($"[// Autor:] {Assembly.GetEntryAssembly().GetCustomAttribute().Copyright}", ConsoleColor.DarkGreen); WriteColor(@"[//--Settings-----------------------------------------------------]", ConsoleColor.DarkGreen); WriteColor($"[// Output folder:] {OUTPUT_PATH}", ConsoleColor.DarkGreen); WriteColor($"[// Mod folder name:] {modFolder} (Absolute path: {PATH_PREFIX})", ConsoleColor.DarkGreen); @@ -115,7 +118,7 @@ static void ParseFiles() File.Delete(OUTPUT_PATH + PRIMAL_ITEMS_FILE + ".txt"); File.Delete(OUTPUT_PATH + SPAWNCODE_ITEMS_FILE + ".txt"); File.Delete(OUTPUT_PATH + SPAWNCODE_CREATURE_FILE + ".txt"); - + var path = Directory.GetCurrentDirectory(); var allItems = Directory.GetFiles(Directory.GetCurrentDirectory(), "*", SearchOption.AllDirectories); @@ -190,7 +193,7 @@ static void WriteFiles() var type = ""; foreach (var item in summeryFile.OrderBy(el => el.Type)) { - if(type.Equals("") || !type.Equals(item.Type.ToString())) + if (type.Equals("") || !type.Equals(item.Type.ToString())) { if (!type.Equals("")) { diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index 9f3d2d8..0000000 --- a/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ARK Spawncode Generator")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("ARKMod.net")] -[assembly: AssemblyProduct("ARK Spawncode Generator")] -[assembly: AssemblyCopyright("ARKMod.net 2021")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM. - -[assembly: Guid("07d41b53-92de-4e50-ab41-5b12cf08c7e7")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] diff --git a/SpawnCodeGenerator.csproj b/SpawnCodeGenerator.csproj index 2d13a29..e8d9beb 100644 --- a/SpawnCodeGenerator.csproj +++ b/SpawnCodeGenerator.csproj @@ -1,91 +1,30 @@ - - - + + - Debug - AnyCPU - {7E361A54-A631-4204-A1AE-8A6458EDD60B} Exe - ArkSpawnCodeGen - ARK Code Generator - v4.6.1 - 512 - true - false - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - true + netcoreapp3.1 + icon.ico + true + L. Gmann, Dr. Pennysworth + https://github.com/First-Coder/SpawnCodeGenerator + LICENCE.txt + https://first-coder.de/ + icon.ico + L. Gmann, Dr. Pennysworth + First Coder + 1.1.0.0 + 1.1.0.0 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - ARKModnetLogo.ico - - - true - - - - - - - - - - - - - - - - - - - - - False - Microsoft .NET Framework 4.6.1 %28x86 und x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - - - + - + + True + + + + True + + - - \ No newline at end of file + + diff --git a/Summery.cs b/Summery.cs deleted file mode 100644 index 76631a2..0000000 --- a/Summery.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace ArkSpawnCodeGen -{ - public enum SummeryEnum - { - BLUEPRINT, - ENGRAM, - PRIMAL_ITEM, - SPAWNCODE_ITEM, - SPAWNCODE_CREATURE - } - - public class Summery - { - public SummeryEnum Type { get; set; } - public string Value { get; set; } - } -} diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000000000000000000000000000000000000..1575a91c247d1157cb39d90b8a94746e94659e71 GIT binary patch literal 10462 zcmeI1S!i5U7{^bHwsFhEDs7O;l%lA0c_<1M0x8&{RS*R6NzF^e1wm24K9o*lLsLPB zg5ZM+^+AR9!R5gPm)s=PRMZEFOHss0t02}TsY;`cx&D8X^TFkE?kt&^G!OHYf4}d1 z`#I;HbLY0sb?DE=jZS~BbB8Z;Znbkx%t__83+SPqOUtbNS9=B8E6`qn_6oFDpcyML zp(Jqw7;QomQ3LhqojFW3nByzOH%jDaWG$J)O+Lp7@e74Ct&-wbfjam?ox%|T-CaVX zG@u0J`c^pIC)?t6S$(aMea8E2^D%Gw@r!<(WY2ory9s5eZo*u*n6)mi``V$t&@uN{ z6V>=R_Kz?xT$j*aEx9CM!^g;;gJ$f7XF&K$i{108!CqBEr|3ixqX)l1yd9}C3qsW&*~AKDA{ob@F? z&sG*u8=ubvdRh$Gdvi{~mn_y&t|w za7Xf610C~$t`N9)0CE;lleqm^4t3~zzhosD0>|E4x&r*wcYSTkA z=uss}_JqtjCuyq&=y^A;^#*&M(A!>c78r-_*$HpMZg@m;v*-*ZIwV+b_>Y0){6@hB zhgg4l1IXk#BH;6&kS1~_YfzJzR?xjlO0Aaz$=L_?1AFMVO0|3T6(4(#c&n*etsQEB zd2k+9CYq_`o~^V-iBwGyZSOZ^WaEAIwZL4G-zRp@a>lcWoWxP1)nvaTl0BwtZjpk1 z{uC|}=+Exitoh5uJuDDMjaHNO_?HUhD-=5*8$H3_@-lmpMXP1_T_9##mQ$1U2Yo$y z%%bF(r#J4|3$mQ0e_p`vjS4=^Hu0?3y+mz8`klhFXSUEiYkgfK;Xh$cxY(3S#P3%f zzTvD-c=~)kkgy|%i0`_O1mgFF9F|ZQx-ZXF{htJz=W)roKu>piAAGw5_N7$WJB9fe zJt2WPjCq9C`yAQq9=G2uQk^pTL6zxqgYO_Oeo~khuJu4hhs|hM0&zT7)&AYUVp_?k zl$?HSO<(e3xKUcidFEVmzM1QCpaC_(JorAPCwlu^;5*1@odnw>?kDb7VqOrI3w5dy z`&QyS(;w#}O?GC!mjNHXE!L!+PVsm^_2~`p{|u{yH1$Yf^Te;2-xldwiygBkCj^^I zHI6U8DVHO0$5!j#?9pg?OmXxsl#N zyti+&+uIw*7+|0b|9GQsRoOo_hybzD) zha*?&7tfXXP`~(mJ|5bYSHJnFYgfN`F6t`52giGg1^Cg9GM}BEJ{D^{J2T<=`jP+ywTyQf{)$yYs{FQg=QFkDttW-kmRx_pR{!P=9&6J1Ug Date: Fri, 19 Mar 2021 13:32:03 +0100 Subject: [PATCH 07/13] Add sln file --- SpawnCodeGenerator.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 SpawnCodeGenerator.sln diff --git a/SpawnCodeGenerator.sln b/SpawnCodeGenerator.sln new file mode 100644 index 0000000..c9cad6d --- /dev/null +++ b/SpawnCodeGenerator.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30914.41 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpawnCodeGenerator", "SpawnCodeGenerator.csproj", "{7E361A54-A631-4204-A1AE-8A6458EDD60B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7E361A54-A631-4204-A1AE-8A6458EDD60B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7E361A54-A631-4204-A1AE-8A6458EDD60B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7E361A54-A631-4204-A1AE-8A6458EDD60B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7E361A54-A631-4204-A1AE-8A6458EDD60B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A0EB80D7-B0BE-4483-8790-0A16B02BD746} + EndGlobalSection +EndGlobal From fc5805935b467ad2bd27d595af0916659338908a Mon Sep 17 00:00:00 2001 From: First-Coder Date: Fri, 19 Mar 2021 15:55:23 +0100 Subject: [PATCH 08/13] Added check modid folder and replace the modid with original mod name --- Program.cs | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/Program.cs b/Program.cs index 53328ff..ef1ffc2 100644 --- a/Program.cs +++ b/Program.cs @@ -26,6 +26,7 @@ class Program private const string OUTPUT_PATH = "Output/"; private static string PATH_PREFIX = "/Game/Mods/"; + private static string ORIGINAL_PATH = "/Game/Mods/"; /// /// List of all read files @@ -48,9 +49,12 @@ class Program /// public static void Main(string[] args) { + var path = Directory.GetCurrentDirectory(); var modFolder = path.Split('\\').Last(); - PATH_PREFIX += modFolder; + var modId = GetValidModFolder(modFolder); + ORIGINAL_PATH += modFolder; + PATH_PREFIX += modId; Console.WriteLine(Environment.NewLine); WriteColor(@"[$$$$$$$$\ $$\ $$\ $$$$$$\ $$\]", ConsoleColor.DarkGreen); @@ -68,7 +72,8 @@ public static void Main(string[] args) WriteColor($"[// Autor:] {Assembly.GetEntryAssembly().GetCustomAttribute().Copyright}", ConsoleColor.DarkGreen); WriteColor(@"[//--Settings-----------------------------------------------------]", ConsoleColor.DarkGreen); WriteColor($"[// Output folder:] {OUTPUT_PATH}", ConsoleColor.DarkGreen); - WriteColor($"[// Mod folder name:] {modFolder} (Absolute path: {PATH_PREFIX})", ConsoleColor.DarkGreen); + WriteColor($"[// Mod Id folder name:] {modId} (Absolute path: {PATH_PREFIX})", ConsoleColor.DarkGreen); + WriteColor($"[// Mod folder name:] {modFolder} (Absolute path: {ORIGINAL_PATH})", ConsoleColor.DarkGreen); WriteColor(@"[//---------------------------------------------------------------]", ConsoleColor.DarkGreen); WriteColor($"[// Blueprints:] To read blueprints they must begin with BP_", ConsoleColor.DarkGreen); WriteColor($"[// Engrams:] To read engrams they must begin with EngramEntry", ConsoleColor.DarkGreen); @@ -104,6 +109,39 @@ public static void Main(string[] args) Console.ReadKey(); } + /// + /// Check if the folder is a mod id. If then try to read a modmeta.info file to get the original name + /// + /// Foldername of the mod + /// Original name of the mod folder + static string GetValidModFolder(string baseFolder) + { + int modId; + string modName = ""; + bool isMod = int.TryParse(baseFolder, out modId); + + if(!isMod) + { + return baseFolder; + } + + foreach (var file in Directory.GetFiles("./")) + { + var filename = file.Split('\\').Last(); + + if (filename.Equals("./modmeta.info")) + { + var parts = File.ReadAllText(filename).Split('/'); + if (parts.Count() >= 3) + { + modName = parts[3]; + } + } + } + + return string.IsNullOrEmpty(modName) ? baseFolder : modName; + } + /// /// Parse all files and save them into list of strings /// @@ -165,7 +203,7 @@ static void ParseFiles() spawncodeItemsFile.Add(s); continue; } - if (filename.StartsWith("Character_BP")) + if (filename.Contains("Character_BP")) { var s = "admincheat SpawnDino " + ((char)34) + "Blueprint'" + item.Replace(path, PATH_PREFIX).Replace(".uasset", "." + filename).Replace(@"\", "/") + "'" + ((char)34) + " 500 0 0 120"; var ss = "admincheat GMSummon " + ((char)34) + filename + ((char)34) + " 120"; From fabed1ad2d162ef6ef131aea6862dd29b8e421e8 Mon Sep 17 00:00:00 2001 From: First-Coder Date: Fri, 19 Mar 2021 16:08:19 +0100 Subject: [PATCH 09/13] Update to version 1.2.0.0 --- SpawnCodeGenerator.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpawnCodeGenerator.csproj b/SpawnCodeGenerator.csproj index e8d9beb..f90449f 100644 --- a/SpawnCodeGenerator.csproj +++ b/SpawnCodeGenerator.csproj @@ -12,8 +12,8 @@ icon.ico L. Gmann, Dr. Pennysworth First Coder - 1.1.0.0 - 1.1.0.0 + 1.2.0.0 + 1.2.0.0 From 9fd1eb685ca9f4cea7a0fdc69d0f1f04ef41105e Mon Sep 17 00:00:00 2001 From: First-Coder Date: Fri, 19 Mar 2021 16:44:35 +0100 Subject: [PATCH 10/13] Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 645a7c5..94f8276 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,21 @@ +[![First-Coder](https://first-coder.de/images/logos/LogoFirstCoderDarkHorizontal.png)](https://first-coder.de/) + +--- + # ARK Spawncode Generator -## Installation / Usage +## Description -A handy little tool that you place in the mods root-folder, execute the program and it'll create a text-file with all engrams, spawn codes for tamed and wild creatures, and spawn codes for all items. +The Ark Devgenerator by First-Coder is a Ark Spawn Code Generator without interface . The product is available for free. The Ark Devgenerator is a self-developed tool, with which you can generate spawn codes, engrams and blueprint codes. The generated files will be saved in the folder "Output". This folder is same directory like the SpawnCodeGenerator.exe. Spawn codes, blueprints and dinospawn codes can be generated for the the Ark Devkit or the ArkMod directory. + +## Installation / Usage -## Contact / Donations / Sponsor -[![Discord](https://i.imgur.com/DJdX8Sl.png)](https://discord.gg/RjNHWbX) +This tool uses dotnet 3.1 and can just be started. It´s a single .exe file and don't need any instructions. -[![Donate](https://i.imgur.com/aZg9Uef.png)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VCWZQKLVK35J8) +## Other Projects -[![Nitrado](https://i.imgur.com/UnEUi0X.png)](http://nitra.do/prome) +If you want to have more features you should have a look on our Homepage. We have a tool called Ark Devgenerator. -## License +The Ark Devgenerator by First-Coder is the only Ark spawn code generator with interfaces available in the Ark area. The product is available for a small donation. The Ark Devgenerator is a completely self-developed tool to generate spawn codes, engrams, blueprint codes and gamedata files for the Arkmanager. There is the possibility of file output, saving and editing in a local database. In addition, spawncodes, blueprints and dinospawncodes can be generated and output from all mods in the Ark Devkit or all mods in the Ark directory. The export and generation can be customised with a number of options. To get more Information see our [Homepage](https://first-coder.de/). -This work is based on Anthonys(Dr_Pennysworth#3412) files. -https://github.com/DrPennysworth/ArkSpawnCodeGen +[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate?hosted_button_id=8PBF4BN7R46TE) From b5b03d262f69560c424adaf011b687c017d687ca Mon Sep 17 00:00:00 2001 From: First-Coder Date: Fri, 19 Mar 2021 16:45:19 +0100 Subject: [PATCH 11/13] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 94f8276..429aff3 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ This tool uses dotnet 3.1 and can just be started. It´s a single .exe file and ## Other Projects -If you want to have more features you should have a look on our Homepage. We have a tool called Ark Devgenerator. - -The Ark Devgenerator by First-Coder is the only Ark spawn code generator with interfaces available in the Ark area. The product is available for a small donation. The Ark Devgenerator is a completely self-developed tool to generate spawn codes, engrams, blueprint codes and gamedata files for the Arkmanager. There is the possibility of file output, saving and editing in a local database. In addition, spawncodes, blueprints and dinospawncodes can be generated and output from all mods in the Ark Devkit or all mods in the Ark directory. The export and generation can be customised with a number of options. To get more Information see our [Homepage](https://first-coder.de/). +If you want to have more features you should have a look on our Homepage. We have a tool called Ark Devgenerator. The Ark Devgenerator by First-Coder is the only Ark spawn code generator with interfaces available in the Ark area. The product is available for a small donation. The Ark Devgenerator is a completely self-developed tool to generate spawn codes, engrams, blueprint codes and gamedata files for the Arkmanager. There is the possibility of file output, saving and editing in a local database. In addition, spawncodes, blueprints and dinospawncodes can be generated and output from all mods in the Ark Devkit or all mods in the Ark directory. The export and generation can be customised with a number of options. To get more Information see our [Homepage](https://first-coder.de/). [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate?hosted_button_id=8PBF4BN7R46TE) From 7c8ce8a5a9bd65429fc0e4b1517f648964c7dbbb Mon Sep 17 00:00:00 2001 From: First-Coder Date: Sat, 27 Mar 2021 00:16:19 +0100 Subject: [PATCH 12/13] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 429aff3..00d9e8a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ --- +[![.NET](https://github.com/First-Coder/SpawnCodeGenerator/actions/workflows/dotnet.yml/badge.svg)](https://github.com/First-Coder/SpawnCodeGenerator/actions/workflows/dotnet.yml) [![CodeQL](https://github.com/First-Coder/SpawnCodeGenerator/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/First-Coder/SpawnCodeGenerator/actions/workflows/codeql-analysis.yml) + # ARK Spawncode Generator ## Description From a79c1eae5f58aa1c90ec0d0047560e4f7b8f377e Mon Sep 17 00:00:00 2001 From: First-Coder Date: Mon, 19 Feb 2024 12:14:02 +0100 Subject: [PATCH 13/13] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00d9e8a..bbc9e9f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -[![First-Coder](https://first-coder.de/images/logos/LogoFirstCoderDarkHorizontal.png)](https://first-coder.de/) +

+ +

--- [![.NET](https://github.com/First-Coder/SpawnCodeGenerator/actions/workflows/dotnet.yml/badge.svg)](https://github.com/First-Coder/SpawnCodeGenerator/actions/workflows/dotnet.yml) [![CodeQL](https://github.com/First-Coder/SpawnCodeGenerator/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/First-Coder/SpawnCodeGenerator/actions/workflows/codeql-analysis.yml) -# ARK Spawncode Generator - ## Description The Ark Devgenerator by First-Coder is a Ark Spawn Code Generator without interface . The product is available for free. The Ark Devgenerator is a self-developed tool, with which you can generate spawn codes, engrams and blueprint codes. The generated files will be saved in the folder "Output". This folder is same directory like the SpawnCodeGenerator.exe. Spawn codes, blueprints and dinospawn codes can be generated for the the Ark Devkit or the ArkMod directory.