Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Oct 23, 2011 21:46:13 GMT -5
Can i have some help with coding? Because i want to make my own engine instead of just using everyone else's. If someone can help me with coding it would be appreciated.
|
|
|
Post by zankuujinmujinsho on Oct 23, 2011 21:57:30 GMT -5
Coding can't really be taught, it's more of a hands-on thing.
You gotta mess with the code, see what it does, then change it as necessary.
|
|
|
Post by Chini on Oct 23, 2011 21:58:33 GMT -5
everyone trying to make their own engine.... I believe If you all come together instead of being separate, everyone can make a great engine. It'll save alot of headache and actually progress will happen. BTW srry I can help you bro. idk blitz; also there was another thread just posted before this Quoting Arrow: "You can purchase Blitz3D at BlitzBasic.com for $100. There are plenty of tutorials for this program."
|
|
|
Post by zankuujinmujinsho on Oct 23, 2011 22:03:24 GMT -5
everyone trying to make their own engine.... I believe If you all come together instead of being separate, everyone can make a great engine. That can actually lead to a bigger headache.
|
|
|
Post by Chini on Oct 23, 2011 22:05:26 GMT -5
ha lol I actually thought about that after I typed that... I don't want to see another "problem"
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Oct 23, 2011 22:34:15 GMT -5
Well i hope i learn Blitz3D soon. Because this isnt because of BGE or any other engines being made alot. I have always wanted a engine of my own. I hope that i can make one and learn blitz someday. I could start a project and maybe get a team. I hope i can do this because im not on my current PC so i will do it tommarow.
|
|
|
Post by Chini on Oct 23, 2011 22:38:08 GMT -5
it's don't have to be blitz 3d tho
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Oct 23, 2011 22:41:59 GMT -5
it's don't have to be blitz 3d tho I do,though.
|
|
|
Post by zankuujinmujinsho on Oct 23, 2011 22:53:00 GMT -5
Blitz is pretty tough to start out with, especially when it involves Physics. Try starting with something simpler like Java. Once you figure out how logic in programming works, you should be good to go.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Oct 23, 2011 22:55:12 GMT -5
Blitz is pretty tough to start out with, especially when it involves Physics. Try starting with something simpler like Java. Once you figure out how logic in programming works, you should be good to go. Only time i remember coding in C,but i havent learned alot of C though. C sharp as in C.
|
|
|
Post by XxSuperShadicxX on Oct 23, 2011 23:01:16 GMT -5
I haven't ever coded in anything before, yet I was able to put in animations and add a double jump and jump dash onto version 1 of blitz sonic. I also changed the xz (de/ac)celeration and the y acceleration. Not too hard. But then again, there is also the more complicated stuff.
|
|
r543
Relic Team
Posts: 408
|
Post by r543 on Oct 24, 2011 5:15:15 GMT -5
I haven't ever coded in anything before, yet I was able to put in animations and add a double jump and homing attack onto version 1 of blitz sonic. I also changed the xz (de/ac)celeration and the y acceleration. Not too hard. But then again, there is also the more complicated stuff. how did you code homing attack ? i could need a code for following an object
|
|
|
Post by XxSuperShadicxX on Oct 24, 2011 14:25:11 GMT -5
Oops, jump dash.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Oct 24, 2011 15:29:29 GMT -5
Can you teach me how you did that?
|
|
|
Post by zankuujinmujinsho on Oct 24, 2011 15:41:27 GMT -5
It's fairly simple, it's just a move function that's activated when a button is pressed. [Not Held]
|
|