UI source file animation

Play Now

kungreat

LOMCN Member
Nov 5, 2024
27
2
5
The source .Lib file I downloaded How do I open the files with the Lib suffix , Is it an animated image file?
 

kungreat

LOMCN Member
Nov 5, 2024
27
2
5
I am a Java language developer , and I want to develop a game of this type using JavaFX . I need resources such as maps, characters, role, monsters, and animations. I have a self-developed 2d map editor that Need to integrate small map resources one by one
 

Attachments

  • temp.PNG
    temp.PNG
    62.1 KB · Views: 51

kungreat

LOMCN Member
Nov 5, 2024
27
2
5
You can use our LIB editor to open .lib files https://mirfiles.com/resources/mir2/crystal/Valhalla-Crystal-LibEditor.rar

From there you will be able to export the images as PNG, if you wish.
Hi There's a bug StartIndex cannot be less than 0
**************Abnormal Text**************
System. ArgumentOutOfRangeException: StartIndex cannot be less than 0.
Parameter name: startIndex
In System String.Remove(Int32 startIndex)
In the Library Editor LMain.Exportbutton_Click (Object sender, VNet e) location C: \ Users \ SBerr \ Desktop \ NexusMir \ Code \ LibraryEditor \ LMain.cs: Line number 648
In System Windows.Forms.Control.OnClick(EventArgs e)

This file does not exist on my local computer {C: \ Users \ SBerr \ Desktop \ NexusMir \ Code \ LibraryEditor \ LMain.cs:}
 

Attachments

  • bug.PNG
    bug.PNG
    300.1 KB · Views: 45

mir2pion

TL;DR
Veteran
Feb 21, 2013
3,591
2
679
265
Maybe try opening the libraries in RPG Viewer, I believe it is on mirfiles. This index error, either negative as you got it here or integer overflow is all too common in my past experience. Use this RPG Viewer at least to export the files, than you can use this Crystal Mir2 library editor to import into a new library.

There is also this Chinese lib editor, if it is not on mirfiles, you can get it from its home site
1731076172933.png
 

stom2022

Loyal Member
Loyal Member
Apr 20, 2022
127
1
48
40
Hi There's a bug StartIndex cannot be less than 0
**************Abnormal Text**************
System. ArgumentOutOfRangeException: StartIndex cannot be less than 0.
Parameter name: startIndex
In System String.Remove(Int32 startIndex)
In the Library Editor LMain.Exportbutton_Click (Object sender, VNet e) location C: \ Users \ SBerr \ Desktop \ NexusMir \ Code \ LibraryEditor \ LMain.cs: Line number 648
In System Windows.Forms.Control.OnClick(EventArgs e)

This file does not exist on my local computer {C: \ Users \ SBerr \ Desktop \ NexusMir \ Code \ LibraryEditor \ LMain.cs:}
have u tryed running the LibraryEditor.exe first then clicking file then open instead of just clicking Prguse3.lib as thats how u get that error
 
  • Like
Reactions: Hercules and Tai

kungreat

LOMCN Member
Nov 5, 2024
27
2
5
have u tryed running the LibraryEditor.exe first then clicking file then open instead of just clicking Prguse3.lib as thats how u get that error
I have tried but it doesn't work, the same bug
i find the github resources LibraryEditor can working but How to remove the background color in the exported image i need Empty background color
 

Attachments

  • b1.PNG
    b1.PNG
    56.4 KB · Views: 23
  • b2.PNG
    b2.PNG
    45.6 KB · Views: 23

kungreat

LOMCN Member
Nov 5, 2024
27
2
5
You need to export as PNG to retain the transparency it's nothing to do with the "version" of lib editor i'm using
I changed the github source code to PNG and it can be exported normally now thanks :LOL:

Hello, offsetX offsetY What's the usage? I am using JavaFX for development, not modifying on the source C #
 
Last edited:
  • Like
Reactions: Jev

Tai

HEAD CAPTAIN
Staff member
Administrator
May 11, 2003
14,769
3
3,342
495
United Kingdom
I changed the github source code to PNG and it can be exported normally now thanks :LOL:

Hello, offsetX offsetY What's the usage? I am using JavaFX for development, not modifying on the source C #
That tells it where to appear on the screen in game