Page 1 of 1
A Possible Beginning Area For New Players! :D
Posted: 02 Aug 2012, 03:09
by eTHiiXx
Hello everyone!
I am quite new to the community but I honestly love the experience I have had and I tend to try and be a GM and a fellow helper to beginners in the future too :3
I also have a passion for game design (Especially making maps) and I would be honored to contribute to TMW.
However I have no idea where to start! D: I don't know what program to use to design maps or anything like that but I'm very willing to learn
If anyone has the time to send me any links to necessary programs or have any helpful tips I would be very much grateful and would love you forever xD
Thanks for reading! ^_^
Re: A Possible Beginning Area For New Players! :D
Posted: 02 Aug 2012, 04:32
by o11c
The single entry point for all development is:
http://wiki.themanaworld.org/index.php/How_to_Develop
For just getting your environment set up, this is complete
(except for that hook thing - I should fix that immediately); as you learn other things we would appreciate you editing it. In particular, the Mapping Tutorial is based on an old version, although most of the information is still relevant.
Re: A Possible Beginning Area For New Players! :D
Posted: 02 Aug 2012, 07:06
by eTHiiXx
o11c wrote:The single entry point for all development is:
http://wiki.themanaworld.org/index.php/How_to_Develop
For just getting your environment set up, this is complete
(except for that hook thing - I should fix that immediately); as you learn other things we would appreciate you editing it. In particular, the Mapping Tutorial is based on an old version, although most of the information is still relevant.
Okay thank you very much

Do you have any Pro Tips?

Lol
Re: A Possible Beginning Area For New Players! :D
Posted: 02 Aug 2012, 22:18
by eTHiiXx
o11c wrote:The single entry point for all development is:
http://wiki.themanaworld.org/index.php/How_to_Develop
For just getting your environment set up, this is complete
(except for that hook thing - I should fix that immediately); as you learn other things we would appreciate you editing it. In particular, the Mapping Tutorial is based on an old version, although most of the information is still relevant.
Could you please help me out with the Gitorous Setup... I have no clue as to what to do. Do I need Linux?
Re: A Possible Beginning Area For New Players! :D
Posted: 02 Aug 2012, 22:26
by o11c
eTHiiXx wrote:o11c wrote:The single entry point for all development is:
http://wiki.themanaworld.org/index.php/How_to_Develop
For just getting your environment set up, this is complete
(except for that hook thing - I should fix that immediately); as you learn other things we would appreciate you editing it. In particular, the Mapping Tutorial is based on an old version, although most of the information is still relevant.
Could you please help me out with the Gitorous Setup... I have no clue as to what to do. Do I need Linux?
You don't strictly need Linux, but developing in Windows is always a pain. There's this article, which is slightly outdated and really should be merged into the main article:
http://wiki.themanaworld.org/index.php/ ... on_Windows
If you need help it's best to get on IRC.
Re: A Possible Beginning Area For New Players! :D
Posted: 03 Aug 2012, 01:06
by eTHiiXx
o11c wrote:eTHiiXx wrote:o11c wrote:The single entry point for all development is:
http://wiki.themanaworld.org/index.php/How_to_Develop
For just getting your environment set up, this is complete
(except for that hook thing - I should fix that immediately); as you learn other things we would appreciate you editing it. In particular, the Mapping Tutorial is based on an old version, although most of the information is still relevant.
Could you please help me out with the Gitorous Setup... I have no clue as to what to do. Do I need Linux?
You don't strictly need Linux, but developing in Windows is always a pain. There's this article, which is slightly outdated and really should be merged into the main article:
http://wiki.themanaworld.org/index.php/ ... on_Windows
If you need help it's best to get on IRC.
Thanks I will try and figure it out. But how do you download all the textures and all that jazz? And okay I will give that a go too

Thanks
Re: A Possible Beginning Area For New Players! :D
Posted: 03 Aug 2012, 02:33
by o11c
eTHiiXx wrote:But how do you download all the textures and all that jazz?
If you follow the instructions on the "How to Develop" page, the textures will be pulled in by the --recursive flag of 'git clone', and found in the client-data/graphics/* subdirectories.
This is not to be taken as an excuse to skip the other steps.
Re: A Possible Beginning Area For New Players! :D
Posted: 03 Aug 2012, 03:32
by eTHiiXx
o11c wrote:eTHiiXx wrote:But how do you download all the textures and all that jazz?
If you follow the instructions on the "How to Develop" page, the textures will be pulled in by the --recursive flag of 'git clone', and found in the client-data/graphics/* subdirectories.
This is not to be taken as an excuse to skip the other steps.
Could you possibly explain that in absolute noob terms?

Re: A Possible Beginning Area For New Players! :D
Posted: 03 Aug 2012, 03:57
by o11c
eTHiiXx wrote:o11c wrote:eTHiiXx wrote:But how do you download all the textures and all that jazz?
If you follow the instructions on the "How to Develop" page, the textures will be pulled in by the --recursive flag of 'git clone', and found in the client-data/graphics/* subdirectories.
This is not to be taken as an excuse to skip the other steps.
Could you possibly explain that in absolute noob terms?

- Go to http://wiki.themanaworld.org/index.php/How_to_Develop
- Follow all the instructions under "setup", in order.
- ???
- Profit
Re: A Possible Beginning Area For New Players! :D
Posted: 03 Aug 2012, 05:43
by eTHiiXx
...Wait...
Profit?
