|
|||||||
![]() |
|
|
Thread Tools |
|
||||
|
Since I never seems to get anything done or released these days, I figured if I make the project public, maybe I will be pressured into finishing it. So here it is... Concept and story wise, I have some vague ideas. And I am not looking for any team members at the moment, this thread will be simply a place for me to keep myself organized and show the community my progress.
Video: http://www.youtube.com/watch?v=RHBEJLlHz04 One-liner: The game will be some sort of toy RC-car racing game, with emphasis on graphics and over the top driving physics. I got some inspirations from Revolt, an old but classic driving game. Progress, tentative features and task list: [|||||-] Driving physics (i am using Bullet's build-in vehicle constraints, lot of python, minimal logic bricks) [|||--] Graphics (GLSL pipeline, with a few post processing filter for additional effects) [||---] Menu, intro, GUI (shouldn't be hard, i've done this before, just had to make it slick) [-----] In-game HUD (again, should be easy with overlay scene and a bit of Python magic) [-----] AI car (none planned at the moment, 2 player multiplayer is more fun than even the most intelligent AI) [|----] Game mechanics and goal (Still in the planning process, will likely combine timed races with item pick ups and powerups.) [||---] Multiplayer (I already have a some prototypes running, 2 player peer to peer multiplayer over the internet is easy) [-----] Audio (will not consider this until pretty late in the development process) [||---] Overall framework for game (including workflow, engine framework, and all basic game functinalities.) [-----] Content creation: (including making additional vehicles, more maps, more assets and graphical varieties) For Update: See end of this thread.
............................................
Mike's Blender site Last edited by mpan3; 25-Nov-09 at 01:15. |
||||
|
#1
|
||||
|
|
|
||||
|
Get something done by tonight.
How's that for pressure ![]() EDIT: And I hoped you don't get flamed because some people on the forums think it's against the law to post without screenies.
............................................
----MR. T SAYS BLEND!!! |
||||
|
#2
|
|
||||
|
I started yesterday with an old old old vehicle demo and re-did all the vehicle physics to bring it completely up to date with 2.49a. Been using python heavily, logic bricks gets too hard to maintain for a large project.
I also went through a lot of my old files and started collecting useful files/scripts/shaders for this project. Here is an initial screenshot from yesterday: I also wrote a minimalist network interface in python that sends any serialized data across a network, I want this game to be multiplayer... will have to test lag tonight.
............................................
Mike's Blender site |
||||
|
#3
|
|
||||
|
Lol well that was fast. oh and where do you get that texture and how do you apply it to everything?
And the screenie looks nice. The car almost looks like a render.
............................................
----MR. T SAYS BLEND!!! |
||||
|
#4
|
|
||||
|
@Zootanore, yeah I went crazy with shaders, added a realtime ambient occlusion shader and some simple GLSL shadows to add some realism to the scene.
Here is a multiplayer network test i just did: http://www.youtube.com/watch?v=Az8C1IW5E5s
............................................
Mike's Blender site |
||||
|
#5
|
|
||||
|
Quote:
) has a portfolio. It's quite nice actually. He's also a frequent contributor to the forums--he wrote the DoF shader that all the big guys use (Endi, Martinsh etc.)Quote:
peace, -nick
............................................
*New* Blender Texture Pack | 128x128 Texture Pack "You could call Bill Gates a compassionate Pimp" -Al Capone |
||||
|
#6
|
|
||||
|
Would you mind sharing you networking script? I'm interested in networking and wouldn't mind seeing how you structured it.
I had a little chat with Moguri today about sending info over a network, it was basically about how using cPickle created unnecessary characters making the string that is sent over the network larger. So to reduce lag you could try and make the string as short as possible. Something like 'p=[0,0,0]:v=[15,0,0]', p = position, v = velocity. (just open a cPickle file and see the wasted chars). (and also, for sending orientation its possible you could send a single vector (rather then a matrix) and align the z axis to the global z axis then the y axis to the vector, that just cuts out another ~10 chars. This only works if you're not intending to have cars flip though) Anyway, this looks promising. Keep up the 3 updates a day
|
||||
|
#7
|
|
||||
|
I need to find realtime ambient occlusion.
I am always fascinated by the multiplayer stuff. I don't know where do start for it. I have no idea what a socket is... I don't even know python. Jeez I have a lot to go. Looks amazing once again.
............................................
----MR. T SAYS BLEND!!! |
||||
|
#8
|
|
||||
|
@andrew, now I realized that cPickle probably isn't too useful for tiny amount of data in very simple structure. I've gone back to passing simple strings using ',' as concatenation. Whatever I can do to save a few bytes of data.
![]() Here is my symmetrical network code: Code:
Next task: Start building a few test maps
............................................
Mike's Blender site Last edited by mpan3; 22-Jul-09 at 06:05. |
||||
|
#9
|
|
||||
|
Nice car, I love the batteries!
Project BlenderKart could use something like this...
............................................
This is my sig. Feel free to use my texture repository: http://www.cdupload.com/browse/Minifig/3913_FKSa1 Please don't call me mini. |
||||
|
#10
|
|
||||
|
Quote:
............................................
Mike's Blender site |
||||
|
#11
|
|
||||
|
............................................
Mike's Blender site Last edited by mpan3; 23-Jul-09 at 16:49. |
||||
|
#12
|
|
|||
|
That looks awesome, great job.
............................................
I am a Christian |
|||
|
#13
|
|
||||
|
The video does not work, I thought it may be still uploading/converting but it has been some time now. When I load the page it says "Sorry, there was a problem loading the video", hmm.
|
||||
|
#14
|
|
||||
|
I get the error too
............................................
Latest project: Phantom - Blender F1 2009 Entry My Website: http://www.duskydolphin.co.uk | Finished and fun BGE game: 4X4 at: http://4x4.duskydolphin.co.uk |
||||
|
#15
|
|
||||
|
Wow!
If this is a RC car, then are you planning on having any plastic building bricks in your game?(kind of like LEGO's, but a custom off-brand?)
............................................
This is my sig. Feel free to use my texture repository: http://www.cdupload.com/browse/Minifig/3913_FKSa1 Please don't call me mini. |
||||
|
#16
|
|
||||
|
same error
|
||||
|
#17
|
|
||||
|
if u have a vimeo account, you can download the video off the site. aaaaaaaannnddd... I wanna try
|
||||
|
#18
|
|
||||
|
hmmm, i thought it was converting too... will try to reencode and upload again tonight... i am off to work, sorry guys. Meanwhile, if you get a vimeo account, you can download the original file (quicktime h264) from the bottom right.
edit: It's live! http://www.youtube.com/watch?v=RHBEJLlHz04
............................................
Mike's Blender site Last edited by mpan3; 23-Jul-09 at 16:48. |
||||
|
#19
|
|
||||
|
mpan, you are very talented.
(not talking about that video only)
............................................
Portfolio : www.aandria.com My contribution : Third person Template |
||||
|
#20
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|