Ben
Guest
B
Tutorial Section Rules/Guidelines
The following rules & guidelines apply for every tutorial section that is in the Rs2 emulation boards. Failure to comply with the rules may result in infractions against your account.
Rules
1. Do not steal other peoples work. Always give appropriate credits if it is not your own work, or if you used other peoples work to build it.
2. This section is for tutorials, and tutorials only. Please post requests, downloads, and questions in the proper boards.
3. Do not spam, nor flame anyone's threads.
4. Please follow a loose format. Loose being that you can adjust it a bit, just as long as the basic idea of the format stays.
Why have a format?
- Easier to read
- Easier to understand
- If it's too hard for someone, they won't attempt to do it
- And so forth
Basic Format
HTML:
[b]Purpose:[/b] What will this tutorial accomplish?
[b]Difficulty:[/b] On a 0-10 scale
[b]Tested On:[/b] So and So.
Guidelines
What is a tutorial?
A tutorial is a guide on how to add a new feature to your server/client. A tutorial is not just a chunk of code, nor is it just a explanation. It is the two combined, and explained. A tutorial should be like:
HTML:
Step One:
doThis
EXPLANATION
Step Two:
nowDoThis
Not
HTML:
public void hello() {
out.print("Hello");
}
Credits
ME
If you are posting a code block, post it in the Snippets section. If you are posting part of a configuration file, post it in the Configuration section.
Thanks for reading.