Jump to content
GunSlingerEA

Runex Memory allocator For Java

Recommended Posts

How do i use it?

1. Place it in the same folder as Runex.jar

2. Run it and your game will open.

Download Link :  https://anonfile.com/Z4Y14e9fn8/Runex_Ram_Fix_bat

VT Link: https://www.virustotal.com/gui/file/82a5e36eeb570f7ea024fa42caa9465e98c3a72ab0ace27ecefa9b942cd63a60/detection

Recommended amount of Memory 4GBs+( Note: Ram NOT Disk space )

Screenshots:

Image2.PNG

Image1.PNG

 

Source Code: 

@echo off
mode con: cols=80 lines=30
call :random_color
echo
echo                @-------------------------------------------@
echo                #             Runex Ram Allocater                   #  
echo                #             SOFT: GunSlingerEAC                  #
echo                @-------------------------------------------@
        title Runex.jar
        java -Xmx2048m -Xms1024m -jar "Runex.jar"
        pause
:random_color
set /a random=%random% %% 16
set HEX=0123456789ABCDEF
call set random_color=%%HEX:~%random%,1%%%%,1%%
color %random_color%
 

Edited by GunSlingerEA
Make myself a bit more clear
  • Like 1

Share this post


Link to post
Share on other sites
1 hour ago, Iron Logic said:

You should get the staff to send this to Ryan. 

Most players will be a little scared to do this :P

Thats why i included the Source code for it because if i didnt lots of players would say and i quote " MEHHH WHY U TRYNNA RAT ME MEHHHHH "

Edited by GunSlingerEA

Share this post


Link to post
Share on other sites

You'll need to create a batch script to launch the C:/Users/[NAME]/.runex-data/client.jar application with that JVM argument instead.

You're on the right track, but this will simply allocate more RAM to the launcher which is a separate application 😉

If you want it to be dynamic for windows OS I believe you'd make the directory:

%HOMEPATH%/.runex-data/client.jar

The only minor inconvenience is that you will need to use the default launcher any time there is a client update since it also acts as an auto-updater.

  • Thanks 1

Share this post


Link to post
Share on other sites

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

×