• Tales from the Galactopticon - The quest for the Argemitis Galacticus (A mod by mods)
    2,003 replies, posted
[QUOTE=Jaanus;20368700][url]http://www.moddb.com/mods/tales-from-the-galactopticon/videos/facepunch-splash-vid[/url][/QUOTE] Fucking awesome
:iia: Add some WOOOOOOOOOOOOOSH sounds for good effect.
[QUOTE=TH89;20298855]I believe we need a dedicated programmer guise Hollerate[/QUOTE] I've gotten quite experienced with Source (and Source's source) over the years and I'm pretty fluent in C++. (Working on a private mod myself atm) But I'm no mod so that'd break the whole mod by mods thing.
[QUOTE=Daimao;20370706]I've gotten quite experienced with Source (and Source's source) over the years and I'm pretty fluent in C++. (Working on a private mod myself atm) But I'm no mod so that'd break the whole mod by mods thing.[/QUOTE] You deserve to be a mod :love:
[QUOTE=Daimao;20370706]I've gotten quite experienced with Source (and Source's source) over the years and I'm pretty fluent in C++. (Working on a private mod myself atm) But I'm no mod so that'd break the whole mod by mods thing.[/QUOTE] Haha, we've already got non-mods working on it, like csp499. It was more of a coincidence that it was all mods at first If you want to help out that'd be brilliant :)
[img_thumb]http://dl.dropbox.com/u/99594/textest0031.jpg[/img_thumb] I'm having way too much fun with the binds.
[QUOTE=Blah360;20371379]You deserve to be a mod :love:[/QUOTE] That's nice of you to say. :love:
[hd]http://www.youtube.com/watch?v=Ofi6kXIVYbw[/hd] woop woop
I think it needs some short music cue.
scrolling signs/ads/whatever [img]http://www.jaanus.cc/pictures/nystreet_jaanus0028.jpg[/img] [img]http://www.jaanus.cc/pictures/nystreet_jaanus0030.jpg[/img] write me some futuristic advertisements
Male enhancements, just for 19.99!
you should use some adverts from ascii sector [editline]03:56PM[/editline] aka adverts for guns and equipment and nothing else but
Hackers? In my neuron network? I'm more likely than you think. Get a free hacker check today!
Heres my idea at a weapons ad for the hammerhead: Want a weapon with an added [I]bite?[/I] Try the Hammerhead to add 100% more extinct mammal to your enemies list of things he shits his pants at the sight of.
You should put an Alien Billy Mays. [editline]04:53PM[/editline] [QUOTE=Daimao;20377663]That's nice of you to say. :love:[/QUOTE] I still have that crappy Obama Propaganda I made. [IMG]http://img46.yfrog.com/img46/373/daimao.png[/IMG]
[img]http://www.jaanus.cc/pictures/nystreet_jaanus0033.jpg[/img]
god damn i gotta buy this shit
envmaps and shit [img]http://www.jaanus.cc/pictures/nystreet_jaanus0035.jpg[/img] [img]http://www.jaanus.cc/pictures/nystreet_jaanus0034.jpg[/img]
Make a contest about making the best ad. [editline]11:34PM[/editline] and put the winner in-game
I'm probably gonna put all ads that don't suck in.
Learn how to grow two extra penises! Simply call 245-236-642-234-233-345-5432
They're finally here [U][highlight][B]HD[/B][/highlight][/U]-vision glasses Experience life in high-definition and see the difference [I]Order online now for only 59.99$.[/I] [tab]may cause permanent blindness[/tab]
[QUOTE=kevlar jens;20386556]They're finally here [U][highlight][B]HD[/B][/highlight][/U]-vision glasses Experience life in high-definition and see the difference [I]Order online now for only 59.99$.[/I] [tab]may cause permanent blindness[/tab][/QUOTE] Even better. They're finally here [U][highlight][B]UHSDFFTAHD[/B][/highlight][/U]-vision glasses (Ultra high super damn fan-fucking-tastically amazing high definition) Experience life in high-definition and see the difference [I]Order on the neonet now for only 5999999999.99$.[/I] [tab]may cause permanent blindness[/tab]
[QUOTE=Jaanus;20386295]I'm probably gonna put all ads that don't suck in.[/QUOTE] You should try adding scrolling blurred vertical scanlines as seen in dev_tvmonitor1a.vmt [code] "UnlitTwoTexture" { "$basetexture" "_rt_Camera" "%tooltexture" "dev/dev_monitor" "lightmappedgeneric_dx6" { "$basetexture" "dev/dev_monitor" } "$surfaceprop" "glass" // "$texture2" "dev/dev_monitor" "$texture2" "PerfTest/dev_scanline" // "$texture2scale" 0 "$vertexcolor" 1 "$one" 1 "$zero" 0 "$temp" 0 "$texoffset" "[0 0]" "$texscale" .25 "$tex2offset" "[0 0]" "$tex2scale" 0 "$a_b_halfwidth" 0.1 "$a_b_noise" 0 "$a_s_halfwidth" 0.025 "$a_s_noise" 0 "$a_t_halfwidth" 0.00 "$a_threshold" 0.7 "$alpha_bias" 0.2 // "$j_b_halfwidth" 2 "$j_b_noise" 0 "$j_s_halfwidth" 0.05 "$j_s_noise" 0 "$j_t_halfwidth" 0.25 "$j_threshold" 3 "$j_basescale" 2 // "$xo_b_halfwidth" 0.035 "$xo_b_noise" 0 "$xo_s_halfwidth" 0.001 "$xo_s_noise" 0 "$xo_t_halfwidth" 0.0 "$xo_threshold" 0.1 "Proxies" { "Sine" { "resultVar" "$color[0]" "sineperiod" 1 "sinemin" .9 "sinemax" .9 } "Sine" { "resultVar" "$color[1]" "sineperiod" .01 "sinemin" .9 "sinemax" 1 } // alpha noise "GaussianNoise" { "mean" "$zero" "halfwidth" "$a_b_halfwidth" "resultVar" "$a_b_noise" } "Abs" { "srcVar1" "$a_b_noise" "resultVar" "$a_b_noise" } "Subtract" { "srcvar1" "$one" "srcvar2" "$a_b_noise" "resultvar" "$a_b_noise" } "GaussianNoise" { "mean" "$zero" "halfwidth" "$a_s_halfwidth" "resultVar" "$a_s_noise" } "Abs" { "srcVar1" "$a_s_noise" "resultVar" "$a_s_noise" } "Subtract" { "srcvar1" "$one" "srcvar2" "$a_s_noise" "resultvar" "$a_s_noise" } "GaussianNoise" { "mean" "$a_threshold" "halfwidth" "$a_t_halfwidth" "resultVar" "$a_threshold" } "LessOrEqual" { "srcVar1" "$a_b_noise" "srcVar2" "$a_threshold" "lessEqualVar" "$a_b_noise" "greaterVar" "$a_s_noise" "resultVar" "$temp" } // interlace noise "GaussianNoise" { "mean" "$zero" "halfwidth" "$j_b_halfwidth" "resultVar" "$j_b_noise" } "GaussianNoise" { "mean" "$zero" "halfwidth" "$j_s_halfwidth" "resultVar" "$j_s_noise" } "GaussianNoise" { "mean" "$j_threshold" "halfwidth" "$j_t_halfwidth" "resultVar" "$j_threshold" } "Abs" { "srcVar1" "$j_b_noise" "resultVar" "$temp" } "LessOrEqual" { "srcVar1" "$temp" "srcVar2" "$j_threshold" "lessEqualVar" "$j_s_noise" "greaterVar" "$j_b_noise" "resultVar" "$temp" } "Add" { "srcvar1" "$temp" "srcvar2" "$j_basescale" "resultvar" "$tex2scale" } // debug // "Equals" // { // "resultvar" "$alpha" // "srcvar1" "$one" // } "TextureTransform" { "translateVar" "$texoffset" "resultVar" "$basetexturetransform" } // interlacing "LinearRamp" { "resultVar" "$tex2offset[1]" "rate" -.91 } "TextureTransform" { // "scaleVar" "$tex2scale" "translateVar" "$tex2offset" "resultVar" "$texture2transform" } } } [/code]
Already done. [editline]02:01AM[/editline] let me grab some pictures for you [editline]02:02AM[/editline] [img]http://www.jaanus.cc/pictures/nystreet_jaanus0046.jpg[/img] [img]http://www.jaanus.cc/pictures/nystreet_jaanus0049.jpg[/img] [img]http://www.jaanus.cc/pictures/nystreet_jaanus0048.jpg[/img]
Add something like the XBox 360 splash screen sound to the FP splash screen sound.
Oh yeah, feel free to create your own ad scrolls. 256x2048 please.
Should it be edit it in any way, or will it automatically make it transparent and whatnot?
I'm going to tweak the opacity myself.
[IMG]http://i431.photobucket.com/albums/qq39/podTWM/threedickpenis.png[/IMG] In space, people have square dicks. It's a proven fact.
Sorry, you need to Log In to post a reply to this thread.