Inside3D!
     

Quakeguy as "monster"

 
Post new topic   Reply to topic    Inside3d Forums Forum Index -> QuakeC Programming
View previous topic :: View next topic  
Author Message
Baker



Joined: 14 Mar 2006
Posts: 1538

PostPosted: Mon Sep 08, 2008 3:38 am    Post subject: Quakeguy as "monster" Reply with quote

There have to be at least a few mods that use the Quakeguy as an enemy, whether reskinned or not.

(Frikbots don't count because it is my understanding it fakes extra players, as opposed to having the standard monster definition stuff like the frames etc).

Does anyone know of a mod with the source for this available so I can save some time with all the fun frame definition stuff and ai stuff?
Back to top
View user's profile Send private message
r00k



Joined: 13 Nov 2004
Posts: 483

PostPosted: Mon Sep 08, 2008 5:38 am    Post subject: Reply with quote

Hmm,

Not off the top of my head. Coding the animations is trivial, getting the AI usable would be dependent to the type of game you want.
You could for simplicity (as for testing and learning) replace the grunt with the player.mdl and sync up the animations, then tweak the ai for your use.
Back to top
View user's profile Send private message
Orion



Joined: 12 Jan 2007
Posts: 414
Location: Brazil

PostPosted: Wed Sep 10, 2008 3:16 am    Post subject: Reply with quote

http://www.4shared.com/file/62419864/84d78cd0/quakeguy.html?dirPwdVerified=cfd41945

There you go.

Just write "quakeguy.qc" w/o quotes at the very bottom of progs.src.

Also, if you're a mapper, you should place entities called "monster_quakeguy" to spawn that monster. If you want, you could rename it to monster_army(or whatever existing monster) and rename the original monster_army() function located in soldier.qc to something like monster_army_original().

Hope this helps.
_________________
There's no signature here. Stop looking for one.
Back to top
View user's profile Send private message
Baker



Joined: 14 Mar 2006
Posts: 1538

PostPosted: Wed Sep 10, 2008 12:35 pm    Post subject: Reply with quote

Orion wrote:
http://www.4shared.com/file/62419864/84d78cd0/quakeguy.html?dirPwdVerified=cfd41945

There you go.

Just write "quakeguy.qc" w/o quotes at the very bottom of progs.src.

Also, if you're a mapper, you should place entities called "monster_quakeguy" to spawn that monster. If you want, you could rename it to monster_army(or whatever existing monster) and rename the original monster_army() function located in soldier.qc to something like monster_army_original().

Hope this helps.


It does. Thanks!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Inside3d Forums Forum Index -> QuakeC Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2004 phpBB Group