Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Failed to load .gfx

Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
Hello, i tried using some gfx files from PWI official client on my 1.5.5 client, some of these files worked but some did not. when i run d_gfx to show them i get this error

Code:
[18:46:37.946] <!> CECGFXCaster::PlayAutoGFXEx, Failed to load GFX 人物\\通用\\时装\\通用\\2019战场装男粉_裤子.gfx
[18:48:23.655] <!> CECGFXCaster::PlayAutoGFXEx, Failed to load GFX 人物\\通用\\时装\\通用\\铃兰星矢男上衣01.gfx

it is acting as if the client can't open or doesn't find the file, the .gfx path is correct and the file exists.

can anyone please help me make these files work?
thanks in advance
 
Joined
Jul 26, 2011
Messages
2,030
Reaction score
396
stuff like this is normal:

Code:
[03:09:01.969] A3DSysCursor::Load(), Can not load cursor file [Cursors\七夕鼠标.cur]!
[03:09:01.970] A3DSysCursor::Load(), Can not load cursor file [Cursors\完美箭头1.cur]!
[03:09:01.970] A3DSysCursor::Load(), Can not load cursor file [Cursors\完美箭头2.cur]!
[03:09:01.971] A3DSysCursor::Load(), Can not load cursor file [Cursors\完美箭头3.cur]!
[03:09:01.972] A3DSysCursor::Load(), Can not load cursor file [Cursors\家园功能鼠标.cur]!
[03:09:01.973] A3DSysCursor::Load(), Can not load cursor file [Cursors\编年史.cur]!
[03:09:01.974] A3DSysCursor::Load(), Can not load cursor file [Cursors\载具.cur]!
[03:09:01.975] A3DSysCursor::Load(), Can not load cursor file [Cursors\齿轮.cur]!
[03:09:01.976] A3DSysCursor::Load(), Can not load cursor file [Cursors\火焰.cur]!
[03:09:01.977] A3DSysCursor::Load(), Can not load cursor file [Cursors\开炮.cur]!
[03:09:01.978] A3DSysCursor::Load(), Can not load cursor file [Cursors\砍植物.cur]!
[03:09:01.979] A3DSysCursor::Load(), Can not load cursor file [Cursors\空瓶子.cur]!
[03:09:01.980] A3DSysCursor::Load(), Can not load cursor file [Cursors\拿取.cur]!
[03:09:01.981] A3DSysCursor::Load(), Can not load cursor file [Cursors\瓶子.cur]!
[03:09:01.982] A3DSysCursor::Load(), Can not load cursor file [Cursors\施法.cur]!
[03:09:01.983] A3DSysCursor::Load(), Can not load cursor file [Cursors\器魂器灵.cur]!
[03:09:09.573] Terrain2 mask texture format is 28 (ps supported)
 
Upvote 0
Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
yeah i do have these cursor errors too, i haven't looked into it yet, but this is not the same issue, the error i posted only appears when i use the d_gfx command, when i link the gfx to something via .ecm or in elements.data, it doesn't show and doesn't give any errors.

Cursors do show and work properly, the gfx i imported from official client do not work.
 
Upvote 0
Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
yeah, they are probably not working because of that, i would like downgrade them. could you please guide me to where i should start?
 
Upvote 0
Junior Spellweaver
Joined
Aug 17, 2021
Messages
144
Reaction score
31
I'm going to be honest, I have no clue, not something I have done

alright, thank you though.
hopefully someone knows how to downgrade gfx files, can lead me the way or at least give me where to start. till then i'll keep trying on my own.


since gfx files are texts, i tried changing them with no avail...
 
Upvote 0
Back
Top