Post: Yo, I made a own Bo2 Mod Menu and i have a question to the Mod Menu design.
08-04-2016, 11:35 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Yo, i made a own Bo2 Mod Menu and i have a question to the Mod Menu design.
How can i add the USA flag to my Bo2 Mod Menu background?

I have already added this emblem(and this work great) :

self drawShader("emblem_bg_movie_star", -230, 20, 150, 150, (1, 0, 7), 0, 1);

and this will load the "emblem_bg_movie_star" :

precacheShader("emblem_bg_movie_star"); .

But i will now add the USA flag too (I think this is the code for the USA Flag: "flag_usa".)
I have add the "flag_usa" code to the : self drawShader("flag_usa", -230, 20, 150, 150, (1, 0, 7), 0, 1); and too in the loader:
precacheShader("flag_usa"); . But it don't work the USA flag is not on the Bo2 Mod Menu background, the background is invisible:/

Do you can help me to add the USA flag to my Bo2 Mod Menu background?



thanks in adwance
(adsbygoogle = window.adsbygoogle || []).push({});
08-04-2016, 12:43 PM #2
add this to init

precacheShader("flag_usa");

The following user thanked MagnateSnake13- for this useful post:

ImHaxoTV
08-04-2016, 02:32 PM #3
I have add earlier the "precacheShader("flag_usa");" but it don't work, it comes a texture bug:/
I don't have the Flag dlc must my ps3 have the dlc to load the flag? i thing the us flag is in the game also when i don't have the activ. key.
mybe existing a other code for the USA flag....?
08-04-2016, 03:05 PM #4
Originally posted by ImHaxoTV View Post
I have add earlier the "precacheShader("flag_usa");" but it don't work, it comes a texture bug:/
I don't have the Flag dlc must my ps3 have the dlc to load the flag? i thing the us flag is in the game also when i don't have the activ. key.
mybe existing a other code for the USA flag....?


you need dlc title to load any dlc shaders

The following user thanked BlueeHasSwag for this useful post:

ImHaxoTV
08-04-2016, 03:12 PM #5
oh ok thanks, do you know how can i get the flag dlc for free?
08-04-2016, 03:23 PM #6
i put the liberia flag as background design, liberia looks the same as us on cod bo2.
08-04-2016, 03:38 PM #7
Originally posted by ImHaxoTV View Post
i put the liberia flag as background design, liberia looks the same as us on cod bo2.


Dont ask me :p
08-08-2016, 09:52 AM #8
ODLeslie
Do a barrel roll!
You need to prechache the shader otherwise I think it would come up as checkered boxes, if you're precaching flag_usa and it does that maybe that's not the shader? Not having the dlc for it on your console has nothing to do with it, if it's in your script it will work, you don't need to download and or install the dlc for it! Just find out what the shader is really called, precache it and then try it, I'll see if i can find it otherwise it shouldn't be that hard to find yourself.
08-08-2016, 10:03 AM #9
ODLeslie
Do a barrel roll!
Try 'em_bg_flag_united_states' I didn't test it I just found it on the shader list, precache it and add it to your drawshader part, hopefully it works Smile

The following user thanked ODLeslie for this useful post:

ImHaxoTV
08-08-2016, 11:11 AM #10
lol thanks manSmile it works!

The following user thanked ImHaxoTV for this useful post:

ODLeslie

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo