*IMPORTANT*: Contributing to T4
Moderator: Moderator
Re: *IMPORTANT*: Contributing to T4
I might be able to help out with some monster graphics, if someone can tell me where to find a master list of all the monsters found in the game?
-
- Reaper
- Posts: 1535
- Joined: Mon Jan 22, 2007 6:31 pm
- Location: East of the sun, west of the moon
Re: *IMPORTANT*: Contributing to T4
the master "list" can be found in the (place where the t-engine app is)/game/modules/tome/data/general/npcs folder, keep in mind there is no general list, it is just a bunch of lua files, but it is pretty clear which monsters are which.
also keep in mind that it should be completely *your* own work if you contribute, if you take something online and then tweak it and call it your own, that is susceptible to copyright infringement, unless you have permission to do so, or mention who you got it from.
also keep in mind that it should be completely *your* own work if you contribute, if you take something online and then tweak it and call it your own, that is susceptible to copyright infringement, unless you have permission to do so, or mention who you got it from.
Oliphant am I, and I never lie.
Re: *IMPORTANT*: Contributing to T4
The other thing here is to obey the license concerned for any code you use. So if you borrow someone else's code (and they have GPL'ed it) then you MUST honour that license.Shoob wrote:also keep in mind that it should be completely *your* own work if you contribute, if you take something online and then tweak it and call it your own, that is susceptible to copyright infringement, unless you have permission to do so, or mention who you got it from.
Regards
Jon.
Jon.
Re: *IMPORTANT*: Contributing to T4
Just to have said it, you have my consent for whatever concerning anything I have or will contribute.
-
- Sher'Tul
- Posts: 1022
- Joined: Fri May 21, 2010 8:16 pm
- Location: Inside the minds of all
- Contact:
Re: *IMPORTANT*: Contributing to T4
Anything that I contribute is your's aswell DG.
Final Master's Character Guides
Final Master's Guide to the Arena
Edge: Final Master... official Tome 4 (thread) necromancer.
Zonk: I'd rather be sick than on fire! :D
Final Master's Guide to the Arena
Edge: Final Master... official Tome 4 (thread) necromancer.
Zonk: I'd rather be sick than on fire! :D
-
- Spiderkin
- Posts: 480
- Joined: Mon Jul 26, 2004 5:20 am
- Location: Blighty
Re: *IMPORTANT*: Contributing to T4
Anything that I've either contributed or will contribute is yours to use, DG. 

Re: *IMPORTANT*: Contributing to T4
Everything I contributes is free for you to use in whatever way you see fit, under whatever license you prefer.
-
- Higher
- Posts: 61
- Joined: Sun Jul 11, 2010 9:03 am
Re: *IMPORTANT*: Contributing to T4
If I'll manage to contribute something useful to ToME, then you're free to use it.
-
- Low Yeek
- Posts: 9
- Joined: Thu Aug 18, 2011 8:00 pm
- Location: Las Vegas, Nevada, US
- Contact:
Re: *IMPORTANT*: Contributing to T4
What kinds of things are sought after to contribute? I'm curious so that I do not step on anyone's toes and snag their project.
I've been looking into the lua files and making small changes to the ToME assets, teaching myself what goes on in those files.
I feel like contributing to this awesome game.
I've been looking into the lua files and making small changes to the ToME assets, teaching myself what goes on in those files.
I feel like contributing to this awesome game.
Re: *IMPORTANT*: Contributing to T4
It usually works the other way around: people propose code/ideas and sometimes they get in 

[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

-
- Low Yeek
- Posts: 9
- Joined: Thu Aug 18, 2011 8:00 pm
- Location: Las Vegas, Nevada, US
- Contact:
Re: *IMPORTANT*: Contributing to T4
Would it then be best to have a working set of scripts or something when the idea is proposed? Some ideas can be quite ambitious and if there was something to show, would make your job easier 

Re: *IMPORTANT*: Contributing to T4
That's always appreciated 

[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: *IMPORTANT*: Contributing to T4
All my patches are belong to you.
Re: *IMPORTANT*: Contributing to T4
Yes you can use code i post on this forum for the game, i accept whatever copyright transfers regarding that code you want.
Of course, a laywer would have a field day with these "verbal" "contracts" by pseudonyms on a forum which you can edit, you realize that?
To contribute to opensource java from sun, you had to send a authentified fax with a legalese form, don't recall if they required adress information, but true name for sure.
Of course, a laywer would have a field day with these "verbal" "contracts" by pseudonyms on a forum which you can edit, you realize that?
To contribute to opensource java from sun, you had to send a authentified fax with a legalese form, don't recall if they required adress information, but true name for sure.
Re: *IMPORTANT*: Contributing to T4
Has anyone gauged the feasibility of building TE4 for ARM targets? Specifically iOS and Android. I've already rebuilt several relevant SDL libraries (SDL 1.3, SDL_image, SDL_mixer) for iOS and will be attempting to build the engine itself for iOS shortly. Apple has recently modified their TOS to allow for JIT'ed code to be executed on an iOS device, making Lua an option.
Once I reach a stopping point with iOS (I don't really expect to create a working engine initially) I'll move to the Android NDK...
Has anyone attempted this recently?
Once I reach a stopping point with iOS (I don't really expect to create a working engine initially) I'll move to the Android NDK...
Has anyone attempted this recently?