User talk:Artfunkel: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(→‎VMF to SMD 1.1: new section)
 
(65 intermediate revisions by 19 users not shown)
Line 1: Line 1:
<div style="float:right;background:#EFEFEF;border:1px solid #AAA;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em;padding:.5em;margin:.5em;">[[User talk:TomEdwards/2009-07-17|Archive 2009-07-17]]</div>
{{MenuBox
|title = Archives
|text=<div>
*[[User talk:TomEdwards/2009-07-17|2009-07-17]]
*[http://developer.valvesoftware.com/w/index.php?title=User_talk:TomEdwards&oldid=127364 2009-11-23]
</div>
}}


==Lightwarps not producing expected results==
== Edict Information ==
You seem to have the most experience with Lightwarps... I'm attempting to use Lightwarps in TF2 to create a more toonish shading on the characters similar to the style seen here: [http://www.gamersmark.com/miscimages/media/277/1040478200200212219.jpg]
Hey Tom, you seem to be knowledgeable about a lot of information I cannot find otherwise -- Do you know how to determine an exact edict count in a map? Thanks --[[User:RTF|RTF]] 21:31, 16 May 2011 (UTC)
(Hit the external link. Couldn't find anything to keep the Wiki from parsing the link into a full-scale image and didn't want that. :) )
: Not off the top of my head. Do you mean via code or the console? --[[user:TomEdwards|TomEdwards]] 20:24, 18 May 2011 (UTC)
However, every attempt I've tried has failed. I've tried all combinations of transition from black to white, black to transparent, grey to white, black to grey, white to grey, etc. Not getting anything like what I'm looking for. Could you possibly provide some input? (As I think it was you who added the "Other possible uses of $lightwarptexture include toon shading, contrast enhancement and highlight softening. " line... ;) --[[User:LordNed|LordNed]] 05:45, 11 September 2009 (UTC)
:: Yeah via console. I guess cl_showents is the closest thing there is, it just seems to combine some entities without showing them individually but the final count appears to be accurate. --[[User:RTF|RTF]] 06:02, 29 May 2011 (UTC)
: That's pretty much what the posterised lightwarp on the $lightwarp page does. Decrease its contrast and light the model appropriately and AFAIK you'd get the effect you wanted. --[[user:TomEdwards|TomEdwards]] 12:13, 11 September 2009 (UTC)


