Jump to content

Aslain mod kill client in linux environment


Recommended Posts

Posted

Hi, i found a bug when using in a linux environment (wine)

 

when kill any enemy, the game client closes without any message in aslain.log/xvm.log or python.log

 

this occour because the font used in Hitlog.cx (wingdings and XVMsymbols) is render broken in wine

 

change


    "blowupMarker": "<font size='13'><font color='#FF3B3B'><font face='Wingdings'>M</font></font></font>",
    "deadMarker": "<font size='11'><font color='#FF3B3B'><font face='XVMSymbol'>+</font></font></font>",
 
to original XVM settings:
 

    "deadMarker": "<img src='xvm://res/icons/dead.png' width='12' height='12'>",
    "blowupMarker": "<img src='xvm://res/icons/blowedup.png' width='12' height='12'>",

 
solve the problem
 
but this little broken the look&feel in your mod, because this, i modify that lines to:
 

    "deadMarker": "<img src='xvmres://Aslain/icons/dead.png' width='12' height='12'>",
    "blowupMarker": "<img src='xvmres://Aslain/icons/blowedup.png' width='12' height='12'>",

 

and paste this images:

 

dead_1.png -> dead.png (http://wstaw.org/m/2014/10/13/dead.png) Wingdings 'M' character

blowedup_1.png -> bowedup.png (http://wstaw.org/m/2014/10/13/blowedup.png)  XVMSymbol '+' character

 

in res/Aslain/icons/

 

that images is extracted  from WPS (msoffice like) in size 400, screencap and edit with GIMP with transparent background and color #FF3B3B like you config

 

i'm sure need more work in other settings when use  XVMSymbol font. but at least, the game don't  explodes when kill a enemy

 

greetings

  • Upvote 1
  • Administrator
Posted

Have you tried to update the fonts manualy? From the zip package with fonts? I have no linux knowledge necessary to help you with this :(

Posted

yes. i have install your fonts package in several instances (system wide, user wide, directly in windows wine directory) but I have not been successful

 

is possible "translate" the XVMsymbols fonts to images like a hitlog problem in your scripts?

 

my XVM script knowledge is too basic

 

greetings

  • Administrator
Posted

yes. i have install your fonts package in several instances (system wide, user wide, directly in windows wine directory) but I have not been successful

 

is possible "translate" the XVMsymbols fonts to images like a hitlog problem in your scripts?

 

my XVM script knowledge is too basic

 

greetings

 

Yeah it's totaly possible, need some manual work with editing the config .

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.