Help needed - Blade & Soul NA/EU costume modding (2 Viewers)

PrincessNicky

Content Creator
Joined
May 11, 2012
It would be really cool if someone could make an icon for my program. If you do decide to make one, I need 16x16, 32x32 and 48x48. Thanks.

I've come up with this image which you could use for the icons:

UPK_zpslaaz8g8h.jpg


It links itself to BnS through the octagonal shape of the in-game shields whilst retaining the Oriental theme without too much detail so the actual icons still look fine.

48x48
UPK1_zpse6ljokkw.jpg

32x32
UPK2_zps9khoxy0b.jpg

16x16
UPK3_zps0mb1bw4r.jpg
 

stricq

Club Regular
Joined
Jan 21, 2016
I've come up with this image which you could use for the icons:

UPK_zpslaaz8g8h.jpg


It links itself to BnS through the octagonal shape of the in-game shields whilst retaining the Oriental theme without too much detail so the actual icons still look fine.

48x48
UPK1_zpse6ljokkw.jpg

32x32
UPK2_zps9khoxy0b.jpg

16x16
UPK3_zps0mb1bw4r.jpg

Way cool! Thank you very much!
 

Lucif

Potential Patron
Joined
Nov 11, 2015
Hello, in your program on github inscription appeared:
Extract and re-integrate Texture2D and other object types.
... Is This means the program is finished? Yes?! Please, write "yes"!)
 

stricq

Club Regular
Joined
Jan 21, 2016
Hello, in your program on github inscription appeared:

... Is This means the program is finished? Yes?! Please, write "yes"!)

Not yet. That part has been there since I put it up. I'm almost ready to start work on that part, though. I did a big refactor of the code because I wrote it so fast to start with that I skipped parts that really should have been there.
 

Lucif

Potential Patron
Joined
Nov 11, 2015
Thank you! Thank you for keeping us up to date about your the work! I began worry about it)
 

stricq

Club Regular
Joined
Jan 21, 2016
Here is Release v1.1. This includes a huge re-write of the internal code. There are few visible changes in the UI, mostly added an About window. Internal parsing of the UPK files has been vastly improved. If you explore around outside the Texture2D filter it may be possible to find objects that cannot be parsed correctly. However, every file containing a Texture2D object will parse with no errors.

For any technical folks out there, the Hex View will now show the contents of Array and Struct object properties.

With this release I will now begin the work of rebuilding a UPK file.

https://bns.stricq.com/Files/UpkManager.Installer.msi
 

c6222848

Avid Affiliate
Joined
Aug 2, 2013
Here is Release v1.1. This includes a huge re-write of the internal code. There are few visible changes in the UI, mostly added an About window. Internal parsing of the UPK files has been vastly improved. If you explore around outside the Texture2D filter it may be possible to find objects that cannot be parsed correctly. However, every file containing a Texture2D object will parse with no errors.

For any technical folks out there, the Hex View will now show the contents of Array and Struct object properties.

With this release I will now begin the work of rebuilding a UPK file.

https://bns.stricq.com/Files/UpkManager.Installer.msi
just saw that, fantastic !
 

stricq

Club Regular
Joined
Jan 21, 2016
I had to turn off the remote database because I've run into some issues with the code on that side. The program should run correctly once I get this issue resolved.
 

stricq

Club Regular
Joined
Jan 21, 2016

stricq

Club Regular
Joined
Jan 21, 2016
Quick update. The program can now write out an exact copy of the file header. The difficult part about this is there is a small set of data that is encrypted. The code to decrypt this data was easily found on the internet (Gildor's code) but there is no code to encrypt it again. I finally worked out that part.

Oh, and it can now export the Ogg files as well. They show up as SoundNodeWave in the drop down.
 
Last edited:

MikeT

Potential Patron
Joined
Mar 19, 2016
I encounter the following errors when I run the program:

P7nR3BY.png

kW1QhXL.png

y6dYwcQ.png

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: UpkManager.Wpf.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 56e8b7f4
Problem Signature 04: UpkManager.Wpf
Problem Signature 05: 1.0.0.0
Problem Signature 06: 56e8b7f4
Problem Signature 07: 235
Problem Signature 08: 3f
Problem Signature 09: System.NullReferenceException
OS Version: 6.3.9600.2.0.0.768.101
Locale ID: 3081
Additional Information 1: 1705
Additional Information 2: 1705ebff4db31f2303f5bfcb9c51d167
Additional Information 3: 0083
Additional Information 4: 0083d8923bc29fe363a7f98ad286d08e
 
Last edited:

stricq

Club Regular
Joined
Jan 21, 2016
I encounter the following errors when I run the program:

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: UpkManager.Wpf.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 56e8b7f4
Problem Signature 04: UpkManager.Wpf
Problem Signature 05: 1.0.0.0
Problem Signature 06: 56e8b7f4
Problem Signature 07: 235
Problem Signature 08: 3f
Problem Signature 09: System.NullReferenceException
OS Version: 6.3.9600.2.0.0.768.101
Locale ID: 3081
Additional Information 1: 1705
Additional Information 2: 1705ebff4db31f2303f5bfcb9c51d167
Additional Information 3: 0083
Additional Information 4: 0083d8923bc29fe363a7f98ad286d08e

Make sure that you have .Net Framework v4.6.1 installed on your computer.

Download Microsoft .NET Framework 4.6.1 (Web Installer) for Windows 7 SP1, Windows 8, Windows 8.1, Windows 10, Windows Server 2008 R2 SP1, Windows Server 2012 and Windows Server 2012 R2 from Official Microsoft Download Center

Is your OS 64bit or 32bit?
 

stricq

Club Regular
Joined
Jan 21, 2016
I'm getting same error, have net 4.6.1, windows 7 64bits

CLR20r3 basically means your .Net framework installation is somehow corrupted. There are many different solutions depending on the Windows version. I suggest searching Google for CLR20r3 and see if you can find something that works for you.
 

stricq

Club Regular
Joined
Jan 21, 2016
I do have Microsoft .NET Framework 4.6.1 installed, as well as the below security updates.

My OS is Windows 8.1 64-bit.

See my previous answer about CLR20r3 errors. The only thing I can suggest is searching Google for possible solutions. Unfortunately this is one of those Windows problems that has no easy answer.
 

trumpdog

Vivacious Visitor
Joined
Apr 20, 2012
All i get are fatal start up exceptions....I dont even get a crash with an error. Program simply does not start up.Ive tried installing .net 4.6.1 but the installer says i already have it and wont continue. win 10 64 is my os
 

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.