Adding a weapon to the 3rd person quake guy
Moderator: InsideQC Admins
21 posts
• Page 1 of 2 • 1, 2
Adding a weapon to the 3rd person quake guy
this is (hopefully) one of my last questions
how would i add my custom plasma cutter to the quake guy in third person
how would i add my custom plasma cutter to the quake guy in third person
- thommoboy
- Posts: 95
- Joined: Mon Nov 21, 2011 6:35 am
Re: Adding a weapon to the 3rd person quake guy
inb4blindkids
A gunless player.mdl, a gun animated to player frames' accordingly (like Quake2 p_ weapons), and a movetype_follow QC extension supported for the task to be easily done.
A gunless player.mdl, a gun animated to player frames' accordingly (like Quake2 p_ weapons), and a movetype_follow QC extension supported for the task to be easily done.
i should not be here
- leileilol
- Posts: 2783
- Joined: Fri Oct 15, 2004 3:23 am
Re: Adding a weapon to the 3rd person quake guy
yeah... wait what im not a modeller these are my first models ever 


can you explain in english


can you explain in english
- thommoboy
- Posts: 95
- Joined: Mon Nov 21, 2011 6:35 am
Re: Adding a weapon to the 3rd person quake guy
Is that Sketchup? It's amazing you're trying to make a weapon with that tool! I reccomend you blender. It's free, it's powerful, it's awesome.
Anyway the model is not bad. Keep it work adding some detail
Anyway the model is not bad. Keep it work adding some detail
Meadow Fun!! - my first commercial game, made with FTEQW game engine
- toneddu2000
- Posts: 1352
- Joined: Tue Feb 24, 2009 4:39 pm
- Location: Italy
Re: Adding a weapon to the 3rd person quake guy
leileilol wrote:inb4blindkids
A gunless player.mdl, a gun animated to player frames' accordingly (like Quake2 p_ weapons), and a movetype_follow QC extension supported for the task to be easily done.
uhhh an example please? like as in caqn you do an example with quakes shotgun?
- thommoboy
- Posts: 95
- Joined: Mon Nov 21, 2011 6:35 am
Re: Adding a weapon to the 3rd person quake guy
Assuming you're engine doesn't support attachments (md3s or HLmdls) you would need to make your weapon model match your player model's frames, spawn the P_weapon, we'll call it, as a new entity and its owner be the player. And have the P_weapon's think update its origin to equal the player's origin, as well as the angles and frames, and have it update every frame or twice a frame. Its quite an easy thing to do, but for a beginner, it serves challenging.
Also, I assume you are making a Dead Space-like game, so you don't need to worry about visibility in first person, but if you do this in the future there is an extension to hide the third person gun for the client.
Also, I assume you are making a Dead Space-like game, so you don't need to worry about visibility in first person, but if you do this in the future there is an extension to hide the third person gun for the client.
- Ghost_Fang
- Posts: 336
- Joined: Thu Nov 12, 2009 4:37 am
Re: Adding a weapon to the 3rd person quake guy
thommoboy wrote:leileilol wrote:inb4blindkids
A gunless player.mdl, a gun animated to player frames' accordingly (like Quake2 p_ weapons), and a movetype_follow QC extension supported for the task to be easily done.
uhhh an example please? like as in caqn you do an example with quakes shotgun?

Error made this:
DarkPlaces: http://projects.slipgateconstruct.com/vweapon_framer/
As I recall there is no CSQC in it for the model placement, but uses a couple of DP extensions.
The night is young. How else can I annoy the world before sunsrise?
Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
-

Baker - Posts: 3666
- Joined: Tue Mar 14, 2006 5:15 am
Re: Adding a weapon to the 3rd person quake guy
is this psp compatible?
- thommoboy
- Posts: 95
- Joined: Mon Nov 21, 2011 6:35 am
Re: Adding a weapon to the 3rd person quake guy
thommoboy wrote:is this psp compatible?
You could look at the required extensions in that QuakeC code and identify which ones it needs.
The night is young. How else can I annoy the world before sunsrise?
Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
-

Baker - Posts: 3666
- Joined: Tue Mar 14, 2006 5:15 am
Re: Adding a weapon to the 3rd person quake guy
i dont get it 
- thommoboy
- Posts: 95
- Joined: Mon Nov 21, 2011 6:35 am
Re: Adding a weapon to the 3rd person quake guy
thommoboy wrote:i dont get it
Think of the answer as being "no" for casual purposes.
The night is young. How else can I annoy the world before sunsrise?
Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
-

Baker - Posts: 3666
- Joined: Tue Mar 14, 2006 5:15 am
Re: Adding a weapon to the 3rd person quake guy
Find a mod that already has it and study it, and the weap and player models. OrionTF mod is one. The road is long.
-
qbism - Posts: 1236
- Joined: Thu Nov 04, 2004 5:51 am
Re: Adding a weapon to the 3rd person quake guy
http://forums.inside3d.com/viewtopic.php?f=3&t=2656&start=180
Scroll down, Jukki wrote how he did it in Nazi Zombies PSP...
You just need a weaponless playermodel and the 3rd person weapons animated to match the playeranimations (hard work)..
Scroll down, Jukki wrote how he did it in Nazi Zombies PSP...
You just need a weaponless playermodel and the 3rd person weapons animated to match the playeranimations (hard work)..
-

dr_mabuse - Posts: 80
- Joined: Sat Sep 03, 2011 6:07 pm
Re: Adding a weapon to the 3rd person quake guy
dr_mabuse wrote:http://forums.inside3d.com/viewtopic.php?f=3&t=2656&start=180
Scroll down, Jukki wrote how he did it in Nazi Zombies PSP...
You just need a weaponless playermodel and the 3rd person weapons animated to match the playeranimations (hard work)..
it's not hard work, if you've made your own skeleton . just import your weapon model, delete the player model, rig it to the players hand, and done, compile.
-

ceriux - Posts: 2223
- Joined: Sat Sep 06, 2008 3:30 pm
- Location: Indiana, USA
Re: Adding a weapon to the 3rd person quake guy
dr_mabuse wrote:http://forums.inside3d.com/viewtopic.php?f=3&t=2656&start=180
Scroll down, Jukki wrote how he did it in Nazi Zombies PSP...
You just need a weaponless playermodel and the 3rd person weapons animated to match the playeranimations (hard work)..
Ah thanks for pointing that out ... I forget things so damn fast (because of the amount of stuff I've been trying to learn lately. 3D maths, 3D maths, more 3D maths ...).
However, that code from Solitude that Jukki posted looks like it requires EF_NODRAWTOCLIENT (see the QuakeC). I don't know of a PSP engine with that as one of the features. Although that is not exactly a complex engine modification, it still requires engine modification.
The night is young. How else can I annoy the world before sunsrise?
Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
-

Baker - Posts: 3666
- Joined: Tue Mar 14, 2006 5:15 am
21 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 1 guest