• Mapping Question Megathread v3
    4,500 replies, posted
[QUOTE=Doom;37041451]You sure you set your configuration up correctly?[/QUOTE] What do you mean? Forgive the potentially stupid question. I think I might've figured the problem. There is no GCF for Dear Esther, only a NCF, and I can't pull anything from that. No live data, or something similar.
[QUOTE=DarkKrystal;37041487]What do you mean? Forgive the potentially stupid question. I think I might've figured the problem. There is no GCF for Dear Esther, only a NCF, and I can't pull anything from that. No live data, or something similar.[/QUOTE] Head to Tools > Options > Game Configuration and make sure that's set up right. If you have no clue what you're doing I have a tutorial for it: [url]http://www.youtube.com/watch?v=-HtpT20YXWQ[/url] As far as I know there HAS to be a GCF. Isn't that what Steam use for all of the game files?
When I'm placing small models, such as lamps. Is it better to set them to use "No Collision" or "Using Bounding Box" instead of VPhysics? Assuming it might take a load off the "physics engine"
[QUOTE=Drak_Thing;37042417]When I'm placing small models, such as lamps. Is it better to set them to use "No Collision" or "Using Bounding Box" instead of VPhysics? Assuming it might take a load off the "physics engine"[/QUOTE] Physics is so optimised you won't notice any difference. But you should use non solid for models that could get in the way while the player is running around or jumping, like lights on a low ceiling. [editline]2nd August 2012[/editline] [QUOTE=Doom;37041570]Head to Tools > Options > Game Configuration and make sure that's set up right. If you have no clue what you're doing I have a tutorial for it: [url]http://www.youtube.com/watch?v=-HtpT20YXWQ[/url] As far as I know there HAS to be a GCF. Isn't that what Steam use for all of the game files?[/QUOTE] You can't use Dear Esther maps in GMod, you can port the content but the maps will not load and GMod will crash if you try to load them.
I'm having another issue this time with sprites, I've never actually made custom sprites before and I'm not sure what goes into the vmt or if there are certain requirements for custom sprites, I googled my problem a few times but, I can't find anything that fixes my issue. Basically the sprite flickers black and if you get close to it, it does this weird thing where it flickers really fast. The coin is my custom sprite [IMG]http://i.imgur.com/X6mBs.jpg[/IMG] Here are the settings for my sprite [IMG]http://puu.sh/NNil[/IMG] The flags for the sprite. [IMG]http://puu.sh/NNis[/IMG] The .vmt for my mario coin texture ( using $alphatest doesn't seem to work ) [IMG]http://puu.sh/NNks[/IMG] Extra information about that texture [IMG]http://puu.sh/NNj7[/IMG] Any help is greatly appreciated, thanks in advance.
[QUOTE=phantompain5;37042758]I'm having another issue this time with sprites, I've never actually made custom sprites before and I'm not sure what goes into the vmt or if there are certain requirements for custom sprites, I googled my problem a few times but, I can't find anything that fixes my issue. Basically the sprite flickers black and if you get close to it, it does this weird thing where it flickers really fast. Any help is greatly appreciated, thanks in advance.[/QUOTE] Use the SpriteCard shader. You should never use LightmappedGeneric on anything that isn't world geometry - Lightmap data doesn't exist for anything except brushes. Same with VertexLitGeneric, you should only use it on models or else you will get black flickering because the data that is trying to be read inside of the vertex / pixel shaders doesn't get passed to brushes. And stop using $translucent, jesus fucking christ. $alphatest & $alphatestreference 0.5, USE THOSE!
What water texture is that? - Sorry for the off question.
[QUOTE=Legend286;37042804]Use the SpriteCard shader. You should never use LightmappedGeneric on anything that isn't world geometry - Lightmap data doesn't exist for anything except brushes. Same with VertexLitGeneric, you should only use it on models or else you will get black flickering because the data that is trying to be read inside of the vertex / pixel shaders doesn't get passed to brushes. And stop using $translucent, jesus fucking christ. $alphatest & $alphatestreference 0.5, USE THOSE![/QUOTE] EDIT: Seems as if UnLitGeneric fixes this, apparently SpriteCard is for animated sprites and not still. Thanks for the help legend286 and Firegod522 Here are my new settings - ( It wasn't the quotations around the 1 just tested and nothing is different ) [IMG]http://puu.sh/NO4r[/IMG] Now this is happening in hammer [IMG]http://puu.sh/NNZV[/IMG] Ingame the same exact thing is happening. [QUOTE=Drak_Thing;37043106]What water texture is that? - Sorry for the off question.[/QUOTE] nature/sewer_water001
Try using Unlitgeneric
[QUOTE=phantompain5;37043327]EDIT: Seems as if UnLitGeneric fixes this, apparently SpriteCard is for animated sprites and not still. Thanks for the help legend286 Here are my new settings - ( It wasn't the quotations around the 1 just tested and nothing is different ) [IMG]http://puu.sh/NO4r[/IMG] Now this is happening in hammer [IMG]http://puu.sh/NNZV[/IMG] Ingame the same exact thing is happening. nature/sewer_water001[/QUOTE] Ok for the sprite, try UnlitGeneric.
Argh. Whenever I try to use Save As or Open, there's a good chance that Hammer will crash. Any help? Running Windows 7 64-bit on the Portal 2 Authoring Tools, by the way.
I cannot get areaportals to work at all... Every time I use them, I keep getting the "areaportal is not touching 2 areas" error. I have no idea what I could be doing wrong. I'm using the areaportal texture, tying the brush with the texture to a func_areaportal, placing it in a doorway with a closed door, setting the portal to start closed, tying the portal to the door, and placing outputs to open and close the door when open and fully closed. Same thing for func_areaportalwindow too, I tie it to the window which is a func_brush, and then the same thing happens. I made sure both times that the areaportal touched every side of the doorway/window frame too, but I keep getting the same error every time I use it, and it's really bugging me because I need to get this stuff to work because without it, my map won't be optimized properly. For reference, I've been using this tutorial for areaportals. [url]http://www.optimization.interlopers.net/index.php?chapter=areaportals[/url]
[QUOTE=paulisdead18;37054096]I cannot get areaportals to work at all... Every time I use them, I keep getting the "areaportal is not touching 2 areas" error. I have no idea what I could be doing wrong. I'm using the areaportal texture, tying the brush with the texture to a func_areaportal, placing it in a doorway with a closed door, setting the portal to start closed, tying the portal to the door, and placing outputs to open and close the door when open and fully closed. Same thing for func_areaportalwindow too, I tie it to the window which is a func_brush, and then the same thing happens. I made sure both times that the areaportal touched every side of the doorway/window frame too, but I keep getting the same error every time I use it, and it's really bugging me because I need to get this stuff to work because without it, my map won't be optimized properly. For reference, I've been using this tutorial for areaportals. [url]http://www.optimization.interlopers.net/index.php?chapter=areaportals[/url][/QUOTE] Usually happens when you have too many areaportals next to each other, so try keep the most important ones.
[QUOTE=GoldPlatinum;37057298]Usually happens when you have too many areaportals next to each other, so try keep the most important ones.[/QUOTE] I even tried using just one, and it STILL does the same thing. I still have no idea what I could be doing wrong.
I am having trouble Building the Cubemaps for maps with shiny metal parts. When I do it an error message comes up saying Engine Error [Map Directory Name] problem figuring out outputdir Anyone know how to fix this? If it helps to know I am on a mac. Edit: Anyone?
having a bit of a problem ATM, it seems simples as shit but i cant for the life of me figure out what to do. I just want to have a brush hang from another via ropes and be effected by physics. i've dicked around and gotten various degrees of sucess but if anybody can give me the best way to do this I'd appreciate it. please excuse this horrible paint diagram, it's 4 am forgive me. [IMG]http://i50.tinypic.com/14qr20.png[/IMG]
[QUOTE=Bopoe;37076839]having a bit of a problem ATM, it seems simples as shit but i cant for the life of me figure out what to do. I just want to have a brush hang from another via ropes and be effected by physics. i've dicked around and gotten various degrees of sucess but if anybody can give me the best way to do this I'd appreciate it. please excuse this horrible paint diagram, it's 4 am forgive me. [IMG]http://i50.tinypic.com/14qr20.png[/IMG][/QUOTE] I believe you do it with ball sockets, and the ropes just connect the two brushes. So two ball sockets at the top of the ropes, two at the bottom. Then the top ones connect to the top brush and the bottom ballsockets and vice versa for the bottom ones.
[QUOTE=IronPhoenix;37077069]I believe you do it with ball sockets, and the ropes just connect the two brushes. So two ball sockets at the top of the ropes, two at the bottom. Then the top ones connect to the top brush and the bottom ballsockets and vice versa for the bottom ones.[/QUOTE] i had something similar to that set up but the ropes acted retarded as hell. using that solution I'd have just two nice ropes attached to the corners of my objects that'd swing with the ball socket?
what settings should I used to make a believable sand storm for my multiplayer map? I'm currently using env_fog (since so many people on interlopers suggested so) but it still looks a well bit unrealistic.
use console commands fogui and colorcorrectionui (place cc entity in map first) to get good values. -play with soundscapes and particle effects also
[img]http://ww2.hdnux.com/photos/11/47/05/2519413/9/628x471.jpg[/img] [t]http://www.news-journalonline.com/racing/images/2012/07/01/SPT-500-RACE-5.jpg[/t] [img]http://i2.cdn.turner.com/nascar/2010/news/features/08/25/inside.nascar.daytona.repaving/disrepave3.665.jpg[/img] How would I make a turn like this and get the textures to line up and also make it driveable?
What I'd do is start with a 90 degree curve using the arch tool. Make the height (Z-axis) the same height as the highest part of the turn (ie the outside), and make the other dimensions whatever you want, though try to keep it the road width constant, and I would highly suggest making everything in powers of two (or at least to a large grid size). You should end up with something like this: [img_thumb]http://i265.photobucket.com/albums/ii234/Echo199/Mapping%20Projects/archtool.jpg[/img_thumb] Now is when you want to apply the road texture. Use the insanely helpful trick described here: [url]http://www.interlopers.net/tutorials/20367[/url] After that, go into vertex edit and select all the top inside vertexes, and drag them down to merge with the bottom inside ones (might take a couple tries). And voila! [img_thumb]http://i265.photobucket.com/albums/ii234/Echo199/Mapping%20Projects/speedway.jpg[/img_thumb]
[QUOTE=Echo 199;37079258]instructions[/QUOTE] this is exactly what I was about to say a winner is you
[QUOTE=Bopoe;37077134]i had something similar to that set up but the ropes acted retarded as hell. using that solution I'd have just two nice ropes attached to the corners of my objects that'd swing with the ball socket?[/QUOTE] phys_lengthconstraint, ballsockets are not what you should be using for ropes.
So I have a problem with my compile. First of all I'd like to explain that I'm doing a request for someone which includes decompiling original EP2 maps. You can check out the thread here: [url]http://facepunch.com/showthread.php?t=1202744[/url] Now the first map whent well, I decompiled it just fine, did what I had to do, recompiled it and everything worked fine. But with this map when I compile it weird stuff happens. First of all it's all depending on settings. If I set BSP to Normal, VVIS to Fast and VRAD to Fast, VVIS fuck up. It compiles just fine, no important error according to Interlopers.net, but when I enter my map stuff infront of me doesn't get rendered. It kind of looks like my map has a leak, but it doesn't. The console also says vis is overloaded or something like that. If I on the other hand run BSP on Normal, VVIS on Normal and VRAD on Fast my compile freezes. Not as in it's slow it literally just stops, trust me. I've tried to restart everything, use alt+p look for leaks, but nothing works. Can anybody help me out?
[QUOTE=Doom;37080886]So I have a problem with my compile. First of all I'd like to explain that I'm doing a request for someone which includes decompiling original EP2 maps. You can check out the thread here: [url]http://facepunch.com/showthread.php?t=1202744[/url] Now the first map whent well, I decompiled it just fine, did what I had to do, recompiled it and everything worked fine. But with this map when I compile it weird stuff happens. First of all it's all depending on settings. If I set BSP to Normal, VVIS to Fast and VRAD to Fast, VVIS fuck up. It compiles just fine, no important error according to Interlopers.net, but when I enter my map stuff infront of me doesn't get rendered. It kind of looks like my map has a leak, but it doesn't. The console also says vis is overloaded or something like that. If I on the other hand run BSP on Normal, VVIS on Normal and VRAD on Fast my compile freezes. Not as in it's slow it literally just stops, trust me. I've tried to restart everything, use alt+p look for leaks, but nothing works. Can anybody help me out?[/QUOTE] Post the compile log. You shouldn't be decompiling anyways.
[QUOTE=Firegod522;37084426]Post the compile log. [B]You shouldn't be decompiling anyways.[/B][/QUOTE] I don't really have a choice. There is no original file. Trust me, I've looked everywhere in the game files and on the internet. [editline]5th August 2012[/editline] ** Executing... ** Command: "c:\program files (x86)\steam\steamapps\skaterdaniel\sourcesdk\bin\orangebox\bin\vbsp.exe" ** Parameters: -game "c:\program files (x86)\steam\steamapps\skaterdaniel\garrysmod\garrysmod" "C:\Users\Daniel\Desktop\maps\map02.vmf" Valve Software - vbsp.exe (Apr 26 2012) 4 threads materialPath: c:\program files (x86)\steam\steamapps\skaterdaniel\garrysmod\garrysmod\materials Loading C:\Users\Daniel\Desktop\maps\map02.vmf Could not locate 'GameData' key in c:\program files (x86)\steam\steamapps\skaterdaniel\garrysmod\garrysmod\gameinfo.txt fixing up env_cubemap materials on brush sides... ProcessBlock_Thread: 0...1...2...3...4...5...6...7...8...9...10 (1) ProcessBlock_Thread: 0...1...2...3...4...5...6...7...8...9...10 (1) Processing areas...done (0) Building Faces...done (0) Chop Details...done (0) Find Visible Detail Sides...done (0) Merging details...done (0) FixTjuncs... PruneNodes... WriteBSP... done (0) writing C:\Users\Daniel\Desktop\maps\map02.prt...Building visibility clusters... done (0) Too many brush models in map, max = 1024 ** Executing... ** Command: "c:\program files (x86)\steam\steamapps\skaterdaniel\sourcesdk\bin\orangebox\bin\vvis.exe" ** Parameters: -game "c:\program files (x86)\steam\steamapps\skaterdaniel\garrysmod\garrysmod" -fast "C:\Users\Daniel\Desktop\maps\map02" Valve Software - vvis.exe (Apr 26 2012) fastvis = true 4 threads reading c:\users\daniel\desktop\maps\map02.bsp reading c:\users\daniel\desktop\maps\map02.prt 3455 portalclusters 14570 numportals BasePortalVis: 0...1...2...3...4...5...6...7...8...9...10 (10) Optimized: 564379 visible clusters (12.21%) Total clusters visible: 4621702 Average clusters visible: 1337 Building PAS... Average clusters audible: 2201 visdatasize:1821776 compressed from 2985120 writing c:\users\daniel\desktop\maps\map02.bsp 11 seconds elapsed ** Executing... ** Command: "c:\program files (x86)\steam\steamapps\skaterdaniel\sourcesdk\bin\orangebox\bin\vrad.exe" ** Parameters: -game "c:\program files (x86)\steam\steamapps\skaterdaniel\garrysmod\garrysmod" -noextra "C:\Users\Daniel\Desktop\maps\map02" Valve Software - vrad.exe SSE (Apr 26 2012) Valve Radiosity Simulator 4 threads Could not find lights.rad in lights.rad. Trying VRAD BIN directory instead... Warning: Couldn't open texlight file c:\program files (x86)\steam\steamapps\skaterdaniel\sourcesdk\bin\orangebox\bin\lights.rad. Loading c:\users\daniel\desktop\maps\map02.bsp Patch Sample Radius Clamped! Setting up ray-trace acceleration structure... Done (4.92 seconds) 15928 faces 29 degenerate faces 1417619 square feet [204137264.00 square inches] 45 Displacements 17884 Square Feet [2575385.75 Square Inches] 15899 patches before subdivision zero area child patch zero area child patch zero area child patch 74945 patches after subdivision sun extent from map=0.087156 161 direct lights BuildFacelights: 0...1...2...3...4...5...6...7...8...9...10 (12) BuildVisLeafs: 0...1...2...3...4...5...6...7...8...9...10 (35) transfers 7018538, max 1158 transfer lists: 53.5 megs GatherLight: 0...1...2...3...4...5...6...7...8...9...10 (1) Bounce #1 added RGB(61266, 41202, 32102) GatherLight: 0...1...2...3...4...5...6...7...8...9...10 (0) Bounce #2 added RGB(7113, 4901, 3230) GatherLight: 0...1...2...3...4...5...6...7...8...9...10 (1) Bounce #3 added RGB(864, 576, 321) GatherLight: 0...1...2...3...4...5...6...7...8...9...10 (0) Bounce #4 added RGB(113, 75, 36) GatherLight: 0...1...2...3...4...5...6...7...8...9...10 (0) Bounce #5 added RGB(15, 10, 4) GatherLight: 0...1...2...3...4...5...6...7...8...9...10 (1) Bounce #6 added RGB(2, 1, 0) GatherLight: 0...1...2...3...4...5...6...7...8...9...10 (0) Bounce #7 added RGB(0, 0, 0) Build Patch/Sample Hash Table(s).....Done<0.0262 sec> FinalLightFace: 0...1...2...3...4...5...6...7...8...9...10 (19) FinalLightFace Done 0 of 0 (0% of) surface lights went in leaf ambient cubes. ThreadComputeLeafAmbient: 0...1...2...3...4...5...6...7...8...9...10 (11) Writing leaf ambient...done Ready to Finish Object names Objects/Maxobjs Memory / Maxmem Fullness ------------ --------------- --------------- -------- models 62/1024 2976/49152 ( 6.1%) brushes 4482/8192 53784/98304 (54.7%) brushsides 43984/65536 351872/524288 (67.1%) planes 30444/65536 608880/1310720 (46.5%) vertexes 24993/65536 299916/786432 (38.1%) nodes 6042/65536 193344/2097152 ( 9.2%) texinfos 7639/12288 550008/884736 (62.2%) texdata 332/2048 10624/65536 (16.2%) dispinfos 45/0 7920/0 ( 0.0%) disp_verts 1237/0 24740/0 ( 0.0%) disp_tris 1632/0 3264/0 ( 0.0%) disp_lmsamples 11040/0 11040/0 ( 0.0%) faces 15928/65536 891968/3670016 (24.3%) hdr faces 0/65536 0/3670016 ( 0.0%) origfaces 12336/65536 690816/3670016 (18.8%) leaves 6105/65536 195360/2097152 ( 9.3%) leaffaces 25085/65536 50170/131072 (38.3%) leafbrushes 11355/65536 22710/131072 (17.3%) areas 8/256 64/2048 ( 3.1%) surfedges 128350/512000 513400/2048000 (25.1%) edges 75443/256000 301772/1024000 (29.5%) LDR worldlights 161/8192 14168/720896 ( 2.0%) HDR worldlights 0/8192 0/720896 ( 0.0%) leafwaterdata 2/32768 24/393216 ( 0.0%) waterstrips 2348/32768 23480/327680 ( 7.2%) waterverts 0/65536 0/786432 ( 0.0%) waterindices 40815/65536 81630/131072 (62.3%) cubemapsamples 74/1024 1184/16384 ( 7.2%) overlays 73/512 25696/180224 (14.3%) LDR lightdata [variable] 3098516/0 ( 0.0%) HDR lightdata [variable] 0/0 ( 0.0%) visdata [variable] 1821776/16777216 (10.9%) entdata [variable] 241520/393216 (61.4%) LDR ambient table 6105/65536 24420/262144 ( 9.3%) HDR ambient table 6105/65536 24420/262144 ( 9.3%) LDR leaf ambient 19168/65536 536704/1835008 (29.2%) HDR leaf ambient 6105/65536 170940/1835008 ( 9.3%) occluders 0/0 0/0 ( 0.0%) occluder polygons 0/0 0/0 ( 0.0%) occluder vert ind 0/0 0/0 ( 0.0%) detail props [variable] 1/12 ( 8.3%) static props [variable] 1/44726 ( 0.0%) pakfile [variable] 6218335/0 ( 0.0%) physics [variable] 1613317/4194304 (38.5%) physics terrain [variable] 6223/1048576 ( 0.6%) Level flags = 0 Total triangle count: 47338 Writing c:\users\daniel\desktop\maps\map02.bsp 1 minute, 25 seconds elapsed ** Executing... ** Command: Copy File ** Parameters: "C:\Users\Daniel\Desktop\maps\map02.bsp" "c:\program files (x86)\steam\steamapps\skaterdaniel\garrysmod\garrysmod\maps\map02.bsp"
[QUOTE=Doom;37084768]I don't really have a choice. There is no original file. Trust me, I've looked everywhere in the game files and on the internet. [/QUOTE] [img]http://puu.sh/OHF0[/img] Hi.
[QUOTE=Legend286;37084906][img]http://puu.sh/OHF0[/img] Hi.[/QUOTE] How do I fix that? Doesn't really make sense to me that theres too much of anything. I just took the map and stripped it for like 60% of everything in it.
Does anyone know anything about implementing a decent looking day/night system into a map? I'm planning on adding it to my map but I'm not really sure where to start.
Sorry, you need to Log In to post a reply to this thread.