About rtsl
rtsl's Trophies
rtsl's Archive
Technical hints / feedback
Thanks for the feedback so far. Just a quick technical update:
If the menu makes problems try typing the Letters (H) for Help, (Q) for quit and (P) for Play instead of using the mouse. (Escape takes you back to menu and from there out of the game as well). Blender as a 3D App calculates the camera, mouse position and menu surfaces in 3D space to determine if a “menu button” is “pressed”. It seems sometimes it gets a little confused. I am confident the great developer community at blender.org will work that out.
The link to the file (http://www.mediafire.com/file/ozdz3zkmfmm/Roadate.zip) does work. People have tested it several times. If you don’t get to the file please check your ad-blocking software.Also the file in the megapack works. I have tested it on two machines (Vista SP1 and XP SP 3).
Again, another possible solution is to see if you can run Blender by installing Python 2.5.2. from here and Blender 2.48a from here following the instructions for the MSVCPP redistributables as well.
If Blender runs, the game should run as well.-
Cutting back on features
This is definetly the way to go. I killed lots of things already: sound, level-editor, auto-initialization. I also skipped the massive multiplayer part, the “better than gta”-part and I stopped porting to the PS3. I also called gamespot and told them to withold their rating until I can fix this mess. Still have two showstoppers. With almost 6 hours to go it could work out.
Progress and Stuck-ness
I added
- the menu – simply to start the game or quit.
- a player with WASDQE movement
- two cameras (first person and scene perspective)
- game logic (usually I use an empty that is set to receive and send messages to the other objects)
I hit a roadblock
with replacing the material of an object via Python controller in BGE.
Stage
I have three scenes
- the stage to build objects and test them
- the game where everything is assembled
- the menu
Currently I am working on the stage. You see the road sections built by extruding the standard cube. The sixth is a spare part
I am experimenting with the SCA (Sensor- Actuator-Controller) setup. At the moment you can rotate a section with the mouse wheel.
Odd: you have to enter 45 degrees to get a 90 degree rotation.
Game Idea
The game idea so far:
- Get from A to B (the goal and the essence of a road).
- Initially the road does not permit that (the challenge).
- You can rotate the section in front of you (the interaction principle).
- Probably this will trigger some mischief (the real challenge).
I am using Blender 2.48 with the Blender Game Engine and Python for Game Logic.
















