@killcamike If you join blenderartists . org then theres a whole community of people there, along with heaps of game related tutorials and you can ask questions etc. Also just download Blender (its opensource and therefore doesnt cost anything) and you can start playing with it and doing tutorials right away. It does take time tho, expect to spend a long time learning all this stuff and start off basic (like making a game of pong etc)
@killcamike I do still use python, its the language the blender game engine uses for this kind of stuff, you cant really use anything else. But I have started learning several other languages as part of my uni degree. Having a background in python has made learning other languages a lot easier.
And I wouldnt say 'more advanced languages', simply because all languages can be pretty advanced if you want them to be. Nasa does use python for a lot of their stuff - just for some perspective :)
@GreenlineGaming Id finished a BGE python tutorial a couple of days before making this game and video. Its a good tutorial, gives you pretty much everything you need to know to get started using python for the blender game engine. No pygame used here.
i am learning python now, how much do i have to learn before i can make a game - i always wanted to make an rts but till now i still suck at programming
at 1:50, you show a 3d graphics editor, where you can manipulate the objects. I'm new to python, and can't find anywhere how you edit objects other than in the code itself. Is that that a separate program you used, or is it already with python?
Na Im using Blender 3D, an opensource (free) 3D program which has an inbuilt game engine. In the engine you can use python to code whatever you want. Its quite flexable :)
Hmm, watching your video (again) i just noticed.. at 1:53, what is that second cube for? i guess its scripting or collision detecting or something.. but er.. just wondering is all.
Yeh thats the physical basis of the character. The animated mesh doesnt detect collisions, its set to ghost. The cube is the dynamic object that the animated mesh is parented onto. Ive found its a good way of setting characters up.
Kinda, i learnt how to do python programming from socials tutorial, but after you know the basics you have to work out how to use python to do what you want, so yes, in a way.
Well a good place to start is by learning logic bricks in blender, then with that you can learn how to use python to have even more control. Do some google searches, look for 'socials GE python tutorial.
instead of making in go in a circle, make it follow u... i tell you how with no script.
give an always sensor ---- and controller ---- then go into EDIT OBJECT choice and choose Track... then choose an object from your character model and put it into the slot... then the character will follow you everywhere... if you want to get advance choose a near or ray sensor and it will POP out at you or just when its looking at you.
I understand what your saying, but it already does this. I wrote the script so that it walks around randomly (not in a circle) and when it sees a grub it locks onto it and chases it down. But it wont chase the player, i didnt want it to do that. Look at one of the other videos, youll see how it tracks to grubs and kills them.
Glad its inspired you! Note that this is my first ever project python, id never touched any programming before this. So this is what you can do with the absolute basics and a bit of spare time.
You reckon you could send me an email and teach me a little? I'm still stumped on dictionaries and the differences between lists and tuples. xD I'll pm my email to you if you think you can help. :)
Ha, ive got no idea what those things are! If your looking into doing Game stuff with python have a look for Socials introduction to python in the game engine. PM me if youd like the link, ill have a look for it. It helped me heaps.
Average handels it well. My laptop is a 1.6Ghz dual core with 1G of ram and a standard video card (very bad video card). It can handle around 60-70 grubs in the game at one time before the fps starts getting bad.
Realy good game, but why eggs? Not emeralds, keys or something else? Yeah graphics is good
Antanas32 6 days ago
how do you do games like that do you need more programs
edsvenbla 1 month ago
Epic!!!!
skenum 1 month ago
AWESOME
MrHairlessLlamacat 7 months ago
blender
NatapixAS 11 months ago
This has been flagged as spam show
hey if you have time please check out my video, i also made a game in python. its not a quarter as good as this one, but it's still something,
killcamike 1 year ago
do you mind telling me a good place to learn how to make games like this?
killcamike 1 year ago
@killcamike If you join blenderartists . org then theres a whole community of people there, along with heaps of game related tutorials and you can ask questions etc. Also just download Blender (its opensource and therefore doesnt cost anything) and you can start playing with it and doing tutorials right away. It does take time tho, expect to spend a long time learning all this stuff and start off basic (like making a game of pong etc)
ADEdge 1 year ago
@ADEdge Thank you so much! And are you still into Python? Or have you moved on to more advanced languages?
killcamike 1 year ago
@killcamike I do still use python, its the language the blender game engine uses for this kind of stuff, you cant really use anything else. But I have started learning several other languages as part of my uni degree. Having a background in python has made learning other languages a lot easier.
And I wouldnt say 'more advanced languages', simply because all languages can be pretty advanced if you want them to be. Nasa does use python for a lot of their stuff - just for some perspective :)
ADEdge 1 year ago
How long had you been using Python and Pygame at the time of making this?
GreenlineGaming 1 year ago
@GreenlineGaming Id finished a BGE python tutorial a couple of days before making this game and video. Its a good tutorial, gives you pretty much everything you need to know to get started using python for the blender game engine. No pygame used here.
ADEdge 1 year ago
Love this ◕‿◕.
Anox1e 1 year ago
VERY cool! Gonna rush over to the second part now :D
QuinnMohammed 1 year ago
real nice one dude :)
omarlittle1987 1 year ago
how do you execute a blender game to a .exe?
Q3o5 2 years ago
really nice.
GoodOldGeek 2 years ago
god damn, i cant stand listening to your voice!
janerik1990 2 years ago
i am learning python now, how much do i have to learn before i can make a game - i always wanted to make an rts but till now i still suck at programming
hekma 2 years ago
at 1:50, you show a 3d graphics editor, where you can manipulate the objects. I'm new to python, and can't find anywhere how you edit objects other than in the code itself. Is that that a separate program you used, or is it already with python?
I'm using Python 2.6, has it changed since then?
mrlobx 2 years ago
Na Im using Blender 3D, an opensource (free) 3D program which has an inbuilt game engine. In the engine you can use python to code whatever you want. Its quite flexable :)
ADEdge 2 years ago
Thanks!
mrlobx 2 years ago
Comment removed
mrlobx 2 years ago
Looks like a nintedo game very good
FrozenIceCweam 2 years ago
Hmm, watching your video (again) i just noticed.. at 1:53, what is that second cube for? i guess its scripting or collision detecting or something.. but er.. just wondering is all.
Radmanlive 3 years ago
Yeh thats the physical basis of the character. The animated mesh doesnt detect collisions, its set to ghost. The cube is the dynamic object that the animated mesh is parented onto. Ive found its a good way of setting characters up.
ADEdge 3 years ago
ohh, thats clever man! i might try that. Now i know why that bug i found ((shooting the lower body knocks the carnivore back)) happens :P
Radmanlive 3 years ago
btw, did you learn the whole 'carnivores walking around & turning away from wall' thing from Socials tutorials?
Radmanlive 3 years ago
Kinda, i learnt how to do python programming from socials tutorial, but after you know the basics you have to work out how to use python to do what you want, so yes, in a way.
ADEdge 3 years ago
what did u use python for i know ruby and they are similiar :)
nickrohn93 3 years ago
Yeh I used python, Ive heard of ruby but Ive never used it.
ADEdge 3 years ago
I found a bug in the game i like to mess about with.
shoot the carnivores feet and he goes flying and is stunned for a few seconds
Radmanlive 3 years ago
whilst i was watchin your vid
i pondered if you knew how to connect animation like walking to a direction like "w"?? and i want to know where you started too learn python?
many thanks.
we should collaborate
butterbean954 3 years ago
Well a good place to start is by learning logic bricks in blender, then with that you can learn how to use python to have even more control. Do some google searches, look for 'socials GE python tutorial.
ADEdge 3 years ago
wait dude did u use an engine for this? cause i doubt u did this with plain python when u dont know what lists and tuples are and nice vid btw
pumaking94 3 years ago
Yeh i used the Blender Game engine, its inbuilt into Blender.
ADEdge 3 years ago
instead of making in go in a circle, make it follow u... i tell you how with no script.
give an always sensor ---- and controller ---- then go into EDIT OBJECT choice and choose Track... then choose an object from your character model and put it into the slot... then the character will follow you everywhere... if you want to get advance choose a near or ray sensor and it will POP out at you or just when its looking at you.
laxwolf 3 years ago
I understand what your saying, but it already does this. I wrote the script so that it walks around randomly (not in a circle) and when it sees a grub it locks onto it and chases it down. But it wont chase the player, i didnt want it to do that. Look at one of the other videos, youll see how it tracks to grubs and kills them.
ADEdge 3 years ago
Really cool, man! Thanks for taking the time to make these videos. I'm currently learning Python and these videos have inspired me. :)
MrShurr 3 years ago
Glad its inspired you! Note that this is my first ever project python, id never touched any programming before this. So this is what you can do with the absolute basics and a bit of spare time.
ADEdge 3 years ago
Very impressive work. :)
You reckon you could send me an email and teach me a little? I'm still stumped on dictionaries and the differences between lists and tuples. xD I'll pm my email to you if you think you can help. :)
MrShurr 3 years ago
Ha, ive got no idea what those things are! If your looking into doing Game stuff with python have a look for Socials introduction to python in the game engine. PM me if youd like the link, ill have a look for it. It helped me heaps.
ADEdge 3 years ago
Okay, cool. ^.^
MrShurr 3 years ago
nice!!
Johneysteel 3 years ago
Dude, I can't hear you.
baboontorture 4 years ago
Yeh i had trouble with the sound in part 1, only realized how bad it was once id uploaded it. Part 2 & 3 are better though.
ADEdge 3 years ago
How good does your computer have to be to run this?
macdady09 4 years ago
Average handels it well. My laptop is a 1.6Ghz dual core with 1G of ram and a standard video card (very bad video card). It can handle around 60-70 grubs in the game at one time before the fps starts getting bad.
ADEdge 4 years ago
Great thanks again
macdady09 4 years ago
hey, very nice. Where can I learn how to do this sort of stuff?
macdady09 4 years ago
Search the blender forums, and download blender3D if you havent got it already. Theres heaps of tuts out there.
ADEdge 4 years ago
Thanks
macdady09 4 years ago