Well, I am making some great progress with my entry, so I decided to put up some screenies.
Things finished:
- Newton Physics (Thanks a million Walaber
)
- Dynamic Destructiable terrain w/ Newton Physics (Terrain will change with Newton Physics)
- Randomly generated terrain
- Model script which allows new models to be put in the game in less then a minute without any coding. Ex:
//TANK 5
//SOURCE: DarkBasic classic media folder
model:tank5.x
scale:300
cbxz:15
cby:8
coff:24
limbs_tank
2
5
14
21
end_tree
limbs_turret
8
9
end_tree
Things left to do:
- Enemy AI
- ~20 Weapons
- Finish GUI and Menu.
Here is an in-game pic of a Toilet model
(Yes, one of the models is a toilet)
Loaded with this script:
//TOILET 1
//SOURCE: DarkBasic classic media folder
model:TOILET1.x
scale:3000
cbxz:15
cby:15
coff:6
limbs_tank
3
4
5
end_tree
limbs_turret
6
7
end_tree