![]() |
registered to help with the game - Printable Version +- AssaultCube Reloaded Forums (https://acrf.victorz.ca) +-- Forum: General (https://acrf.victorz.ca/forum-5.html) +--- Forum: Introductions (https://acrf.victorz.ca/forum-10.html) +--- Thread: registered to help with the game (/thread-275.html) |
registered to help with the game - ------- - 2012-02-05 Hello, me, restcoser registered on this forums not just to enjoy the game, also to help the developmetn, because it seems to have ceased half a moth ago. ![]() I think development of this game needs to continue, even if one dev doesn't want to continue. I think the game is great, but far from completion. It needs: *maps(there i can help for sure) *better textures/more textures ( can help there maybe also a bit) *better playermodels(not sure if i can help there *better/more powerful perks *themed layout ( can help there) *higher falling damage (Right now you barely notice falling damage) ... Poorly I am not very experienced with C++ and therefor can't really help with coding. I took a look at c and c++ a while ago, but right now my coding skills are just in delphi. I'm willing to learn more C++ and help... but not alone. Thats why i joined this forums. (some information about me: 16 years old, running linux) RE: registered to help with the game - Snipe - 2012-02-06 welcome ![]() I can do some mapping as well. but honestly, I don't think we will have to worry about that much. Once players start coming, there will be an awesome ammount of maps ![]() RE: registered to help with the game - LMFAO! - 2012-02-07 restcoser I just began learning C++ a week ago, in order to help develop the game. If you wanna learn it with me, or anything, that'd be cool. RE: registered to help with the game - ------- - 2012-02-08 I already know some c++, have some books here about the topic. Yes, it would be cool, and we can do that ![]() (I guess my experience in c++ is not more than yours ![]() RE: registered to help with the game - Victor - 2012-02-08 restcoser, please do not quote posts directly in front of yours. C++ is not that difficult to learn. One of the key things to notice is that it allows pointers, which most other languages omit. RE: registered to help with the game - LMFAO! - 2012-02-09 Well. Learing C++ has actually been alot of fun. But thats a useful tip victor, thanks. EDIT: victor, what else should I learn, before I help to try and develop the game? RE: registered to help with the game - Victor - 2012-02-09 C++ is similar to languages such as Java, JavaScript, C#, VB .NET, Python, PHP, but with pointers. You should also learn SVN or other version control software. |