Old mod trying to find


(rizl4) #1

Hey I have been searching all over the net with no luck so far :frowning:

The mod is where a player who is flame or panza, has Noob above their head


AS you can see in the attachment. I want as browse back into some coding etc + for usage if viable.

Many thanks in advance

Rizla


(Destroy666) #2

Maybe this: http://www.wolffiles.de/index.php?filebase&fid=1244


(rizl4) #3

Unfortunatley not :frowning:

i think it was more an addon than a mod like jaymod/nq


(Indloon) #4

You mean that you wanna code it?
So in this case…
In cg_players.c, check out CG_PlayerSprites()
Well I could add something like this


	if( score->playerClass == PC_SOLDIER ) {
	    CG_PlayerFloatSprite( cent, cgs.media.noobshader, 56 );
	    return;
	}

Or


       if(cent->currentState.weapon == WP_PANZERFAUST || cent->currentState.weapon == WP_FLAMETHROWER) {
            CG_PlayerFloatSprite( cent, cgs.media.noobshader, 56 );
	     return;
	}

(rizl4) #5

I’m not that clued up on coding or making the md3 files :*(

Twas an old pk3 fole a friend gave to me, im not sure who actually made it


(rizl4) #6

Update found the old files I will upload for other to use :stuck_out_tongue: