Jump to content

Recommended Posts

Posted (edited)

 

Hello community,
I’d like to share an improved version of the L2smr editor for StaticMeshes, focused on solving some workflow issues I found in the original tool.

CreditsThis project is based on the original acmi/L2smr repository https://github.com/acmi/L2smr
, created by acmi, and I updated it to Java 17 with some additional features.

Issues in the original L2smr

  • Too many windows: each StaticMesh opened in a new one → cluttered desktop.

  • No search: navigating through hundreds of StaticMeshActors was slow and tedious.

Added improvements

Flexible views

  • Single Window Mode: reuse one window instead of opening new ones.

  • Multiple Window Mode: still available for those who prefer having several views open simultaneously.

Real-time Search Field

  • Instant filtering as you type.

  • Case-insensitive search.

  • “Reset” button to quickly clear the search.

 

image.png.62668b90c9bff03430675a71c12e2919.png

 

Installation and Execution:

  1. Clone the repository:

git clone https://github.com/Jeep12/l2smr.git
cd l2smr

       2.Build the project:

 

./gradlew build
       3. Run the application:

 

 

./run.bat

 

   Or simply double-click on run.bat.

 

  The run.bat script automatically extracts JavaFX from the included javafx-17.0.2.zip file in the javafx/ directory, sets up the required libraries, and launches the application. You don’t    need to install JavaFX separately.

 

   Repository: https://github.com/Jeep12/l2smr

 

  Maybe these features already existed in another version or fork, and they might not be very big changes, but since I didn’t know about them and found them necessary, I decided to          implement them myself and wanted to share them.

 

 

 
Edited by ak4n1
  • Thanks 2

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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock