Jump to content
Æsir MMORPG client

Recommended Posts

Posted

I built Aesir from scratch then ran it. Although it can't seem to convert the maps from my data.grf.

Here's my aesir.json. And yes, my GRF contains the file Aesir reported.

{
	"lang": "en",
	"server": "127.0.0.1:6200",
	"grfs": [ "data.grf" ]
}

image.thumb.png.af98024f626396b65233abfb34e5bc2d.png

Posted

Check those textures for existance.

I doubt that something with the code is wrong, because It's able to load and convert gnd, gat, rsw and rsms to retrieve those texture names.

Posted

It states that they're not.

Redirect console output to the file and open the log in some text editor which can comprehend korean symbols. Then check double for the files.

Maybe the constructed path in the converter is wrong.

Posted

That's strange.

There's a chance that some of files inside grf are encrypted while others aren't, so if those bmps are ncrypted it doesn't support encrypted files and skips them.

You can also put those bmps in data directory near the executable saving the path(also note it uses utf8, so the hieroglyphs should be as you see them inside your grf editor).

 

I.e. folder structure

perfontain.exe

data/texture/..../pron...bmp

 

If ecnryption is the case, just extract all the files and create a new grf with them, modern grf software doesn't create new grfs encrypted.

  • 1 month later...

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