Page 1 of 1

Player-Profile

Posted: Fri May 01, 2015 11:32 am
by Nusche
Hello there ^-^/)

I was messing around with this engine for a while now, and so far came around without help but now i found something i couldnt solve as i want it to be. I found this nice little forum via youtube and hope someone may can help me here :)

I wanted to change the Player Profile. If possible maybe use a own template for it.
But i am not quite sure if this is possible or how/where to start with it. Maybe someone has an idea?

Most importantly i would like to make the Race and Class of the Player visible in it.

thank you :)

Re: Player-Profile

Posted: Fri May 01, 2015 1:38 pm
by a_bertrand
The player profile is as any other part of the engine a module and can either be extended by further modules or fully replaced.

The main module is "view_player" which then calls "player_info.php" in any other modules. So you could either create a new module with a "player_info.php" file to add functionalities to the existing player profile, or replace the current "view_player" module with your own.

Re: Player-Profile

Posted: Fri May 01, 2015 2:11 pm
by Nusche
Ah, thank you thats literally all i needed :)
was a bit confused by that before.

thanks that was great fast help. :lol: