Cube_Figure Eight

A forum dedicated to chat about maps and the Source SDK for any Mod including tips and tutorials.
Cheesy89
Villun
Villun
User avatar
Posts: 331
Joined: Sun Aug 17, 2008 8:43 pm
Azormik’s avatar
Loading…

Post by Cheesy89 » Tue Sep 02, 2008 6:54 pm

Thanks for helping me shimmybot, l3eeron and Mad-Hammer.
[img=left]http://img541.imageshack.us/img541/4606/newsig.jpg[/img]

shimmybot
Villun
Villun
User avatar
Posts: 3601
Joined: Mon Apr 14, 2008 12:57 pm

Games Played

Ville Awards

Shimmybot’s avatar
Loading…

Post by shimmybot » Tue Sep 02, 2008 6:59 pm

no problem :D

Cheesy89
Villun
Villun
User avatar
Posts: 331
Joined: Sun Aug 17, 2008 8:43 pm
Azormik’s avatar
Loading…

Re: Cube_Figure Eight

Post by Cheesy89 » Tue Sep 02, 2008 7:03 pm

You missed a question :) . Will it run better if I just leave the DX levels at default? Will the performance improve even more if I decrease the maximum DX level?

shimmybot
Villun
Villun
User avatar
Posts: 3601
Joined: Mon Apr 14, 2008 12:57 pm

Games Played

Ville Awards

Shimmybot’s avatar
Loading…

Post by shimmybot » Tue Sep 02, 2008 7:15 pm

TBH, i dunno :lol:


I've always just left the dx levels alone :lol:

Cheesy89
Villun
Villun
User avatar
Posts: 331
Joined: Sun Aug 17, 2008 8:43 pm
Azormik’s avatar
Loading…

Post by Cheesy89 » Tue Sep 02, 2008 7:23 pm

I have one more question. Is it ok to put func_detail on the whole map or will it make the map look or run weird?
[img=left]http://img541.imageshack.us/img541/4606/newsig.jpg[/img]

Mad-Hammer
Retired Admin
Retired Admin
User avatar
Posts: 2064
Joined: Sun Oct 22, 2006 5:26 pm
Location: Point Pleasant, WV

Games Played

Ville Awards

=SG=Mad-Hammer’s avatar
Loading…

Post by Mad-Hammer » Tue Sep 02, 2008 7:49 pm

[quote="Helios 36";p="117601"][quote="shimmybot";p="117582"][quote="l3eeron";p="117579"]
Cool lookin stuff there...

Cube maps are fun to make :D

I must warn you though, all that round geometry is going to spell disaster when you go to actually play the map. There are some tricks to keep the FPS playable while using lots of round stuff, but its not for beginners. Keep in mind the game likes straight lines. They're easy to render.

As far as lighting....

place a "light" where ever you think it needs it. And use a skybox/name along with a light_environment to light the map:

here's all the sky names and light_env settings.

http://developer.valvesoftware.com/wiki/Sky_list

Hope that helps!
[/quote]

This :lol:[/quote]
Admit it this look's cool. Can you overdo using func_detail?[/quote]

Yes, something they don't tell you is, you can go over limit on func_detail. You'll get this little error message in the compile log saying too many T-junctions to fix up. Then......your map won't compile and you will cuss for hours...well, at least I did.

If you ever have a chance, study closely how Valve mappers do it. They have all kinds of ways to squeeze more stuff into a map without killing performance.

Never tie an entity to a displacement. Your map won't compile. Your map isn't that complex, it's just the round geometry really screws with the Source engine. Another trick to optimizing your map would be to put hint and skips around the spheres.


Trust me, you could spend hours trying to get the best frame rates. Eventually though, sometimes it comes down to overall map size versus good frames.
Image[/center]

Cheesy89
Villun
Villun
User avatar
Posts: 331
Joined: Sun Aug 17, 2008 8:43 pm
Azormik’s avatar
Loading…

Post by Cheesy89 » Tue Sep 02, 2008 9:09 pm

What do hint's and skip's do exactly?
[img=left]http://img541.imageshack.us/img541/4606/newsig.jpg[/img]

shimmybot
Villun
Villun
User avatar
Posts: 3601
Joined: Mon Apr 14, 2008 12:57 pm

Games Played

Ville Awards

Shimmybot’s avatar
Loading…

Post by shimmybot » Tue Sep 02, 2008 9:16 pm

[quote="Helios 36";p="117648"]
What do hint's and skip's do exactly?
[/quote]


heh, this is the advice l3 gave me when I first started "Dont worry about that stuff"


But if you wanna learn, here's a great guide that tought me that stuff. You'll also learn a thing or two about how source games run in the background ;) http://www.student.ru.nl/rvanhoorn/opti ... fcfb772b5b

Cheesy89
Villun
Villun
User avatar
Posts: 331
Joined: Sun Aug 17, 2008 8:43 pm
Azormik’s avatar
Loading…

Post by Cheesy89 » Tue Sep 02, 2008 10:57 pm

I get this error when I taunt in the map

Performance warning: Merge with 'weapons\v_models\v_pistol_scout.mdl'. Mark bone
and it only does this on certain taunts/classes and only after you shoot??? There's probably about 20 more that pretty much say the same thing but are from different parts of the model.
Last edited by Cheesy89 on Tue Sep 02, 2008 10:58 pm, edited 1 time in total.

l3eeron
Retired Admin
Retired Admin
Posts: 9995
Joined: Mon Oct 23, 2006 10:51 am
Location: The surface of last scattering

Games Played

Ville Awards

<eVa>l3eeron’s avatar
Loading…

Post by l3eeron » Tue Sep 02, 2008 10:57 pm

leave the dx levels what ever they are default.

Cheesy89
Villun
Villun
User avatar
Posts: 331
Joined: Sun Aug 17, 2008 8:43 pm
Azormik’s avatar
Loading…

Re: Cube_Figure Eight

Post by Cheesy89 » Tue Sep 02, 2008 11:02 pm

They are all at default. I didn't change any of those. I have a couple saves of the same map at different stages. I will see when I got this problem.

shimmybot
Villun
Villun
User avatar
Posts: 3601
Joined: Mon Apr 14, 2008 12:57 pm

Games Played

Ville Awards

Shimmybot’s avatar
Loading…

Post by shimmybot » Tue Sep 02, 2008 11:14 pm

thats weird o.O

Cheesy89
Villun
Villun
User avatar
Posts: 331
Joined: Sun Aug 17, 2008 8:43 pm
Azormik’s avatar
Loading…

Re: Cube_Figure Eight

Post by Cheesy89 » Tue Sep 02, 2008 11:30 pm

Ok it seems I had this problem at the very beginning :(.

Cheesy89
Villun
Villun
User avatar
Posts: 331
Joined: Sun Aug 17, 2008 8:43 pm
Azormik’s avatar
Loading…

Re: Cube_Figure Eight

Post by Cheesy89 » Wed Sep 03, 2008 8:22 am

Since my first map was a failure on my second one I am going to actually plan ahead and plan the layout of the map instead of thinking of stuff to add along the way.

Mad-Hammer
Retired Admin
Retired Admin
User avatar
Posts: 2064
Joined: Sun Oct 22, 2006 5:26 pm
Location: Point Pleasant, WV

Games Played

Ville Awards

=SG=Mad-Hammer’s avatar
Loading…

Re: Cube_Figure Eight

Post by Mad-Hammer » Wed Sep 03, 2008 8:40 am

Hints And Skips- Nobody.......not even Valve knows exactly what hints and skips do..........I'm kidding, I think Valve knows what they do...........

From my understanding, hints and skips clean up the vis lines which are related to geometry and how the Source engine draws what we see. If we make a cylinder with 16 faces on it, and put it in the middle of a room, the engine will draw 16 vis lines. If we put a hint and skip brushes around the cylinder, it only draws 4 vis lines. It disrerards all the enclosed faces.

Hints and skips come in handy if you're using lots of displacements and have rough terrain. All those bumps and valleys create vis lines, creating more load for the engine. By putting hints and skips in, we clean up what the source engine sees and draws.

Now, with all this beautiful optimization and semi enjoyable frame rates comes some bad news. Hints and Skips, for whatever reason will cause your .bsp to pack on the pounds. Not a problem if you have a map with 20mb of size as it probably won't add another 1 or 2 mb of data.

If, on the other hand, your a goober like me, who never made a map under 40 mb, you'll see data increases upwards of 20 mb. Lots of displacements means lots of data to deal with. Your 40 mb map is now a chubby 60 mb map. Lots of irregular geometry......it's a vis lines killer.

Somewhere along the line, you have to decide what makes you happy as a mapper. Are you happy with your map pulling in 50 frames or 100 frames.
Image[/center]

Post Reply

Who is online

Users browsing this forum: No registered users and 7 guests