fodev.net

FOnline Development => Questions and Answers => Topic started by: King Vinnie on June 06, 2016, 07:14:28 am

Title: My dumb questions *cringe warning*
Post by: King Vinnie on June 06, 2016, 07:14:28 am
how do I change the motd?
Title: Re: My dumb questions *cringe warning*
Post by: Wipe on June 06, 2016, 04:54:28 pm
wut
Title: Re: My dumb questions *cringe warning*
Post by: lisac2k on June 07, 2016, 02:53:46 am
Message of the day?  ;D
Title: Re: My dumb questions *cringe warning*
Post by: King Vinnie on June 10, 2016, 02:13:45 am
yep, message of the day
Title: Re: My dumb questions *cringe warning*
Post by: King Vinnie on June 10, 2016, 04:20:19 am
nother dumb question, how do I name perks?
Title: Re: My dumb questions *cringe warning*
Post by: SEGA_RUS on June 10, 2016, 09:50:40 am
nother dumb question, how do I name perks?

Code: [Select]
####################################################################################################################################
#
# Perks (with PERK.MSG)
#
####################################################################################################################################

# 103000
# PE_BOOKWORM
{103001}{}{Bookworm}
{103002}{}{Bookworm.}
# PE_AWARENESS
{103011}{}{Awareness}
{103012}{}{With Awareness, you are given detailed information about any critter you examine. You see their exact hit points and information about any weapon they are equiped with.}
# PE_BONUS_HTH_ATTACKS
...........
FOGAME.MSG
formula 100000+(PerkID*10)+1 for Perk name
formula 100000+(PerkID*10)+2 for Perk description
Title: Re: My dumb questions *cringe warning*
Post by: King Vinnie on June 11, 2016, 12:34:50 am
Code: [Select]
####################################################################################################################################
#
# Perks (with PERK.MSG)
#
####################################################################################################################################

# 103000
# PE_BOOKWORM
{103001}{}{Bookworm}
{103002}{}{Bookworm.}
# PE_AWARENESS
{103011}{}{Awareness}
{103012}{}{With Awareness, you are given detailed information about any critter you examine. You see their exact hit points and information about any weapon they are equiped with.}
# PE_BONUS_HTH_ATTACKS
...........
FOGAME.MSG
formula 100000+(PerkID*10)+1 for Perk name
formula 100000+(PerkID*10)+2 for Perk description
tyvm
Title: Re: My dumb questions *cringe warning*
Post by: King Vinnie on June 11, 2016, 12:50:09 am
one more for now, how do I increase the level cap?
Title: Re: My dumb questions *cringe warning*
Post by: King Vinnie on June 12, 2016, 02:26:37 am
uhhh, is there a way to reload custom weapons?