.| Autor | Beitrag |
|---|---|
|
000 16.10.2001, 19:31 [FU]persil |
moin |
|
Profil || Suche |
|
001 16.10.2001, 20:40 nimdAClaeT |
Ja, ich hätte da auch eine frage: Wie aktiviert mann dann diesen Modus? --nimdAClaeT [nihm-dah-klät] |
|
Profil || Suche |
|
002 16.10.2001, 20:54 KhanRKerensky |
@nimdAClaeT: Du musst erst HLTV.exe (im HL-Root) starten zu einem Server mit connect IP:Port connecten dann normal HL starten und zu dem Augenserver connecten. Im LAN isset eigentlich ganz witzig, wenn man nen Beamer hat... --"[...] you're going to burn in a very special level of Hell. A level they reserve for child molesters and people who talk at the theater." - Book |
|
Profil || Suche |
|
003 16.10.2001, 20:54 [FU]persil |
wenn du auf einen HLTV proxy bist, kannst du mit der leertaste die ansichten changen -- |
|
Profil || Suche |
|
004 16.10.2001, 21:00 [FU]persil |
weis den echt kiener wie der shit geht? -- |
|
Profil || Suche |
|
005 17.10.2001, 08:13 KhanRKerensky |
@[FU]persil: DAS ist so nicht richtig. Das mag bei DIR vieleicht so sein, aber für die modes ist immernoch springen UND ducken verantwortlich. Springen für die große cam und mit ducken kannse oben das kleine fenster einschalten... --"[...] you're going to burn in a very special level of Hell. A level they reserve for child molesters and people who talk at the theater." - Book |
|
Profil || Suche |
|
006 17.10.2001, 12:22 [ITA]_lord_nicon |
Map images are normal TGA files (1024x768x24) made as screenshots from the level in HL. So, to create new map images, choose OpenGL 1024x768x32 as video mode for best results. The color green (0,255,0) is used as the transparent color. The engine has a special cvar "dev_overview" to create new map images. If set to "1", the engine draws the level from above, looking down, but using orthographic projection instead of the normal perspective projection. This is done to avoid perspective distortions in overview mode. The engine will write the current parameters to the console (make sure to set developer 1 also) like so: Zoom 1.63, Map Origin (1903, -1283, -200), Z Min 500, Z Max -1088, Rotated 0 You can move the map around with keys FORWARD,BACKWARD, RIGHT & LEFT. Maps will be automatically rotated to fit optimally onto the screen. If they are rotated, FORWARD and RIGHT are swapped, etc. Use the keys ATTACK and ATTACK2 to change the zoom. With zmin and zmax you can choose which parts of the map should be drawn. Only polygons between these two values are shown. This can be used to cut off ceilings or other unwanted objects. Origin is your viewpoint projected into the map. The map will be rotated around this point if you move the mouse in overview mode. Zmin can be changed with UP & DOWN and zmax with JUMP & DUCK. If you think you've found the correct values for the new map, simply make a screenshot and remember all of the values, which are needed for the overview description file (to avoid console text on the screenshot set developer 0). The screenshot can be edited with any paint program to erase areas or make dark rooms brighter. The final map image could also be the result of several merged screenshots (each with different zmin/zmax values, but some origin and zoom) to get an optimal map representation. Next, you have to create an overview description file that will be parsed by the client DLL to get the map image filename and the correct view parameters. This file must be in the overviews\ directory and must have the same name as the current BSP file, but with TXT as its extension. Here is an example (overviews\de_vegas.txt): // overview description file for de_vegas.bsp global layer The global section describes zoom, the origin point the map is rotated around, and a boolean to indicate if the map image is rotated or not. The layer section describes the map image filename and at which height (z-axis) the map should be shown. The overview mode uses the some coordinate space as the game world and all icons are drawn at the same position as their corresponding entities (you could even combine map and world mode. For example real players and items moving over a map blueprint). In software mode, map images should be BMP files with 512x384x8 resolution. Remember, the complete description file parsing, inset window, map projection and drawing code is all within the client DLL and may be changed as desired. It should just give an idea of what could be done with the new multiple views per frame and the LoadMapSprite() functions. It's not really needed for HLTV support. If you have any questions about HLTV support in your MOD, send e-mail to (martino@valvesoftware.com ). -- |
|
Profil || Suche |

