• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ How do I add custom effects to my client

azzinoth

New Member
Joined
Apr 20, 2024
Messages
3
Reaction score
0
GitHub
azzinoth01
I want to add new magic effects to myclient/server that can be used for spells.
For example the effect "CONST_ME_ICETORNADO" creates small and big tornados in a certain pattern. I want to invert the effect big tornados become small and small become big ones. To do that I thought the best way would be to add an extra effect that can be used but I have not found a way to do that in this forum. Can someone help?
 
Solution
What client what version what engine?

Maybe this?
What client what version what engine?

Maybe this?
 
Solution
What client what version what engine?

Maybe this?
I got It working with it. Thanks :)
 
How did you save your changes? When I compile through the asset editor, it freezes, but it still outputs new .spr and .dat files.
But the output is corrupted somehow because the client cannot load the files :p
 
How did you save your changes? When I compile through the asset editor, it freezes, but it still outputs new .spr and .dat files.
But the output is corrupted somehow because the client cannot load the files :p
I directly compiled the asset editor from the master branch. Somehow all the released precompiled stuff here never really works.
 
Back
Top