BenGrn/EldenRingSaveCopierPublic NotificationsYou must be signed in to change notification settings Fork49 Star484 master 3Branches3Tags Code Folders and files Name Last commit message Last commit date Latest commit BenGrn Merge pull request#42from xurizaemon/readme-usage ...
Files d93392a EldenRingSaveCopy Properties Saves App.config ArrayExtensions.cs EldenRingSaveCopy.csproj FileManager.cs Form1.Designer.cs Form1.cs Form1.resx Program.cs .gitattributes .gitignore EldenRingSaveCopy.slnBreadcrumbs EldenRingSaveCopier /EldenRingSaveCopy / Program.cs ...
v0.0.3-alpha GUI Updates Load file dialogue now opens in default save game location. Button contains more information. Functionality Updates Seamless Coop save games now supported. Multiple copies at a time now work.Assets 3 EldenRingSaveCopy.exe 246 KB 2022-10-16T00:21:39Z Source code ...
-download Elden Ring Save Copy from github : https://github.com/BenGrn/EldenRingSaveCopier/releases/tag/v0.0.2-alpha -Open the program-Click browse and search for source file (my save that you have downloaden and unpacked)-Again browse on the other source file and look for YOUR save ...
Security Insights Additional navigation options Files master EldenRingSaveCopy .gitattributes .gitignore EldenRingSaveCopy.sln LICENSE README.md Breadcrumbs EldenRingSaveCopier / Latest commit Cannot retrieve latest commit at this time. History History ...
Commits BreadcrumbsHistory for EldenRingSaveCopier EldenRingSaveCopy.sln onmaster User selector All users DatepickerAll time Commit History Commits on Mar 2, 2022 Add project files. BenGrncommittedMar 2, 2022 d93392a End of commit history for this file...
using EldenRingSaveCopy.Saves; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EldenRingSaveCopy { public class FileManager { private const int ID_LOCATION = 0x19003B4; private byte[] sourceFil...