Posts: 3
Threads: 1
Joined: Oct 2011
Reputation:
0
10-16-2011, 13:59
(This post was last modified: 10-16-2011, 14:01 by 24SevenFresh.)
Sup everybody,
I'm pretty new here and I was just wondering if it would be possible to mod a Greenscreen mod for Black ops.
Something like this:
I used the search function here and on google, but I couldn't find anything.
Maybe it isn't possible ?
Posts: 5,135
Threads: 241
Joined: Nov 2010
Reputation:
100
not possible. You would need mapping tools for that.
Posts: 1,323
Threads: 24
Joined: Nov 2010
Reputation:
91
What is the purpose of this "Greenscreen mod"? Do you have a better trip if you are high?
Isn't this possible with a shader?
Posts: 2,157
Threads: 120
Joined: Apr 2011
Reputation:
71
(10-16-2011, 14:03)Pozzuh Wrote: not possible. You would need mapping tools for that.
This.
However, someone could make a huge green room/box xmodel, and spawn it in a normal map...
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
(10-16-2011, 14:07)Rendflex Wrote: (10-16-2011, 14:03)Pozzuh Wrote: not possible. You would need mapping tools for that.
This.
However, someone could make a huge green room/box xmodel, and spawn it in a normal map...
yes, but this is MW2 lol
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Posts: 2,157
Threads: 120
Joined: Apr 2011
Reputation:
71
(10-16-2011, 14:13)Se7en Wrote: (10-16-2011, 14:07)Rendflex Wrote: (10-16-2011, 14:03)Pozzuh Wrote: not possible. You would need mapping tools for that.
This.
However, someone could make a huge green room/box xmodel, and spawn it in a normal map...
yes, but this is MW2 lol
Omg, as always you don't read what people say;
(10-16-2011, 13:59)24SevenFresh Wrote: mod a Greenscreen mod for Black ops.
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
(10-16-2011, 14:14)Rendflex Wrote: (10-16-2011, 14:13)Se7en Wrote: (10-16-2011, 14:07)Rendflex Wrote: (10-16-2011, 14:03)Pozzuh Wrote: not possible. You would need mapping tools for that.
This.
However, someone could make a huge green room/box xmodel, and spawn it in a normal map...
yes, but this is MW2 lol
Omg, as always you don't read what people say;
(10-16-2011, 13:59)24SevenFresh Wrote: mod a Greenscreen mod for Black ops.
ah lol, i saw on screen.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Posts: 3
Threads: 1
Joined: Oct 2011
Reputation:
0
(10-16-2011, 14:05)zxz0O0 Wrote: What is the purpose of this "Greenscreen mod"?
Well, Imma video editor and I could need a greenscreen to cut out the background of the game, to insert it to any other video. hard to explain, especially with my english knowledge.
I also had a map editor mod with wich one I tried to insert any green object, but I couldn't find any one.
Posts: 67
Threads: 4
Joined: Jun 2011
Reputation:
3
Code: r_zfar 0.000001
r_znear 10000
r_clear 3
r_clearcolor 0 1 0 0
This was for cod4. But should be possible in BO too. Probably those dvars are hidden so use setmoddvar to unhide them. Then set those dvars with setclientdvar or something.
And there you have your greenscreen mod.
Posts: 4,530
Threads: 254
Joined: Nov 2010
Reputation:
65
If that doesn't work, try this:
SetExpFog( 0, 1, 0, 1, 0, 1 );
put it in a mod somewhere
|