Blockland Forums > Modification Help
Why wont my playertypes show up in the add on list?
Pages: (1/1)
Sicarius:
I followed a tutorial I was given to make playertypes but they wont show up in the check list.
LoserHero:
Make sure your files are packaged correctly and have all necessary .txt files in it.
jes00:
May I see the tutorial please?
Aware:
Packaging Error.
The file should be a .zip eg:
Player_(name).zip
for a weapon it would be:
Weapon_(weaponname).zip
You must have inside a file -
--------------------------------------
description.txt
--- Code: ---Title: (title)
Author: (Your name)
(description)
--- End code ---
server.cs
--- Code: ---exec("./Player_(name).cs");
--- End code ---
namecheck.txt
--- Code: ---Player_(name)
--- End code ---
(yourplayertypefile).cs
------------------------------------------------
Your file must be in the right location! MAKE SURE IT IS
C:\Documents and Settings\(yourname)\My Documents\Blockland\Add-Ons
or just go to "My Computer" and to the right you should find "My Documents" then blockland/add-ons.
I hope this helped.
Pages: (1/1)