Jump to content

Recommended Posts

Posted
23 hours ago, turkeynaruto said:

Hey dont know if you are still working on this but I found a bug.

When you randomize Trainer Pokemons in Pokemon Lets Go Pikachu! the Enemy Level increases normaly.

When you press it multiple times the Level of trainer pokemons multiply till they all are Lvl 100

It's not a bug. That's because the level boost looks at current levels of trainers. So, it takes the base levels the first time you randomize and then takes the new (boosted) levels the next time you do. You just need to set the level boost back to 1.0 after randomizing once to ensure the levels don't exponentially increase.

  • 2 weeks later...
Posted

Trying to edit Let's Go Eevee wild encounters, but this unhandled exception always pops up:

Quote

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: length
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument)
   at Generated.GeneratedSerializer.tableReader_bc237abd54cf45cb883fc431735555a9`1..ctor(TInputBuffer buffer, Int32 offset)
   at Generated.GeneratedSerializer.FlatBufferVector_6588102826c44200878f192cfa08dfe8`1.ParseItem(TInputBuffer memory, Int32 offset)
   at FlatSharp.FlatBufferVector`2.ToArray()
   at Generated.GeneratedSerializer.Read_7520442f46f24802aa743124023f69ac[TInputBuffer](TInputBuffer buffer, Int32 offset)
   at Generated.GeneratedSerializer.tableReader_53e8a770033e409e9909a04a5ab6c3a9`1.ReadIndex10Value(TInputBuffer buffer, Int32 offset, Int32 vtableOffset, Int32 maxVtableIndex)
   at Generated.GeneratedSerializer.tableReader_53e8a770033e409e9909a04a5ab6c3a9`1..ctor(TInputBuffer buffer, Int32 offset)
   at Generated.GeneratedSerializer.FlatBufferVector_95e5c9511a354e33930fcf7ccaf6fd07`1.ParseItem(TInputBuffer memory, Int32 offset)
   at FlatSharp.FlatBufferVector`2.ToArray()
   at Generated.GeneratedSerializer.Read_34fa3587582145549de4979544a12ec1[TInputBuffer](TInputBuffer buffer, Int32 offset)
   at Generated.GeneratedSerializer.tableReader_171c88d9d2e7416fbb40b75875862e42`1.ReadIndex0Value(TInputBuffer buffer, Int32 offset, Int32 vtableOffset, Int32 maxVtableIndex)
   at Generated.GeneratedSerializer.Parse[TInputBuffer](TInputBuffer buffer, Int32 offset)
   at pkNX.WinForms.Controls.EditorGG.PopWildEdit(GameFile type)
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at pkNX.WinForms.Controls.EditorBase.<>c__DisplayClass12_0.<GetControls>b__0(Object s, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4400.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
pkNX
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/pkNX.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4400.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
pkNX.Structures.FlatBuffers
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/pkNX.Structures.FlatBuffers.DLL
----------------------------------------
pkNX.Structures
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/pkNX.Structures.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
FlatSharp
    Assembly Version: 5.7.1.0
    Win32 Version: 5.7.1
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/FlatSharp.DLL
----------------------------------------
netstandard
    Assembly Version: 2.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
FlatSharp.Runtime
    Assembly Version: 5.7.1.0
    Win32 Version: 5.7.1
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/FlatSharp.Runtime.DLL
----------------------------------------
System.Memory
    Assembly Version: 4.0.1.1
    Win32 Version: 4.6.28619.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Memory.DLL
----------------------------------------
System.Collections.Immutable
    Assembly Version: 5.0.0.0
    Win32 Version: 5.0.20.51904
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Collections.Immutable.DLL
----------------------------------------
System.Runtime.CompilerServices.Unsafe
    Assembly Version: 4.0.6.0
    Win32 Version: 4.700.20.12001
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Runtime.CompilerServices.Unsafe.DLL
----------------------------------------
Microsoft.CodeAnalysis
    Assembly Version: 3.8.0.0
    Win32 Version: 3.800.20.56202
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/Microsoft.CodeAnalysis.DLL
----------------------------------------
Microsoft.CodeAnalysis.CSharp
    Assembly Version: 3.8.0.0
    Win32 Version: 3.800.20.56202
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/Microsoft.CodeAnalysis.CSharp.DLL
----------------------------------------
System.ValueTuple
    Assembly Version: 4.0.2.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.ValueTuple.DLL
----------------------------------------
System.Reflection.Metadata
    Assembly Version: 5.0.0.0
    Win32 Version: 5.0.20.51904
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Reflection.Metadata.DLL
----------------------------------------
System.Collections
    Assembly Version: 4.0.11.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Collections.DLL
----------------------------------------
System.Runtime
    Assembly Version: 4.1.2.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Runtime.DLL
----------------------------------------
System.Resources.Extensions
    Assembly Version: 5.0.0.0
    Win32 Version: 5.0.20.51904
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Resources.Extensions.DLL
----------------------------------------
System.Numerics.Vectors
    Assembly Version: 4.1.4.0
    Win32 Version: 4.6.26515.06
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Numerics.Vectors.DLL
----------------------------------------
pkNX.Game
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/pkNX.Game.DLL
----------------------------------------
System.Buffers
    Assembly Version: 4.0.3.0
    Win32 Version: 4.6.28619.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Buffers.DLL
----------------------------------------
System.Numerics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
----------------------------------------
System.Security
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4261.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
Microsoft.CodeAnalysis.Workspaces
    Assembly Version: 3.8.0.0
    Win32 Version: 3.800.20.56202
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/Microsoft.CodeAnalysis.Workspaces.DLL
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Data.Common
    Assembly Version: 4.2.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Data.Common.DLL
----------------------------------------
System.Diagnostics.StackTrace
    Assembly Version: 4.1.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Diagnostics.StackTrace.DLL
----------------------------------------
System.Diagnostics.Tracing
    Assembly Version: 4.2.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Diagnostics.Tracing.DLL
----------------------------------------
System.Globalization.Extensions
    Assembly Version: 4.1.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Globalization.Extensions.DLL
----------------------------------------
System.IO.Compression
    Assembly Version: 4.2.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.IO.Compression.DLL
----------------------------------------
pkNX.Containers
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/pkNX.Containers.DLL
----------------------------------------
System.IO.Compression.FileSystem
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.IO.Compression.FileSystem/v4.0_4.0.0.0__b77a5c561934e089/System.IO.Compression.FileSystem.dll
----------------------------------------
System.ComponentModel.Composition
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll
----------------------------------------
System.Net.Http
    Assembly Version: 4.2.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Net.Http.DLL
----------------------------------------
System.Net.Sockets
    Assembly Version: 4.2.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Net.Sockets.DLL
----------------------------------------
System.Runtime.InteropServices.RuntimeInformation
    Assembly Version: 4.0.2.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Runtime.InteropServices.RuntimeInformation.DLL
----------------------------------------
System.Runtime.Serialization
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.Runtime.Serialization.Xml
    Assembly Version: 4.1.3.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Runtime.Serialization.Xml.DLL
----------------------------------------
System.Runtime.Serialization.Primitives
    Assembly Version: 4.2.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Runtime.Serialization.Primitives.DLL
----------------------------------------
System.Security.Cryptography.Algorithms
    Assembly Version: 4.3.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Security.Cryptography.Algorithms.DLL
----------------------------------------
System.Security.SecureString
    Assembly Version: 4.1.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Security.SecureString.DLL
----------------------------------------
System.Threading.Overlapped
    Assembly Version: 4.1.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Threading.Overlapped.DLL
----------------------------------------
System.Transactions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Web
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4330.0 built by: NET48REL1LAST_B
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Xml.XPath.XDocument
    Assembly Version: 4.1.0.0
    Win32 Version: 4.6.26011.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Xml.XPath.XDocument.DLL
----------------------------------------
System.Data.SqlXml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Data.SqlXml/v4.0_4.0.0.0__b77a5c561934e089/System.Data.SqlXml.dll
----------------------------------------
System.Threading.Tasks.Extensions
    Assembly Version: 4.2.0.1
    Win32 Version: 4.6.28619.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Threading.Tasks.Extensions.DLL
----------------------------------------
System.Text.Encoding.CodePages
    Assembly Version: 4.1.1.0
    Win32 Version: 4.6.27129.04
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Text.Encoding.CodePages.DLL
----------------------------------------
System.Composition.AttributedModel
    Assembly Version: 1.0.31.0
    Win32 Version: 4.6.24705.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Composition.AttributedModel.DLL
----------------------------------------
Microsoft.Bcl.AsyncInterfaces
    Assembly Version: 1.0.0.0
    Win32 Version: 4.700.20.21406
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/Microsoft.Bcl.AsyncInterfaces.DLL
----------------------------------------
System.Composition.Runtime
    Assembly Version: 1.0.31.0
    Win32 Version: 4.6.24705.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Composition.Runtime.DLL
----------------------------------------
System.Composition.TypedParts
    Assembly Version: 1.0.31.0
    Win32 Version: 4.6.24705.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Composition.TypedParts.DLL
----------------------------------------
System.Composition.Hosting
    Assembly Version: 1.0.31.0
    Win32 Version: 4.6.24705.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Composition.Hosting.DLL
----------------------------------------
System.Runtime.Caching
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Caching/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Caching.dll
----------------------------------------
System.EnterpriseServices
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
System.ServiceModel.Internals
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll
----------------------------------------
SMDiagnostics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4250.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll
----------------------------------------
System.DirectoryServices
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.DirectoryServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.dll
----------------------------------------
LZ4
    Assembly Version: 1.0.15.93
    Win32 Version: 1.0.15.93
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/LZ4.DLL
----------------------------------------
System.Web.RegularExpressions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Web.RegularExpressions/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.RegularExpressions.dll
----------------------------------------
System.Design
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
System.Web.ApplicationServices
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4330.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Web.ApplicationServices/v4.0_4.0.0.0__31bf3856ad364e35/System.Web.ApplicationServices.dll
----------------------------------------
System.ComponentModel.DataAnnotations
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll
----------------------------------------
System.DirectoryServices.Protocols
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.DirectoryServices.Protocols/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.Protocols.dll
----------------------------------------
System.ServiceProcess
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceProcess/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
System.Web.Services
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Web.Services/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.Services.dll
----------------------------------------
Microsoft.Build.Utilities.v4.0
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Build.Utilities.v4.0/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.v4.0.dll
----------------------------------------
Microsoft.Build.Framework
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Build.Framework/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Framework.dll
----------------------------------------
Microsoft.Build.Tasks.v4.0
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.Build.Tasks.v4.0/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Tasks.v4.0.dll
----------------------------------------
System.Reflection
    Assembly Version: 4.1.2.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Reflection.DLL
----------------------------------------
System.Diagnostics.Tools
    Assembly Version: 4.0.1.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Diagnostics.Tools.DLL
----------------------------------------
System.Diagnostics.Debug
    Assembly Version: 4.0.11.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Diagnostics.Debug.DLL
----------------------------------------
LZ4mm
    Assembly Version: 1.0.15.93
    Win32 Version: 1.0.15.93
    CodeBase: file:///C:/Users/ninte/AppData/Local/Temp/f82a68ada1d833f8838dd859bcb27a61/44b09ced47d1340e4b5af5cc6f2fc8b2.dll
----------------------------------------
System.Resources.ResourceManager
    Assembly Version: 4.0.1.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Resources.ResourceManager.DLL
----------------------------------------
System.Globalization
    Assembly Version: 4.0.11.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Globalization.DLL
----------------------------------------
System.Linq
    Assembly Version: 4.1.2.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Linq.DLL
----------------------------------------
System.Linq.Expressions
    Assembly Version: 4.1.2.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Linq.Expressions.DLL
----------------------------------------
System.Reflection.Extensions
    Assembly Version: 4.0.1.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Reflection.Extensions.DLL
----------------------------------------
System.Runtime.Extensions
    Assembly Version: 4.1.2.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Runtime.Extensions.DLL
----------------------------------------
System.Threading
    Assembly Version: 4.0.11.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.Threading.DLL
----------------------------------------
System.ObjectModel
    Assembly Version: 4.0.11.0
    Win32 Version: 4.6.25714.01
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/System.ObjectModel.DLL
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Data.OracleClient
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data.OracleClient/v4.0_4.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Drawing.Design
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4200.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.Design.dll
----------------------------------------
System.Runtime.Serialization.Formatters.Soap
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization.Formatters.Soap/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll
----------------------------------------
System.Configuration.Install
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration.Install/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.Install.dll
----------------------------------------
System.Xaml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll
----------------------------------------
LZ4cc
    Assembly Version: 1.0.15.93
    Win32 Version: 1.0.15.93
    CodeBase: file:///C:/Users/ninte/AppData/Local/Temp/f82a68ada1d833f8838dd859bcb27a61/bed5714f0a00711677483c138938e914.dll
----------------------------------------
System.Deployment
    Assembly Version: 4.0.0.0
    Win32 Version: 4.8.4270.0 built by: NET48REL1LAST_C
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
LZ4pn
    Assembly Version: 1.0.15.93
    Win32 Version: 1.0.15.93
    CodeBase: file:///C:/Users/ninte/AppData/Local/Temp/f82a68ada1d833f8838dd859bcb27a61/50495300240756128a79c0c0850f98e5.dll
----------------------------------------
pkNX.Sprites
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/pkNX.Sprites.DLL
----------------------------------------
pkNX.Randomization
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/pkNX.Randomization.DLL
----------------------------------------
Microsoft.GeneratedCode
    Assembly Version: 1.0.0.0
    Win32 Version: 4.8.4084.0 built by: NET48REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
FlatSharpDynamicAssembly_5418754f53184e23bafc6cf20e1ba026
    Assembly Version: 0.0.0.0
    Win32 Version: 5.7.1
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/FlatSharp.dll
----------------------------------------
FlatSharpDynamicAssembly_df8ec7a475294ef39c845dc203a825c1
    Assembly Version: 0.0.0.0
    Win32 Version: 5.7.1
    CodeBase: file:///C:/Users/ninte/Downloads/pkNX%20Dec%202021/pkNX/net461/FlatSharp.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Everything else works just fine, just not Wild, so...why's this appearing?

  • 4 weeks later...
Posted

Is it possible to randomize what moves are in TMs/TRs? I've been looking through the program to see if it's possible, and I'm not seeing anything. Have I missed it, or it it just not doable yet?

Posted

I just want the Japanese script files. Not the whole game file. I wanted to teach myself languages by translating the script word by word. I know it's gonna be tedious as hell but I still want to try. Is there someone that can attach the brilliant💎 script or tell me how to extract it?

  • 3 weeks later...
Posted

Error on PLA, unsure if this is a result of me screwing up the dump or PKNX not being ready yet. Figured I'd toss this your way in case it's not just my own incompetence. This is after attempting to click the "Spawns" button.

image.png.d58f3f833e9fc186f52677153b11f618.png

Posted
On 2/10/2022 at 2:15 PM, kenopsiatennine said:

Error on PLA, unsure if this is a result of me screwing up the dump or PKNX not being ready yet. Figured I'd toss this your way in case it's not just my own incompetence. This is after attempting to click the "Spawns" button.

Latest commit added a more detailed alert to indicate the missing external dll (can't provide).

Posted (edited)

Error messages persist, updated version errors:
image.png.6851189ca35f3de7c9bb20ee22b51b4b.pngimage.png.ec222bee07e85050223a6c5f49770a6a.png

 

Looks like it's on my end, unsure how to resolve but looking into it. If anyone has any ideas I'd love the assistance!

Edit: Pulled an oo2core from Doom Eternal and popped it into the folder, the error went away and clicking on "spawns" gives me this now: image.thumb.png.343a298d94a6b57b63e1abd6d3761353.png

Edited by kenopsiatennine
Updated information
Posted

Hi,

Thanks so much for the hard work on this. I know it isn't easy. This might just not be integrated yet – absolutely no worries at all, you don't owe us anything – but just in case it's a bug, I thought I'd post here.

Currently, I'm unable to edit any trainers. Save is grayed out no matter what I do. It doesn't matter what moves I change or what species I change the Pokemon to, or if I change the team via the TrPoke8a[] Array popup vs in the trainer data directly.

Before edit:

pkNX_0d0vltPtc6.thumb.png.6e6634e3bceecb64e3f080853de6bef4.png

 

After:

image.thumb.png.a7ebf9c09973f684382f4c33c3f39715.png

 

"Dump" doesn't appear to change anything either. I could also just be doing something wrong.

 

Thank you so much for your time.

Posted

Thank you so much for enabling trainer editing so quickly. Would it be possible to have SymbolBehave editing enabled too, if this is where you change Pokemon behavior? I'm trying to make Paras less angry.

Thank you!

Posted

Hello,

I randomized my Pokemon Shield a few months back and managed to get through with minimal issues. I am now helping my friend randomize his Pokemon Sword and have followed all the same steps, however the game does not seem to take the randomization. 

After using PKNX to randomize the files, I put the newly generated folder into the Atmosphere/Contents path, but whenever I boot up the game, none of the changes take place. Would love some guidance as to what could be causing the error or interfering with the randomization taking place. Let me know what I need to provide here to add any clarity to the issue!

Thanks!

Posted

Sorry for asking in a 3 year old thread, not sure if someone will reply but thanks for PKNX and I heard it is possible to change shiny rates in LGPE using this. I can even see the button for same but whenever I click on it this exception occurs.
'Unhandled exception has occurred in your application. If you click Continue ....
Exception has been thrown by the target of an invocation.'
Strangely enough I get this error only for TM, Shiny rate, Type chart, others work fine.

I have used Yuzu to dump the RomFS

Posted
1 hour ago, redmagefrank said:

Hello,

I randomized my Pokemon Shield a few months back and managed to get through with minimal issues. I am now helping my friend randomize his Pokemon Sword and have followed all the same steps, however the game does not seem to take the randomization. 

After using PKNX to randomize the files, I put the newly generated folder into the Atmosphere/Contents path, but whenever I boot up the game, none of the changes take place. Would love some guidance as to what could be causing the error or interfering with the randomization taking place. Let me know what I need to provide here to add any clarity to the issue!

Thanks!

Remove installed patches that may override the data you are replacing, otherwise the patch will redirect all content reads to the patch's data.

 

3 minutes ago, AurLucario said:

Sorry for asking in a 3 year old thread, not sure if someone will reply but thanks for PKNX and I heard it is possible to change shiny rates in LGPE using this. I can even see the button for same but whenever I click on it this exception occurs.
'Unhandled exception has occurred in your application. If you click Continue ....
Exception has been thrown by the target of an invocation.'
Strangely enough I get this error only for TM, Shiny rate, Type chart, others work fine.

I have used Yuzu to dump the RomFS

Dump the exefs to use the exefs editors.

Posted

I don't think there are any patches installed. I fully deleted and started from scratch - dumped the exefs and romfs from the game to the SD card, copied those over to my computer. used pknx to randomize - copied the 0100... folder into atmosphere/contents, and then booted up the game. I've restarted the process from scratch 3 times so far, I can't seem to find out where the disconnect is. 

Posted
54 minutes ago, Kaphotics said:

Remove installed patches that may override the data you are replacing, otherwise the patch will redirect all content reads to the patch's data.

 

Dump the exefs to use the exefs editors.

I'm not entirely sure of dumping ExeFS files but I understand its out of scope here so I used bit of googling to land of yuzu official site instructions and created a .ips file with NSO Build ID in ExeFS file (https://yuzu-emu.org/help/feature/game-modding/). Is there anything else to be present in the  ExeFS folder? Thanks

Posted

Hello! I'm trying to make a SwSh "challenge mode" hack with this, no issues so far, I just wanted to know what the "AI bits" do respectively. Most of them I can infer what they do, but I don't know what "Allowance" does in particular, and I don't know where to find the answer. Thanks in advance.

image.png.295499281d0be2280bb44df68a16c68a.png

Posted

When I try and set an int32 seed for randomization, no matter what version of PKNX, it always says "Unable to set seed." I've tried this with all of my Pokemon switch games and I still haven't found a fix for it.

 

Posted
37 minutes ago, Pairlless said:

When I try and set an int32 seed for randomization, no matter what version of PKNX, it always says "Unable to set seed." I've tried this with all of my Pokemon switch games and I still haven't found a fix for it.

 

Depends how you are trying to set it.

The functionality is poorly documented outside of the code, but it should be reading from your clipboard an integer string. Type a seed, copy it, then try again.

Posted (edited)

How the heck do I download this?! "Download the latest version here (click on latest run at the top, then click Artifacts - published, and download the folder)
" Well guess what, I click on the top run and there is no "artifacts". Just link the thing. 

Edited by andrewmyles

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...