:: I've yet to try it but "ambient lighting must be at 0 to make unlit areas black" This sounds like it would be an issue. I assume by ambient lighting this indicates the light_enviroment (Or whatever light-source is lighting the current area's) Ambient setting? Unless there's an ambient color VMT setting I'm missing? I'm just not making the connection here, if the effect I want would work in all lighting conditions. Will go fool with it now though, Thanks! --[[User:LordNed|LordNed]] 21:31, 11 September 2009 (UTC)
== Dutch translations ==
As you can see in the recent changes page, i've translated a few categories into dutch. I've noticed that the otherlang2 template won't work unless the language is defined in the template, but i neither know what to do in there nor have an image of the dutch/belgian flag to use. Where did you get the images from? [[User:Solokiller|Solokiller]] 22:22, 23 November 2009 (UTC)
: I got them from [http://www.famfamfam.com/lab/icons/flags/ FamFamFam]. --[[user:TomEdwards|TomEdwards]] 23:33, 23 November 2009 (UTC)
::Thanks for that, but how do i need to add the translated versions to the original and other translated pages? I did a quick test on the French version of SDK Docs, and the link to the Dutch version had the Spanish flag. [[User:Solokiller|Solokiller]] 09:23, 24 November 2009 (UTC)
::Ok, so each version of the page needs <code>nl=SDK Docs:nl|</code>, but the English version of SDK Docs is protected from edits, so somebody else will have to add it there.  [[User:Solokiller|Solokiller]] 09:27, 24 November 2009 (UTC)


::Edit: [http://i32.tinypic.com/2ljggvc.jpg]
== You seem to have deleted all the raw keyvalue names. ==
::Looks okay... Not sure where that line is coming from in the warp though which is frustrating. Here's my warp: http://i28.tinypic.com/2mnn77l.jpg Not sure what's causing it... Looks pretty good in some places on the model and pretty bad in others.
::: Yeah, ambient lighting is in the world, compiled by VRAD. You only need to worry about it when creating true black and white images though, not colours like you are. The line on the Sniper could be being caused by his bump map. Try replacing it with the blank dummy texture Valve use sometimes. --[[user:TomEdwards|TomEdwards]] 08:44, 12 September 2009 (UTC)


:::: That hit me last night in bed. Would a solid 50% grey bumpmap work instead since $blendmodulate requires one? --[[User:LordNed|LordNed]] 15:21, 12 September 2009 (UTC)
Hi, you seem to have gone through every page on this wiki systematically destroying useful information. While you yourself may prefer to use smartedit, some people don't, and you shouldn't force them to conform to what you feel is the best course of action, nor should you destroy information simply because you can't think of a way to use it. Just because I will never need to know how to project the paths of pyroclastic flows does not mean others won't.<br/>
::::: The equivalent thereof, yes. TF2 have its own texture for that exact purpose that you should find and use. --[[user:TomEdwards|TomEdwards]] 15:26, 12 September 2009 (UTC)
In addition to this, not everyone who comes here is a mapper. I personally came here just now to look up some KVs for an entity I am spawning via Lua in Garry's Mod. We don't get smartedit there, and have to do it all manually.<br/>
:::::: Looks close enough for me, Thanks! --[[User:LordNed|LordNed]] 22:01, 12 September 2009 (UTC)
Please go through the pages you have edited and restore the original names to them, so that others do not have to go to the history tab and go through revisions to find out what something is actually called.<br/>
I suggest you do this in the style of '''SmartEdit Name (realname)'''.<br/>
Thank you. --[[User:Lexi|Lexi]] 17:57, 17 December 2009 (UTC)
: [[Talk:SDK Docs#Keyvalues or SmartEdit text?|We've tried various methods]] for including friendly and raw names side by side, and none of them worked. The best thing to do, better than reading VDC, is to open the FGD files provided in the SDK and read them directly. They are far more complete and up to date than what's available on this site. [[Notepad++ VDF languages|You can get syntax highlighting here.]]
: The raw names were removed in the first place because while some people do need them, the remaining 98% of visitors need to see and expect to see what appears in Hammer. Since it's so easy to look things up in an FGD it makes little sense to detriment the vast majority of readers. --[[user:TomEdwards|TomEdwards]] 18:59, 17 December 2009 (UTC)
::I see, thank you. Sorry for my rude tone. You might want to put this info on your user page, in case this happens again. --[[User:Lexi|Lexi]] 13:28, 19 December 2009 (UTC)


==ModStatus==
== Doxygen ==
Nice work on the ModStatus box! Looks really nice. --[[User:Remmiz|Remmiz]] 21:50, 17 July 2009 (UTC)
: It's all down to the [http://openclipart.org/ Open Clipart Library] :-) --[[user:TomEdwards|TomEdwards]] 09:01, 18 July 2009 (UTC)


==Other==
Hey you seem to be the right guy to ask about this: Do you think suggesting [http://www.stack.nl/~dimitri/doxygen/ Doxygen] to Valve would be a good idea? I think it would be a nice thing to have on the wiki since a lot is undocumented. --[[User:Robber9000|Robber9000]] 04:01, 26 July 2010 (UTC)
Thanks you for corections of my french articles. Anarkia777.
: I really have no idea. Why not just try? --[[user:TomEdwards|TomEdwards]] 18:27, 26 July 2010 (UTC)
: No problem! --[[user:TomEdwards|TomEdwards]] 19:38, 22 July 2009 (UTC)


== "c'est là" ==
== Soundscripts ==


Yes it was there :)  
I wasted half an hour trying to get some custom soundscripts working in a Portal map based on that article, before consulting the offical Portal soundscript files and discovering ''everything'' was encased in quotes. Putting quotes around everything was what made it work. Unless this is a problem specific to Portal, it seems to me that the quotes are necessary to get the soundscripts working. [[User:Thelonesoldier|Thelonesoldier]] 12:41, 19 October 2010 (UTC)
I have forgot it, thx!
: I never use quotes. [http://pastebin.com/ Pastebin] your script and I'll have a look...you'll have whitespace in one or two values that you've got to encase. --[[user:TomEdwards|TomEdwards]] 13:00, 19 October 2010 (UTC)
::Dammit, I deleted the quotes and now it works. All I did to get it to work was add the quotes, I didn't change the spacing, and now I just deleted the quotes without changing the spacing and it still works. Whatever. Thanks for your help! [[User:Thelonesoldier|Thelonesoldier]] 21:49, 19 October 2010 (UTC)


== Delete ==
== You deserve a medal ==
http://developer.valvesoftware.com/wiki/Your_First_Entity:fr
This page is not useful, all informations exist on other page. Anarkia777
: Yes, but in English... --[[user:TomEdwards|TomEdwards]] 13:18, 23 July 2009 (UTC)
::No here : http://developer.valvesoftware.com/wiki/Adding_Entities:fr. Anarkia777
::: The first article is a tutorial for programmers who want to write new entities. The second is a tutorial for mappers on how to add existing entities to a map. They're completely different. :-) --[[user:TomEdwards|TomEdwards]] 14:32, 23 July 2009 (UTC)
:::: oh ok sry. Anarkia777


But I don't have one, have a cookie for now... --[[User:Jike|Jike]] 12:59, 8 November 2010 (UTC)
: Thanks. :-) What did you find so useful? --[[user:TomEdwards|TomEdwards]] 13:31, 8 November 2010 (UTC)
::I find all the coding stuff you've added useful --[[User:Omnicoder|Omnicoder]] 15:48, 8 November 2010 (UTC)
:::I find pretty much everything useful - And other people as well, look below... :D --[[User:Jike|Jike]] 17:36, 28 January 2011 (UTC)


== Gectou4 complain ==
== Custom Stylesheet ==
Excuse me I've a problem with this user. He come and his language is very bad, he spam french sections, I don't know him and he write that on Jeff section, he has make only 2 or 3 article and he complain still :


:http://developer.valvesoftware.com/wiki/User_talk:JeffLane
My eyes and I thank you. -[[User:Mattshu|Mattshu]] 07:08, 28 January 2011 (UTC)


:Exanple of his language about other :
== About the edit on the Coordinates page ==
:'''Are you kidding us? do not remove bad gramar template when you add more ! - I fix it for this time, stop Scamming pple!)'''
:'''http://developer.valvesoftware.com/wiki/User_talk:Gectou4'''
:'''Attention! Cette article a été traduit à la sauvette''' for ''Template:Bad French Translation''


How stop spammer?
You've said you didn't know why you've wrote that : Y was forward, and X right. Vehicles are aligned this way, because of the Havok vehicle controller. But every other objects are aligned on : X forward, and Y right. So that something may be a source vehicle. :) I don't know if this info is of any use to you, though. --[[User:Psycommando|psycommando]] 23:21, 1 March 2011 (UTC)
: I'm not an admin. I can't help you. But since the contributions by Gectou seem to at least make sense, even if they are badly-phrased, I would just avoid editing the same articles for a while. --[[user:TomEdwards|TomEdwards]] 17:51, 23 July 2009 (UTC)


== Templates ==


==Visleaf Demonstration==
The template category already existed, and wasn't being used, and our model Wikipedia categorizes templates, and I only cat'd certain ones. It's a hassle to read through a list of hundreds of templates, but if you group a few of the more notable ones that can be useful. I admit some of them I decided sort of arbitrarily. [[User:Thelonesoldier|Thelonesoldier]] 23:55, 1 March 2011 (UTC)
Hey. That map is a good example, but, that is only one of a few cases where that can happen, and as I warned in my edit, it's really only being done with an insane FOV (90) and FarZ.


Fix: I think what I'm going to do is just do a brush only trace and check the endings visibility instead of the entities origin. There's nothing actually visible at the origin anyway, so it's useless to check it's visibility.
== Variables and structures ==
I noticed that we have two categories, one for [[:Category:Structures]] and one for classes (called [[:Category:Variables]] on the page), should we add the structures to the variables page and edit the description to include classes and structures? Also, I don't know how to link to category pages --[[User:Stoopdapoop|Stoopdapoop]] 23:45, 10 April 2011 (UTC)
: Not unless the struct can be evaluated. None of the ones currently in the category can be, so they can't be called variables. ([[:Category:Classes|There is a category for classes]], BTW.) --[[user:TomEdwards|TomEdwards]] 10:47, 11 April 2011 (UTC)


Oh, and thanks for that custom VDC style sheet. The VDC looks better than ever. --1/4 Life 04:44, 10 August 2009 (UTC)
== Wiki-structure Clarifications? ==
: Those settings aren't insane at all: they're the defaults. ;-) Anyway, the code is closer to the solution now but hasn't reached it quite yet: testing where the centre of the beam hits is just flipping the issue around, [http://steamreview.org/external/vdc/ept_vis_reverse.vmf as you will see from this map]. The only true solution is to test the against whole PVS of the entity's origin (culling, if it's worthwhile doing so, those leaves that are behind it). --[[user:TomEdwards|TomEdwards]] 08:26, 10 August 2009 (UTC)
:: And you're welcome, by the way! --[[user:TomEdwards|TomEdwards]] 09:36, 11 August 2009 (UTC)


==L4D Custom Soundscripts==
You seem to be the most in charge around here so I'm looking for your opinion.
Decided to try and ask ya about this Tom since you seem to be on the ball here on the wiki :) Been having a problem with custom soundscript files in L4d. Think it may be easier to just post the forum posts I have made concerning it:
[http://forums.steampowered.com/forums/showthread.php?t=935716&highlight=_level_sounds.txt My Post]


Basically I can get the soundscript file to work properly in itself, but it seems to somehow be playing errant sounds for other sounds that are not changed. That being the zombie is burning sound which is for some reason replaced with alarm1.wav. Im completely lost right now and was wondering if you had messed with this any. This is the ONLY file I have edited and if I rename/erase it runs normally again. Thanks. --[[User:RTF|RTF]] 08:42, 11 August 2009 (UTC)
I recently set up (and am filling) the UTIL category. ([[:Category:UTIL]]). However, there's some functions that are similar to UTIL_ functions, but aren't actually UTIL functions. An example of this would be [[AngleVectors()]] - Sort of already documented but you're only going to find it by searching.
: No idea. My computer is dying a death and can't play L4D at the moment so I've not ever tried to develop with it. All I can think of is a similar bug I ran into with soundscapes in the Ep1 engine, where including a map-specific file would cause the server to offset the scape it played (mine were ID 46-48 inside the engine and it was playing ID 36-38, or something like that). The issue was only fixed when the mod I was working with moved to OB. --[[user:TomEdwards|TomEdwards]] 09:36, 11 August 2009 (UTC)
I'd think something like this would be a "UTIL(itiy)" function, but it doesn't carry the UTIL_ prefix. Would you think it'd go with that, or should there be something like a "Handy functions" category, which isn't Wiki-like at all.


Roger that. Hope I don't have to wait for the next major engine update if that is what it took to fix it from Ep1 heh, thanks for the reply tho --[[User:RTF|RTF]] 11:00, 11 August 2009 (UTC)
On another note: Do you think CBasePlayer warrants a Category, assuming most of the functions inside of it got documented? What do you think is the best way to document CBasePlayer, and it's main derivatives, CSDKPlayer, and CHL2_Player/CHL2MP_Player?


== I lost my page ==
It seems like it could get awfully confusing awfully fast. -[[User:LordNed|LordNed]] 21:50, 14 April 2011 (UTC)
: The UTIL functions seem to all be contained inside three globally-available header files (client/server/shared), so that's the standard to apply here. AngleVectors() and its friends are closed-source [[mathlib]] functions however...given their sheer number and often simplicity, it would be sensible to group families of mathlib funcs together as we've done for material parameters. Indeed AngleVectors() is linked [[Special:WhatLinksHere/AngleVectors()|from Vector and QAngle]].
: CBasePlayer definitely needs a category, as it's way too big to fit onto one page ([[:Category:CBasePlayer|in fact I just checked and it already has one]]). Whether game-specific players need the same treatment depends on how much they're doing I suppose. --[[user:TomEdwards|TomEdwards]] 13:24, 15 April 2011 (UTC)


Hello Tom! Sorry for flood, but I lost my page. I think that it been deleted. :-( how I can find it? Thanks in advantage. Trully yours -[[User:Kostya|&#93;{o$Тя]]
:: My biggest concern/issue is the harder I look on the wiki the more I find things ''have'' been documented but finding that information is incredibly hard around here. It doesn't help that a search for "qangle" doesn't just assume you mean "QAngle" so making things not only case specific and structure specific (Eg; AngleVectors vs AngleVectors()) is hard... The answer isn't just more redirects though because that's tacky and probably not really a solution we want.
: [[Special:Contributions/Kostya|It'll be somewhere in here.]] Nothing has been deleted, you're doing good stuff! --[[user:TomEdwards|TomEdwards]] 21:23, 18 August 2009 (UTC)
:: Maybe we (as a wiki community) need to think about making it easier to find and get to the information that _is_ there?
:: Thanks are final, but I have not found the page. hmmm... why on this site I cannot sometimes come? Simply did not come also all. So I have lost more hour. I do not know, what it, and you answer e-mail? I already have some times written to you. :-) I will translate further a page with a management on editing. Perhaps, something will give it to me. At us on streets bears do not go. We not communists. We not aggressors. We respect others. Interestingly, and why here there is no list of pages in alphabetic order? So it would be easier to be guided. And here still that: I would like to draw attention to the pages. How to me it to make? Also it would be desirable any rights to receive :-). Whether and in vain I that pages translate that? Yours faithfully and thankful in advance! Translate by machine, I tired oneself translate)))
:: I think the different branches are pretty major... the Template SDK uses CSDKPlayer, the HL2OBMP uses hl2mp_player (I believe), and the HL2OBSP uses hl2_player and they all have different things available to them... :S! -[[User:LordNed|LordNed]] 21:40, 15 April 2011 (UTC)
::: If it's not on your contributions page then you must have used the "preview" button instead of "save", so your work was lost. :-( I've not had any emails from you, what did you try and ask? [[Special:AllPages|There's a list of all pages alphabetically here]], and, finally, I don't understand your last question. --[[user:TomEdwards|TomEdwards]] 17:30, 19 August 2009 (UTC)
::: You're using the simple "go to page" feature, not actually [[Special:Search|searching]]. I don't like that thing either, but I'm sure it could be reconfigured or even bypassed by Valve. Case sensitivity certainly does need to go! --[[user:TomEdwards|TomEdwards]] 23:00, 15 April 2011 (UTC)
:::: I too! :-D translator. But I write two or more, press a button "Письмо участнику". Valve Developer Community e-mail. In options can been problem solve)) unfortunately, that You dont talk in Russian))). Yes, last question it is *hit. "I in vain translated pages? Here on will be more correct!" I oneself nothing dont understand, have one's own brain translate texts))). Thanks for help))) I really dont know about this system!))) me overcome laugh!!! E-mails are big and as regards editing and some more. hmmm...
::::It's really a fault of Wiki's in general. That being said, I think accessibility needs to be worked on in general. Not sure how that would be done best though... `[[User:LordNed|LordNed]] 00:04, 16 April 2011 (UTC)
:::::I wouldn't say that redirects are tacky, and they certainly aren't difficult to implement. As for qangle, that would automatically take you to the search results page and [[QAngle]] was the first result, so that's hardly difficult to locate. I created a redirect, anyway.
:::::[[:Category:Hubs|Hubs]] and Abstact series ([[abstract mapping]], [[abstract coding]]) are good organizational tools in addition to categories and redirects. [[User:Thelonesoldier|Thelonesoldier]] 22:35, 17 April 2011 (UTC)


==Language Flags==
The language flags should not be above the header line, because it varies in height. As it is now, there are problems whenever you visit a subpage or a redirect (and probably other stuff too). For [[Portal_2_Level_Creation|example]], and [[:User_talk:Ndavidow/sandbox|another]]. It was my intention to fix that with my change, I'm not sure what I broke. --[[User:Ndavidow|Nick D.]] 22:14, 31 May 2011 (UTC)
: You broke [http://img7.imageshack.us/img7/1179/contentsh.png the contents page], and probably lots of others that I've not checked. If a page started with a table (e.g. categories) the flags crashed into it too. You're right to point out the flaws with having them above the line, but the alternative is worse! --[[user:TomEdwards|TomEdwards]] 11:34, 1 June 2011 (UTC)


::::: Sorry
Also, I'd like to change the game icons so that they are similar to the language flags, either appearing on the left side, or beside/above/below the flags. --[[User:Ndavidow|Nick D.]] 22:16, 31 May 2011 (UTC)
: Given that the game icons are part of the meaning of the article itself, I'm not sure how that would help. I'm happy with the current arrangement. --[[user:TomEdwards|TomEdwards]] 11:34, 1 June 2011 (UTC)


=== And... ===
== Nice job ==


Give please estimation of my mod [[Kostya%27s_Mod|In discussion]]. Thanks.
with the Choreography tutorial styling, very sleek --'''[[User:Campaignjunkie|Campaignjunkie]]''' <sup>([[User talk:Campaignjunkie|talk]])</sup> 21:48, 6 July 2011 (PDT)
cuckoo
: All credit goes to [http://markwenzel.com/wenzelgallery.htm Mark Wenzel]. :) --[[User:Artfunkel|Artfunkel]] 02:28, 7 July 2011 (PDT)
cuckoo ((((


== Lamps... and scripts ==
== Unit scale for Blender SMD exporter ==


dear Tom! I had a problem - when I create lamps on a table they constantly fall on a floor. I have put in flags "Start Asleep", but it has not helped. It is a problem number one. Now a problem 2: I have created scripted_sequence for npc_combine_s but it does not work. Help please! Yours faithfully
I can't seem to find the scale for Blender units to Source units for your exporter anywhere, which kinda makes it tricky to model around world geometry since I can't bring it into Blender. Mind telling me what it is? And adding it to the wiki page couldn't be a bad idea either. ;) [[User:Lx45803|lx45803]] 18:38, 3 September 2011 (PDT)
[[File:LampStory.jpg|400px]]
:While I was digging through the [[Blender Modelling Walkthrough]] article, I noticed that dvondrakes's exporter used a scale of 1 Blender unit to 2 Hammer units. Since I'm impatient, I'll do some tests to see if you followed that, and if so, I'll pop back here to say never mind. [[User:Lx45803|lx45803]] 19:23, 3 September 2011 (PDT)
--[[User:Kostya|&#93;{o$Тя]] 13:28, 21 August 2009 (UTC)
::So it is. A cube of 10 blender units measures 20 units tall according to Wire rangers in GMod. Thanks for the plugin! [[User:Lx45803|lx45803]] 19:53, 3 September 2011 (PDT)
:If the table prop doesn't start asleep too, it might be bumping the lamp and waking it. You could also create a [[phys_keepupright]] for the lamp if things don't work out. --[[user:TomEdwards|TomEdwards]] 13:48, 21 August 2009 (UTC)
::: Not sure how you managed that, as it actually exports 1:1... --[[User:Artfunkel|Artfunkel]] 03:11, 4 September 2011 (PDT)
::And scripted_sequence? in console print "canceling script:" only it. Why?
::: [[File:DecalError.jpg|400px]] At me the model of decal and keyframe_rope in editor was gone. Instead shows ERROR
:::: I have no idea. You'd be better off asking a crowd of people [http://forums.steampowered.com/forums/forumdisplay.php?f=193 at a forum] than just me! --[[user:TomEdwards|TomEdwards]] 15:10, 21 August 2009 (UTC)
:::::But you clever


== otherlang2 ==
== Model screenshots ==


You are mistaken. I did not change [[Basic Construction]] (see changelog), but I translated it into Russian (also see changelog on [[Basic Construction:ru]])
Are you getting your [http://developer.valvesoftware.com/wiki/File:Antlion_worker.jpg recent] [http://developer.valvesoftware.com/wiki/File:Antlion.jpg screenshots] straight from the model viewer via the ''Make screenshot'' menu option? Mine are only exporting what seems to be a partial picture. Maybe it's my tga->jpg converter, I don't know. &mdash;[[User:Mattshu|Mattshu]] 11:32, 15 September 2011 (PDT)
: I've never known make screenshot to work. I'm using PrintScreen and pasting into GIMP. --[[User:Artfunkel|Artfunkel]] 11:34, 15 September 2011 (PDT)
:: I figured that also. Alrighty. &mdash;[[User:Mattshu|Mattshu]] 11:34, 15 September 2011 (PDT)


If you mean [[Creating Primitives]], then sorry, I copied otherlang2 from another page, and I'm too tired for to fix it
== Codemasters ==


// NeoXidant
Congrats! How did you land that gig? &mdash;[[User:Mattshu|Mattshu]] 06:07, 26 September 2011 (PDT)
: Thanks. Got it through the usual means: applied, was interviewed, waited for several months, got it. :) --[[User:Artfunkel|Artfunkel]] 09:20, 26 September 2011 (PDT)
:: Nooooooooooooooo, come back. --[[User:ThaiGrocer|ThaiGrocer]] 11:45, 26 September 2011 (PDT)


== first room menu ==
== About Assault_diagram.png ==


How to edit ((first room menu:ru))? It differs from ((first room menu)), and from [[Your_First_Map:ru]], but I can't go to [[first_room_menu:ru]]
Hi, i am writing an german tutorial about the assault system.
:It's at [[Template:First room menu:ru]]. (There's a list of templates a page uses just below the editing box.) :-) --[[user:TomEdwards|TomEdwards]] 09:28, 29 August 2009 (UTC)
So my question can i use the "Assault diagram.png" in my Tutorial?
Sure i will mention you in the tutorial.


== Particle System Constraints ==
Yours faithfully
--[[User:Dmx6|Dmx6]] 06:51, 12 October 2011 (PDT)Dmx6
:Sure, use anything. Technically Valve own everything we submit here, but I highly doubt they will mind either. :) --[[User:Artfunkel|Artfunkel]] 13:06, 20 October 2011 (PDT)


Thanks for the formatting help on [[Particle_System_Constraints]], but I have a concern. The other pages in the same category have different formatting styles, so shouldn't they all have the same formatting in order to look nice? --[[User:Robber9000|Robber9000]] 14:31, 30 August 2009 (UTC)
== VMF to SMD 1.1 ==
: Yeah, and it shouldn't be a table! ;-) Change tables to definition lists (";" and ":") like I did where you can: it makes the page easier to edit and more digestible to search engines. --[[user:TomEdwards|TomEdwards]] 16:00, 30 August 2009 (UTC)
::The parts of the headers that you deleted are the actual name of the functions. I think those should be kept for clarity. --[[User:Robber9000|Robber9000]] 00:34, 21 September 2009 (UTC)
::: Huh? I can't find anything like that in my contribs list. --[[user:TomEdwards|TomEdwards]] 09:34, 21 September 2009 (UTC)
:::: This is what I am talking about: [[Particle_System_Initializers|Particle System Initializers]]--[[User:Robber9000|Robber9000]] 21:02, 21 September 2009 (UTC)
::::: I still don't see anything. What exactly went missing? --[[user:TomEdwards|TomEdwards]] 21:03, 21 September 2009 (UTC)
:::::: The headers that you cleaned up, if you check under history, they are the exact names of the functions. I personally believe they should be kept for clarity.--[[User:Robber9000|Robber9000]] 20:08, 23 September 2009 (UTC)
::::::: I have checked the history, and I haven't seen any headers go missing. :P What were the words removed? --[[user:TomEdwards|TomEdwards]] 23:31, 23 September 2009 (UTC)
:::::::: I lied, the wiki had bad formatting on [http://developer.valvesoftware.com/w/index.php?title=Particle_System_Initializers&htmldiff=Visual+comparison&diff=125594&oldid=124836], making it look as if part of the header was deleted.--[[User:Robber9000|Robber9000]] 23:12, 24 September 2009 (UTC)
::::::::: Yeah, that system sucks. Always use the diff view. :) --[[user:TomEdwards|TomEdwards]] 09:05, 25 September 2009 (UTC)


== Hey I have a question==
Hey, thought that I might just point out that I've released a newer version of the mentioned program. It's faster, doesn't error all the time, and more accurate too! I've responded to your comment on it, please feel free to try it again, as I do want it to be properly tested! Thanks!--[[User:UltimateSniper|UltimateSniper]] 14:13, 13 December 2011 (PST)
You seem active, and have been in a few good things (Ie Minervra) I dunno where else to ask this, So I will do it here (as you are active) Is it possible to make a control point capture differently depending where you are? (IE, the closer to the center, the faster it caps) Thank you! [[User:Jetty|Jetty]] 11:28, 12 September 2009 (UTC)
:No idea, I've never mapped for TF2. Ask in the forums. --[[user:TomEdwards|TomEdwards]] 13:35, 12 September 2009 (UTC)
 
== Dutch translations ==
As you can see in the recent changes page, i've translated a few categories into dutch. I've noticed that the otherlang2 template won't work unless the language is defined in the template, but i neither know what to do in there nor have an image of the dutch/belgian flag to use. Where did you get the images from? [[User:Solokiller|Solokiller]] 22:22, 23 November 2009 (UTC)

Latest revision as of 15:13, 13 December 2011

Edict Information

Hey Tom, you seem to be knowledgeable about a lot of information I cannot find otherwise -- Do you know how to determine an exact edict count in a map? Thanks --RTF 21:31, 16 May 2011 (UTC)

Not off the top of my head. Do you mean via code or the console? --TomEdwards 20:24, 18 May 2011 (UTC)
Yeah via console. I guess cl_showents is the closest thing there is, it just seems to combine some entities without showing them individually but the final count appears to be accurate. --RTF 06:02, 29 May 2011 (UTC)

Dutch translations

As you can see in the recent changes page, i've translated a few categories into dutch. I've noticed that the otherlang2 template won't work unless the language is defined in the template, but i neither know what to do in there nor have an image of the dutch/belgian flag to use. Where did you get the images from? Solokiller 22:22, 23 November 2009 (UTC)

I got them from FamFamFam. --TomEdwards 23:33, 23 November 2009 (UTC)
Thanks for that, but how do i need to add the translated versions to the original and other translated pages? I did a quick test on the French version of SDK Docs, and the link to the Dutch version had the Spanish flag. Solokiller 09:23, 24 November 2009 (UTC)
Ok, so each version of the page needs nl=SDK Docs:nl|, but the English version of SDK Docs is protected from edits, so somebody else will have to add it there. Solokiller 09:27, 24 November 2009 (UTC)

You seem to have deleted all the raw keyvalue names.

Hi, you seem to have gone through every page on this wiki systematically destroying useful information. While you yourself may prefer to use smartedit, some people don't, and you shouldn't force them to conform to what you feel is the best course of action, nor should you destroy information simply because you can't think of a way to use it. Just because I will never need to know how to project the paths of pyroclastic flows does not mean others won't.
In addition to this, not everyone who comes here is a mapper. I personally came here just now to look up some KVs for an entity I am spawning via Lua in Garry's Mod. We don't get smartedit there, and have to do it all manually.
Please go through the pages you have edited and restore the original names to them, so that others do not have to go to the history tab and go through revisions to find out what something is actually called.
I suggest you do this in the style of SmartEdit Name (realname).
Thank you. --Lexi 17:57, 17 December 2009 (UTC)

We've tried various methods for including friendly and raw names side by side, and none of them worked. The best thing to do, better than reading VDC, is to open the FGD files provided in the SDK and read them directly. They are far more complete and up to date than what's available on this site. You can get syntax highlighting here.
The raw names were removed in the first place because while some people do need them, the remaining 98% of visitors need to see and expect to see what appears in Hammer. Since it's so easy to look things up in an FGD it makes little sense to detriment the vast majority of readers. --TomEdwards 18:59, 17 December 2009 (UTC)
I see, thank you. Sorry for my rude tone. You might want to put this info on your user page, in case this happens again. --Lexi 13:28, 19 December 2009 (UTC)

Doxygen

Hey you seem to be the right guy to ask about this: Do you think suggesting Doxygen to Valve would be a good idea? I think it would be a nice thing to have on the wiki since a lot is undocumented. --Robber9000 04:01, 26 July 2010 (UTC)

I really have no idea. Why not just try? --TomEdwards 18:27, 26 July 2010 (UTC)

Soundscripts

I wasted half an hour trying to get some custom soundscripts working in a Portal map based on that article, before consulting the offical Portal soundscript files and discovering everything was encased in quotes. Putting quotes around everything was what made it work. Unless this is a problem specific to Portal, it seems to me that the quotes are necessary to get the soundscripts working. Thelonesoldier 12:41, 19 October 2010 (UTC)

I never use quotes. Pastebin your script and I'll have a look...you'll have whitespace in one or two values that you've got to encase. --TomEdwards 13:00, 19 October 2010 (UTC)
Dammit, I deleted the quotes and now it works. All I did to get it to work was add the quotes, I didn't change the spacing, and now I just deleted the quotes without changing the spacing and it still works. Whatever. Thanks for your help! Thelonesoldier 21:49, 19 October 2010 (UTC)

You deserve a medal

But I don't have one, have a cookie for now... --Jike 12:59, 8 November 2010 (UTC)

Thanks. :-) What did you find so useful? --TomEdwards 13:31, 8 November 2010 (UTC)
I find all the coding stuff you've added useful --Omnicoder 15:48, 8 November 2010 (UTC)
I find pretty much everything useful - And other people as well, look below... :D --Jike 17:36, 28 January 2011 (UTC)

Custom Stylesheet

My eyes and I thank you. -Mattshu 07:08, 28 January 2011 (UTC)

About the edit on the Coordinates page

You've said you didn't know why you've wrote that : Y was forward, and X right. Vehicles are aligned this way, because of the Havok vehicle controller. But every other objects are aligned on : X forward, and Y right. So that something may be a source vehicle. :) I don't know if this info is of any use to you, though. --psycommando 23:21, 1 March 2011 (UTC)

Templates

The template category already existed, and wasn't being used, and our model Wikipedia categorizes templates, and I only cat'd certain ones. It's a hassle to read through a list of hundreds of templates, but if you group a few of the more notable ones that can be useful. I admit some of them I decided sort of arbitrarily. Thelonesoldier 23:55, 1 March 2011 (UTC)

Variables and structures

I noticed that we have two categories, one for Category:Structures and one for classes (called Category:Variables on the page), should we add the structures to the variables page and edit the description to include classes and structures? Also, I don't know how to link to category pages --Stoopdapoop 23:45, 10 April 2011 (UTC)

Not unless the struct can be evaluated. None of the ones currently in the category can be, so they can't be called variables. (There is a category for classes, BTW.) --TomEdwards 10:47, 11 April 2011 (UTC)

Wiki-structure Clarifications?

You seem to be the most in charge around here so I'm looking for your opinion.

I recently set up (and am filling) the UTIL category. (Category:UTIL). However, there's some functions that are similar to UTIL_ functions, but aren't actually UTIL functions. An example of this would be AngleVectors() - Sort of already documented but you're only going to find it by searching. I'd think something like this would be a "UTIL(itiy)" function, but it doesn't carry the UTIL_ prefix. Would you think it'd go with that, or should there be something like a "Handy functions" category, which isn't Wiki-like at all.

On another note: Do you think CBasePlayer warrants a Category, assuming most of the functions inside of it got documented? What do you think is the best way to document CBasePlayer, and it's main derivatives, CSDKPlayer, and CHL2_Player/CHL2MP_Player?

It seems like it could get awfully confusing awfully fast. -LordNed 21:50, 14 April 2011 (UTC)

The UTIL functions seem to all be contained inside three globally-available header files (client/server/shared), so that's the standard to apply here. AngleVectors() and its friends are closed-source mathlib functions however...given their sheer number and often simplicity, it would be sensible to group families of mathlib funcs together as we've done for material parameters. Indeed AngleVectors() is linked from Vector and QAngle.
CBasePlayer definitely needs a category, as it's way too big to fit onto one page (in fact I just checked and it already has one). Whether game-specific players need the same treatment depends on how much they're doing I suppose. --TomEdwards 13:24, 15 April 2011 (UTC)
My biggest concern/issue is the harder I look on the wiki the more I find things have been documented but finding that information is incredibly hard around here. It doesn't help that a search for "qangle" doesn't just assume you mean "QAngle" so making things not only case specific and structure specific (Eg; AngleVectors vs AngleVectors()) is hard... The answer isn't just more redirects though because that's tacky and probably not really a solution we want.
Maybe we (as a wiki community) need to think about making it easier to find and get to the information that _is_ there?
I think the different branches are pretty major... the Template SDK uses CSDKPlayer, the HL2OBMP uses hl2mp_player (I believe), and the HL2OBSP uses hl2_player and they all have different things available to them... :S! -LordNed 21:40, 15 April 2011 (UTC)
You're using the simple "go to page" feature, not actually searching. I don't like that thing either, but I'm sure it could be reconfigured or even bypassed by Valve. Case sensitivity certainly does need to go! --TomEdwards 23:00, 15 April 2011 (UTC)
It's really a fault of Wiki's in general. That being said, I think accessibility needs to be worked on in general. Not sure how that would be done best though... `LordNed 00:04, 16 April 2011 (UTC)
I wouldn't say that redirects are tacky, and they certainly aren't difficult to implement. As for qangle, that would automatically take you to the search results page and QAngle was the first result, so that's hardly difficult to locate. I created a redirect, anyway.
Hubs and Abstact series (abstract mapping, abstract coding) are good organizational tools in addition to categories and redirects. Thelonesoldier 22:35, 17 April 2011 (UTC)

Language Flags

The language flags should not be above the header line, because it varies in height. As it is now, there are problems whenever you visit a subpage or a redirect (and probably other stuff too). For example, and another. It was my intention to fix that with my change, I'm not sure what I broke. --Nick D. 22:14, 31 May 2011 (UTC)

You broke the contents page, and probably lots of others that I've not checked. If a page started with a table (e.g. categories) the flags crashed into it too. You're right to point out the flaws with having them above the line, but the alternative is worse! --TomEdwards 11:34, 1 June 2011 (UTC)

Also, I'd like to change the game icons so that they are similar to the language flags, either appearing on the left side, or beside/above/below the flags. --Nick D. 22:16, 31 May 2011 (UTC)

Given that the game icons are part of the meaning of the article itself, I'm not sure how that would help. I'm happy with the current arrangement. --TomEdwards 11:34, 1 June 2011 (UTC)

Nice job

with the Choreography tutorial styling, very sleek --Campaignjunkie (talk) 21:48, 6 July 2011 (PDT)

All credit goes to Mark Wenzel. :) --Artfunkel 02:28, 7 July 2011 (PDT)

