Created 17 years ago2007-05-21 11:16:18 UTC by mustra
so, to my dreadfull problems, how do i change the main menu options?First, get this: http://www.themightyatom.nl/hldownloads/PakScape.zip
im not talking about strings neither titles, i just dont want to display the option to change game and to trainning map, how can that be done ?
also, does anyone knows a good tutorial for coding entitys ? i wanted to code my own kind of enemys, but to a big extend, i wanted to make the barney model to look like an assasin, but animat like a barney, to be stronger and to use a shotgun or a 357, i saw something on the net about making a "mad scientist" but it didnt explained very much...Try The Wavelength: http://articles.thewavelength.net/ They have some coding tutorials but don't expect it to be easy. Coding is the most difficult thing to do in the world of modding.
also, the model index, how do i creat a new monster class so i can change the model index and make grunts attack grunts, that would be coolYou need to change the monster's relationship, which is done in the RelationShip Grid in monsters.cpp, or monsters.h, i don't remember which one. Also, messing around with this does not always garantee a success...