Hi,
I am making a simple multiplayer platform game with stick figures in Blender 2.59, but haven’t got the slightest idea how to make a simple MP script. I have seen the WSAG, but it is way too advanced for what I’m making. I just need a script that allows other players to join, and also a simple team/all chat system, respawn, see their score, and be able to run around the map and kill each other, but will need different properties and names for the health, ammo, and score. If there is a simple script out there, please let me know.
I also want a cursor that looks like a crosshair, and when you click, a bullet is spawned from the player, and tracks to where the cursor clicked, very fast.
I have been trying to get sprites to work for this game, but have no idea how to animate UV and GLSL materials.
I am also looking at making it so that the player’s preferences are saved to a .cfg file or something, so that the default resolution doesn’t have to be 640x480 on an HD screen, and the player’s name will stay.
I have also tried to make a minimap with another camera, but then all the GLSL filters affect the minimap, not the screen.
I currently am using DoF, bloom, and SSAO for better graphics.
Many thanks,
Matthew Evans