Unit scale for Blender SMD exporter

I can't seem to find the scale for Blender units to Source units for your exporter anywhere, which kinda makes it tricky to model around world geometry since I can't bring it into Blender. Mind telling me what it is? And adding it to the wiki page couldn't be a bad idea either. ;) lx45803 18:38, 3 September 2011 (PDT)

While I was digging through the Blender Modelling Walkthrough article, I noticed that dvondrakes's exporter used a scale of 1 Blender unit to 2 Hammer units. Since I'm impatient, I'll do some tests to see if you followed that, and if so, I'll pop back here to say never mind. lx45803 19:23, 3 September 2011 (PDT)
So it is. A cube of 10 blender units measures 20 units tall according to Wire rangers in GMod. Thanks for the plugin! lx45803 19:53, 3 September 2011 (PDT)
Not sure how you managed that, as it actually exports 1:1... --Artfunkel 03:11, 4 September 2011 (PDT)

Model screenshots

Are you getting your recent screenshots straight from the model viewer via the Make screenshot menu option? Mine are only exporting what seems to be a partial picture. Maybe it's my tga->jpg converter, I don't know. —Mattshu 11:32, 15 September 2011 (PDT)

I've never known make screenshot to work. I'm using PrintScreen and pasting into GIMP. --Artfunkel 11:34, 15 September 2011 (PDT)
I figured that also. Alrighty. —Mattshu 11:34, 15 September 2011 (PDT)

Codemasters

Congrats! How did you land that gig? —Mattshu 06:07, 26 September 2011 (PDT)

Thanks. Got it through the usual means: applied, was interviewed, waited for several months, got it. :) --Artfunkel 09:20, 26 September 2011 (PDT)
Nooooooooooooooo, come back. --ThaiGrocer 11:45, 26 September 2011 (PDT)

About Assault_diagram.png

Hi, i am writing an german tutorial about the assault system. So my question can i use the "Assault diagram.png" in my Tutorial? Sure i will mention you in the tutorial.

Yours faithfully --Dmx6 06:51, 12 October 2011 (PDT)Dmx6

Sure, use anything. Technically Valve own everything we submit here, but I highly doubt they will mind either. :) --Artfunkel 13:06, 20 October 2011 (PDT)

VMF to SMD 1.1

Hey, thought that I might just point out that I've released a newer version of the mentioned program. It's faster, doesn't error all the time, and more accurate too! I've responded to your comment on it, please feel free to try it again, as I do want it to be properly tested! Thanks!--UltimateSniper 14:13, 13 December 2011 (PST)