Sorry if this is answered on the main page/wiki, but I'm too lazy to look at it(hey, at least I want to contribute, ok?)
I know Python and C++, love making maps, I can also somewhat draw.
So, if somebody could tell me exactly how to:
* Add a custom tile for use with one of the following
* Add a new artifact
* Add a new ego
* Add a new monster/creature
* Add a new item type(for example a tool)
* How to attach a script to an item(like that tool), use it's charge, affect user, etc.
I guess you could post it in a new thread and make it a sticky for potential future contributors.
Few questions about contributing
Moderator: Moderator
Re: Few questions about contributing
Examples of all of this are in the code. Lua is really easy pretty easy to read anyway and Dakgod's code and the way he has it all organized is really easy to follow. I don't know what someone would paste here other then an example (and looking at the game files below are the best examples you can get since they're all working code).
For artifacts check \modules\tome\data\general\objects\world-artifacts
For egos check\modules\tome\data\general\objects\egos
For monsters \modules\tome\data\general\npcs
If you need help understanding what specific values do you can always hop in the IRC channel or ask here but a lot of them are self explanatory.
For artifacts check \modules\tome\data\general\objects\world-artifacts
For egos check\modules\tome\data\general\objects\egos
For monsters \modules\tome\data\general\npcs
If you need help understanding what specific values do you can always hop in the IRC channel or ask here but a lot of them are self explanatory.
-
- Cornac
- Posts: 33
- Joined: Mon Aug 15, 2011 8:11 pm
Re: Few questions about contributing
Ok. This should be helpful. And the IRC channel/server? I can't find it anywhere on the tome4 site.
Re: Few questions about contributing
irc.rizon.net #tome
(there's a stickied thread about someplace if you ever forget and need to find it)
(there's a stickied thread about someplace if you ever forget and need to find it)
Re: Few questions about contributing
In the ideas subsection there are several attempts from DG to collect contributions:
Vault contest! http://forums.te4.org/viewtopic.php?f=39&t=25574
Wands and Rods: your ideas of what is needed http://forums.te4.org/viewtopic.php?f=39&t=22668
Artifact & Ego ideas http://forums.te4.org/viewtopic.php?f=39&t=22187
Some work was done on a plugin for a mapmaker, make you can make it work for you:
http://forums.te4.org/viewtopic.php?f=3 ... ker#p89318
Somebody wrote a guide to making a vault on the wiki:
http://te4.org/wiki/how-make-vault
Vault contest! http://forums.te4.org/viewtopic.php?f=39&t=25574
Wands and Rods: your ideas of what is needed http://forums.te4.org/viewtopic.php?f=39&t=22668
Artifact & Ego ideas http://forums.te4.org/viewtopic.php?f=39&t=22187
Some work was done on a plugin for a mapmaker, make you can make it work for you:
http://forums.te4.org/viewtopic.php?f=3 ... ker#p89318
Somebody wrote a guide to making a vault on the wiki:
http://te4.org/wiki/how-make-vault