|
|
(389 intermediate revisions by 67 users not shown) |
Line 1: |
Line 1: |
| | __NOTOC__<div style="float:right; margin-top:1em; width: 550px;">{{Messagebox |
| | | image=[[File:Under_construction.png|40px|link=]] |
| | | text= Have a question or problem that you feel requires a '''Site Administrator'''? |
| | Post to the [[Valve Developer Community:Administrators' noticeboard|Administrators' noticeboard]]! |
| | }} |
| | </div> |
| | |
| [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&action=edit§ion=new Leave a new message.] | | [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&action=edit§ion=new Leave a new message.] |
| == Archives == | | == Archives == |
| Please don't edit the archives. | | Please don't edit the archives. |
| * [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&oldid=45770 Archive 1] -- October 10th, 2006 | | * [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&oldid=45770 10 October 2006] |
| | * [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&oldid=68509 2 February 2008] |
| | * [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&oldid=112627 21 January 2009] |
| | * [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&oldid=123008 27 July 2009] |
| | * [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&oldid=135954 20 July 2010] |
| | * [http://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&oldid=150552 13:27, 13 May 2011] |
| | * [https://developer.valvesoftware.com/w/index.php?title=User_talk:JeffLane&oldid=167358 11:33, 1 May 2012] |
| <!-- insert comments below this line. Include headings for new threads. --> | | <!-- insert comments below this line. Include headings for new threads. --> |
|
| |
|
| == Designing stuff == | | == User permissions - could I be 'autoconfirmed'? == |
| | |
| Hey Jeff i was wondering how you obtained that effect in EP1 where at the end of the game against that stirder with the agressive behavior. While the player is in a cargo container the strider uses its cannon to shoot at the container leaving a dent in it. Also how do you make static props fall or are they dynamic? like when gordon leaves Alyx at Black Mesa East due to the rublle that falls and causes Gordon to venture into Ravenholm.
| |
| Thanks--[[User:MrTwoVideoCards|Gear]] 16:30, 11 Oct 2006 (PDT)
| |
| : I did not work on that section of Episode One, but I'm guessing it was done with the '''SetCannonTarget''' input on the [[npc_strider]] and a simple model replacement by enabling and disabling two [[prop_dynamic]]s.
| |
| : Falling debris that blocks a route is usually done with [[prop_dynamic]]s parented to a [[func_movelinear]] or [[func_door]], with other effects triggered at the same time, such as [[func_breakable]], [[env_ar2explosion]], [[env explosion]], [[ambient_generic]], etc. --[[User:JeffLane|JeffLane]] 17:23, 11 Oct 2006 (PDT)
| |
| | |
| | |
| Something else i was wondering was the entity you use to make a brief cloud of smoke appear when the cannon of a strider hits something. And Thanks for the help on that one there.--[[User:MrTwoVideoCards|Gear]] 20:05, 11 Oct 2006 (PDT)
| |
| | |
| Hey Jeff is there any way i can use the ep 1 content. I get the models and materials in hammer but in game the materials have the purple and black checkered box and the models have the huge "ERROR" model.--[[User:MrTwoVideoCards|Gear]] 04:01, 30 Oct 2006 (PST)
| |
| | |
| | |
| == Lump Files ==
| |
| I have read the article about patching levels with lump files and was wondering if you could make a tutorial or provide me with some more detailed info, especially how to check what lumps are modified when i change certain entity's properties? --[[User:Xoqolatl|Xoqolatl]] 05:52, 26 Nov 2006 (PST)
| |
| :I'm not really sure what you are asking here. The entity data is an entire lump in the .bsp (lump 0), so when you extract the .lmp from a newly modified version of the map, ''all'' entities in the map will be included in the lump. When you make the new version of the map, you need to make sure to only change entity data (no brushes), just as if you were doing an [[Vbsp|-onlyents]] compile. --[[User:JeffLane|JeffLane]] 16:55, 28 Nov 2006 (PST)
| |
| | |
| == Caution ==
| |
| If making [[User:mdurand]] a Sysop instead of [[User:Mdurand]] was a mistake, be sure to remove the mistaken clearance before somebody figures out that you can get Sysop privileges by making a user by the name of [[User:mdurand]]. --[[User:Andreasen|Andreasen]] 15:00, 15 Nov 2006 (PST)
| |
| : There is no error, you cannot make a username "mdurand" if "Mdurand" already exists. Case-sensitivity is ignored for the usernames, except for pagelinks. --[[User:JeffLane|JeffLane]] 15:20, 15 Nov 2006 (PST)
| |
| | |
| == Cinematic physics ==
| |
| | |
| Are cinematic physics possible to fake with the current SDK? [[User:Noclip|Noclip]] 17:04, 11 Dec 2006 (PST)
| |
| :Yes, by doing animated models using traditional methods and an entity such as [[prop_dynamic]]. There is no other method I am aware of. --[[User:JeffLane|JeffLane]] 17:10, 11 Dec 2006 (PST)
| |
|
| |
|
| It may work out better to do a half-and-half scene if you can using [[phys_convert]]—'''[[User:Ts2do|ts2do]]''' 22:10, 11 Dec 2006 (PST)
| | Hi there. I took some screenshots of some basic examples of Logic Gates in Puzzle Maker for use on [[Portal 2 Puzzle Maker/Logic Gates|this page]], however I am unable to upload files as I am not in the 'autoconfirmed' user group. Are you able to add me to the autoconfirmed user group via [[Special:UserRights]]? [[User:RJackson|RJackson]] 09:27, 13 May 2012 (PDT) |
| : You can try (that's one of the traditional methods to support animated elements), but if many props are converted to physics, there will be no performance savings and they may as well be physics from the beginning. However, phys_convert can definitely be used once the physics simulation is finished in order that (some of) the objects will interact properly with the environment. --[[User:JeffLane|JeffLane]] 12:16, 12 Dec 2006 (PST) | | : That is odd, you should already be a confirmed user. Have you set and authenticated your email address in your user preferences? It's under '''My preferences > User profile > E-mail options'''. --[[User:JeffLane|JeffLane]] 10:52, 14 May 2012 (PDT) |
| | :: I have autoconfirm issue too, my email was authenticated at 25 December 2013 at 02:21 and yet i am not in the group and cannot upload. - - -[[User:Chocoportals|Chocoportals]] 15:34, 16 March 2014 (PDT) |
| | ::: See "Problem uploading images" below for the requirements for uploading images. --[[User:JeffLane|JeffLane]] 18:43, 4 April 2014 (UTC) |
|
| |
|
| == User scripts for the wiki == | | == Images uploading == |
|
| |
|
| Could you enable user scripts for the VDC, so tools like the [[Wikipedia:Wikipedia:Tools/Navigation popups|navigation]] popups can be used, making navigation more efficient? (User scripts are protected, so only the user can change which script he uses.) --[[User:Pizzahut|Pizzahut]] 03:25, 1 Jan 2007 (PST)
| | I have problem with images uploading. I have error: ''Could not rename file "/tmp/phpO78Nz6" to "public/a/a4/P2PM_glass.png".'' --[[User:Mehiller|Mehiller]] 11:09, 14 May 2012 (PDT) |
| : It's possible. I'll add it to the list of things to look at after the next wiki upgrade, which should hopefully not be too far off. --[[User:JeffLane|JeffLane]] 09:41, 4 Jan 2007 (PST)
| | : Is this a new image? Try it again. In future, please use the [[Valve Developer Community:Administrators' noticeboard|Administrators' noticeboard]] for this kind of issue. --[[User:JeffLane|JeffLane]] 11:30, 14 May 2012 (PDT) |
| : I was hoping this would be added too, for the same reason. There's also nice editing scripts currently on Wikipedia like [[Wikipedia:User:Cacycle/wikEd|WikEd]]. --[[User:AndrewNeo|AndrewNeo]] 10:08, 4 Jan 2007 (PST) | |
|
| |
|
| == Combating spam == | | == Puzzle Maker Page == |
|
| |
|
| Assuming the spammers are bots, how about adding the spam blacklist and/or the FancyCaptcha plugin? {{mw|Manual:Combating_spam}} --[[User:Pizzahut|Pizzahut]] 10:06, 28 May 2007 (PDT)
| | Hi, Jeff. I was looking at improving the layout of the [[Portal 2 Puzzle Maker|Puzzle Maker]] page and a thought struck me; right now the page is basically a hub for how-to content, but wouldn't it make more sense if the how-to stuff was moved to the category index to be more consistant with the rest of the wiki? |
| :Yes, I've seen these, and it is likely that one or both of these will be added after the next Mediawiki upgrade, which is still in the works. --[[User:JeffLane|JeffLane]] 15:07, 29 May 2007 (PDT)
| |
|
| |
|
| == Blocking [[npc_strider]] cannon ==
| | For example, the [[Valve Hammer Editor|Hammer]] page only describes ''what'' Hammer is, along with a brief history. The actual level design how-to hub is on the [[:Category:Level Design|Level Design category index]] (and the same goes for the [[:Category:Portal 2 Level Design|Portal 2 Level Design category index]]. |
|
| |
|
| Hi Jeff. I've noticed that the strider cannon can't be blocked by geometry brushes or models. Is there any easy way to allow the player to cover behind them? Thanks,--[[User:Germano Guerrini|uoz]] 13:23, 7 Jul 2007 (PDT)
| | Right now I'm playing with layouts in [[User:Nacimota/Sandbox|my sandbox]]; after discussing it with a few people, I really think it belongs on the category index. Keeping in mind that the 'wiki' link in the actual editor links directly to the [[Portal 2 Puzzle Maker]] page, I wanted to get your position (or even [[User:YasserMalaika|Yasser's]]) before I go moving things around. Cheers. --[[user:Nacimota|<span style="color: #007fbf; font-weight: bold">Nacimota</span>]] <sup>[[User talk:Nacimota|Talk]] | [[Special:Contributions/Nacimota|Contributions]]</sup> 22:19, 22 May 2012 (PDT) |
| :It's been a little while since I've looked at this, but here's the basic rules:
| | : Seems reasonable, though consistent with the rest of the wiki is less important than what is effective. You will need to propose a plan for the existing page as it is the entry point and should not be a redirect. --[[User:JeffLane|JeffLane]] 13:51, 23 May 2012 (PDT) |
| :*World geometry (brushes) blocks the attack if it's between the point of impact and the victim, unless the strider is aiming at an [[npc_bullseye]], which it always hits.
| | :: Yeah, I had no plans on making it a redirect. What I figured we would have is a page describing the Puzzle Maker in a similar fashion to the page that describes Hammer, but perhaps with more detail. I was thinking at the top and bottom we could put something like "for help using the Puzzle Maker, see [[:Category:Portal 2 Puzzle Maker]]", or something to that effect. --[[user:Nacimota|<span style="color: #8BC53F; font-weight: bold">Nacimota</span>]] <sup>[[User talk:Nacimota|Talk]] | [[Special:Contributions/Nacimota|Contributions]]</sup> 09:20, 24 May 2012 (PDT) |
| :* Heavier physics objects can absorb some of the damage, but do not block the attack. Generally, due to the size and shape of physics objects, they make unreliable cover from strider attacks.
| |
| :* Brush entities, such as [[func_brush]]es, will usually block the damage, but the edges of these brushes can allow damage to be taken in some cases. Larger object = better coverage.
| |
| :* Large invisible brushes can surround objects to provide more reliable cover. | |
| :* The code for the strider attack resides in <code>CGameRules::RadiusDamage()</code> in <code>gamerules.cpp</code>, for reference or changes.
| |
| :In the future, I would suggest asking in the [http://forums.steampowered.com/forums/forumdisplay.php?f=191 Steam SDK forums] for a faster answer and one that can be seen by more people. --[[User:JeffLane|JeffLane]] 15:36, 17 Jul 2007 (PDT) | |
| ::Thanks, I'll give these options a whirl. --[[User:Germano Guerrini|uoz]] 14:15, 18 Jul 2007 (PDT) | |
|
| |
|
| == Citadel Model == | | == Page Organization Help == |
|
| |
|
| Hey there Jeff. Seemingly odd i cant get the Ep1 citadel card model to work properly. Apparently the cloud affects as well as the lightning arcs work correctly yet the citadel does not appear at all. Ive looked at fade distance and its not set nor is dx level fade. Mainly the model only really appears when i fly into the 3d skybox and get awfully close towards it. Thanks for your time and patience.--[[User:MrTwoVideoCards|Gear]] 07:00, 20 Jul 2007 (PDT)
| | Excume but If you got a quick sec, I need a little help on organizing a tutorial that I'm working on. What could I do to simplify it? [[Alternative Multi-Stop Elevator]] --[[User:Kwp17pitts|Kwp17pitts]] 18:18, 22 June 2012 (PDT) |
|
| |
|
| == episode 2 SDK == | | == How to become an autoconfirmed user == |
|
| |
|
| I was just wondering, will the episode 2 SDK update hammer? There are several bugs that haven't been fixed for several years, and some are very serious. [[User:Solokiller|Solokiller]] 01:04, 31 Aug 2007 (PDT) | | Hi, I'd like to write an article that require images but I can't upload them because I'm not an autoconfirmed user. What should I do to become one ? I already confirm my email adresse twice so the problem does not come from here ;) |
| : The Source SDK is an independent package. It will be updated to work with Orange Box content, like it was for Episode One. --[[User:JeffLane|JeffLane]] 07:39, 31 Aug 2007 (PDT)
| |
| ::Orange Box out, haven't got the SDK update though. Is there one or...? --[[User:Baliame|Baliame]] 14:39, 10 Oct 2007 (PDT)
| |
| :::I sure got mine. --[[User:Tourorist|Tourorist]] 14:49, 10 Oct 2007 (PDT)
| |
| ::::So there is one? I tried deleting the local content and redownloading it, nothing changed though. Help please? --[[User:Baliame|Baliame]] 08:21, 11 Oct 2007 (PDT)
| |
| :::::At least I think I did on the day of content unlock, although that might have been something else, cause now when I try to view the update news I get a blank page. I am not sure, sorry. --[[User:Tourorist|Tourorist]] 08:40, 11 Oct 2007 (PDT)
| |
| ::::::No problem, hey! I can still stick to the dodgy solution of the TF2 beta.. By the way, does anyone happen to have the portal fgds and prefabs? --[[User:Baliame|Baliame]] 08:43, 11 Oct 2007 (PDT)
| |
|
| |
|
| == Mikeblas == | | == New wave of spam == |
| | The latest bout of spam seems different than before, i got this message when i tried to flag a newly created spam page: |
| | User account "Renal Disease Diets" is not registered. |
| | Please check if you want to create/edit this page. |
| | What does this mean, exactly? Should these pages and users be tagged as usual? [[User:Solokiller|Solokiller]] 01:26, 6 September 2012 (PDT) |
| | :I think it's just because the spammer's created a User:Page instead of the pages they usually create. —[[User:Mattshu|Mattshu]] 07:31, 6 September 2012 (PDT) |
| | :: That is correct. It's just a page created in the user namespace. Deleted. --[[User:JeffLane|JeffLane]] 12:45, 6 September 2012 (PDT) |
|
| |
|
| Is [[User:Mikeblas]] a Valve employee (like he claims he is on his user page)? Just checking. (Looks funny to not know about the Valve image.) --[[User:Andreasen|Andreasen]] 03:54, 17 Sep 2007 (PDT)
| | == Problem uploading images == |
| :Indeed it does, yet maybe theres a list of current staff somewhere like on the steam website or?--[[User:MrTwoVideoCards|Gear]] 08:41, 17 Sep 2007 (PDT)
| |
| ::Prior to asking I searched for "Jeff Lane" together with "Mike Blas" on Google, without finding any result, so either he's new, or he's not that well known. --[[User:Andreasen|Andreasen]] 10:53, 17 Sep 2007 (PDT)
| |
| : Yes, Mike works with Valve as a Steam Developer. Do not read too much into the lack of a logo on his user page. --[[User:JeffLane|JeffLane]] 14:58, 17 Sep 2007 (PDT)
| |
|
| |
|
| == TF2 Beta? ==
| | I'm trying to upload an image to accompany a tutorial that I'm writing for creating a working radar mini-map in CS:GO. Yet everytime I try to upload the image by clicking "upload file" the page seems to refresh and my file doesn't appear on the list of uploaded wiki images. I am fairly new to uploading images. Am I doing anything wrong? |
| | --[[User:Nicky Da B|Nicky Da B]] 21:01, 29 July 2013 (PDT) |
| | : If it is giving an error message after you press the "Upload file" button, post it here. Also, to prevent vandalism and spam, your account needs to be confirmed for 5 days and have made 10 valid edits before images can be uploaded. --[[User:JeffLane|JeffLane]] 12:12, 30 July 2013 (PDT) |
| | :: It does not throw an error message after I press the "Upload file" button". I am an autoconfirmed user.--[[User:Nicky Da B|Nicky Da B]] 13:28, 1 August 2013 (PDT) |
|
| |
|
| Jeff can you share if the beta will still arive today or later today, or even tomorrow, you dont have to give the exact time but al least a little info, people are seeming to become crazy about it.--[[User:MrTwoVideoCards|Gear]] 17:27, 17 Sep 2007 (PDT)
| | Thanks for the info on reporting spam, I'm new to this. --[[User:Tigerslicer|Tigerslicer]] 18:39, 13 August 2014 (UTC) |
|
| |
|
| * Jeff, go flip the switch for us please ;)--[[User:RP|RP]] 20:10, 17 Sep 2007 (PDT)
| | == Current wave of spam == |
|
| |
|
| == Spammers ==
| | I suggest making the blacklist invisible to everyone except administrators. Whoever is operating these bots seems to be adapting them based on your changes. [[User:Solokiller|Solokiller]] ([[User talk:Solokiller|talk]]) 21:09, 20 May 2016 (UTC) |
|
| |
|
| Theres been a hell of alot of spammers lately, making those stupid little changes to an article that are just some random letters at the start. I reckon I've fixed 10 of them in the past few days alone. Is there any chance we could get a modification to the Wiki so that editing an article requires a confirmation code (or signing up requires one, can't remember whether it does at the moment)? Having to perform that kind of maintainence day in, day out is something that I'm sure annoys a shitload of people and its not something any of us want to deal with. [[User:Wraiyth|Wraiyth]] 18:49, 29 Sep 2007 (PDT)
| | == Valve Game remake == |
| :Exactly my thoughts.. Their names seem to be a combination of a random 5-letter beginning and 5-letter end (like BerkiObtar).. Is there any chance that these retards could be dealt with once and for all? [[User:Baliame|Baliame]] 16:45, 2 Oct 2007 (CET)
| |
|
| |
|
| ::The correct word here is '''spammer''' not spammers. Is there an IP block?—'''[[User:Ts2do|ts2do]]''' 09:01, 2 Oct 2007 (PDT)
| | Hello. As i understand, you work for Valve Software, right? I would like to start developing a remake of one of Valve's games, but I still don’t know which staff member should I write to ask permission. [[User:Ivan Knyazev|Ivan Knyazev]] ([[User talk:Ivan Knyazev|talk]]) 10:05, 28 August 2020 (UTC) |
| :::Spammer. spammers its all the same, the s meaning plural so i think they are right... And yes there has been alot of Spammers, we need to do something about this.--[[User:MrTwoVideoCards|Gear]] 10:39, 2 Oct 2007 (PDT)
| |
| : We're looking into some more permanent solutions for this. A lot of wikis are being hit with the same problem right now. --[[User:JeffLane|JeffLane]] 11:11, 2 Oct 2007 (PDT)
| |
| :: Some wikis are using a CAPTCHA plug-in to deal with (some of) the abuse. Not sure though if it's applicable to this version of MediaWiki. --[[User:Tourorist|Tourorist]] 13:08, 2 Oct 2007 (PDT)
| |
| :::Well one of the things that generally stops 99% of spammers is a little question on sign-up that has to be answered (like PHPBB has), they call them Humanizers or something to that extent. Given that the wiki requires users to be signed up, a change like that should be simple to make and should stop a vast majority in their tracks. [[User:Wraiyth|Wraiyth]] 22:36, 2 Oct 2007 (PDT)
| |
| ::::Can't all pages just be protected from edits by newly registered users? The few pages that wouldn't be protected would be spammed, but cleaning it up would be easier. [[User:Solokiller|Solokiller]] 03:45, 3 Oct 2007 (PDT)
| |
| :::::I thought this was already used by some Wiki's (including Wikipedia?). Users must be 'idling' for some time (or beeïng screened by some people), before they can post. But the Humanizer-option within the registration form must be a helping hand for us... for now. --[[User:JurgenKnops|Jurgen Knops]] 04:06, 3 Oct 2007 (PDT)
| |
| ::::::Not true, when I registered, I could instantly modify and add stuff, and it wasn't so long ago either (19 September I think). --[[User:Baliame|Baliame]] 15:40, 3 Oct 2007 (CET)
| |
| :::::::He said '''some Wiki's'''—'''[[User:Ts2do|ts2do]]''' 10:14, 3 Oct 2007 (PDT)
| |
| :: There are a number of methods and extensions we are looking at. As a temporary measure, I've blocked IPs of a number of these users. However it is clear that this is a botnet and they likely have a number of additional zombies. We use a customized version of Mediawiki, so some modifications are necessary before we can use almost all of the existing solutions. More permanent remedies are in the works, so please be patient. --[[User:JeffLane|JeffLane]] 13:13, 4 Oct 2007 (PDT)
| |
| :::Alrighty, thats cool, for now I don't mind at all, I'll keep em at bay whenever I see more of them. However thank you Jeff!--[[User:MrTwoVideoCards|Gear]] 14:17, 4 Oct 2007 (PDT)
| |
| :::It'd be awesome if you guys could integrate Steam login into the Wiki, that way you could verify that all users have SDK access too. Of course, that'd be a whole bunch of work on the wiki code side. --[[User:AndrewNeo|AndrewNeo]] 14:46, 4 Oct 2007 (PDT)
| |
| ::::Hath the dragon been slain?—'''[[User:Ts2do|ts2do]]''' 19:13, 4 Oct 2007 (PDT)
| |
| :Some but not all yet sadly...--[[User:MrTwoVideoCards|Gear]] 21:53, 4 Oct 2007 (PDT)
| |
| ::Perhaps a quick fix for these spammers could be to add an option to the sign up page - have a box you need to tick or untick to complete registration, and a quick check in the signup page to see if the item was checked/unchecked. Small changes like this humans take in stride, but utterly defeat bots. It helped me with my forum spammers, and is easier to implement than a captcha. --[[User:Daedalus|Daedalus]] 08:49, 10 Oct 2007 (PDT)
| |
| :::You mean like the one that's already on the registration page that you have to click to verify you have the Source SDK? --[[User:AndrewNeo|AndrewNeo]] 18:17, 10 Oct 2007 (PDT)
| |
| ::::Jeff you really need to do something now, they're flooding our pages with.. *gulp* ..virus-with-porn links. --[[User:Baliame|Baliame]] 12:24, 12 Oct 2007 (PDT)
| |
| :::::That verification idea is really crap tbh, because anyone who is hell-bent on spamming a site will circumvent any non-random protection (for instance, a random question can't really be circumvented easily). And yeah, the spam is getting worse, so something should really be done soon. [[User:Wraiyth|Wraiyth]] 18:39, 12 Oct 2007 (PDT)
| |
| ::::::The spams getting almost annoyintg enough i don't wanna visit the wiki cause I know I'll feel obligated to spend 15 minutes clearing out crap. Please do something. --[[User:Angry Beaver|Angry Beaver]] 23:32, 14 Oct 2007 (PDT)
| |
| :::::::Yeah i know how ya feel.--[[User:MrTwoVideoCards|Gear]] 23:52, 14 Oct 2007 (PDT)
| |
| ::::::::Can't agree more, I aint bothering cleaning it up any more, I've got better things to spend my time on. [[User:Wraiyth|Wraiyth]] 02:06, 15 Oct 2007 (PDT)
| |
| :::::::::Well, I've cleaned up something today/last days (unfortunately I have to work too :-)). But it is really annoying the last days, were getting flooded of spam. When I'm online I'll remove the spam which isn't just porn-links but some keyboard-strokes like <code>sadlhasu</code> and <code>aeljhfd</code>. When will this problem be solved? --[[User:JurgenKnops|Jurgen Knops]] 04:57, 15 Oct 2007 (PDT)
| |
| ::::::::::Just stop fixing it. If we don't fix it, then Valve/Jeff will need to do something to stop it happening. [[User:Wraiyth|Wraiyth]] 06:34, 15 Oct 2007 (PDT)
| |
|
| |
|
| == Woot for Jeff == | | ==Language Bar== |
|
| |
|
| Hey you were in the TF2 commentary, sweetness!--[[User:MrTwoVideoCards|Gear]] 22:15, 2 Oct 2007 (PDT)
| | Can you update the language bar with [[Template:lang]] on the page [[Making a Mod]]? --[[User:Mandrew|Mandrew]] ([[User talk:Mandrew|talk]]) 14:09, 24 May 2022 (PDT) |
Leave a new message.
Archives
Please don't edit the archives.
User permissions - could I be 'autoconfirmed'?
Hi there. I took some screenshots of some basic examples of Logic Gates in Puzzle Maker for use on this page, however I am unable to upload files as I am not in the 'autoconfirmed' user group. Are you able to add me to the autoconfirmed user group via Special:UserRights? RJackson 09:27, 13 May 2012 (PDT)
- That is odd, you should already be a confirmed user. Have you set and authenticated your email address in your user preferences? It's under My preferences > User profile > E-mail options. --JeffLane 10:52, 14 May 2012 (PDT)
- I have autoconfirm issue too, my email was authenticated at 25 December 2013 at 02:21 and yet i am not in the group and cannot upload. - - -Chocoportals 15:34, 16 March 2014 (PDT)
- See "Problem uploading images" below for the requirements for uploading images. --JeffLane 18:43, 4 April 2014 (UTC)
Images uploading
I have problem with images uploading. I have error: Could not rename file "/tmp/phpO78Nz6" to "public/a/a4/P2PM_glass.png". --Mehiller 11:09, 14 May 2012 (PDT)
- Is this a new image? Try it again. In future, please use the Administrators' noticeboard for this kind of issue. --JeffLane 11:30, 14 May 2012 (PDT)
Puzzle Maker Page
Hi, Jeff. I was looking at improving the layout of the Puzzle Maker page and a thought struck me; right now the page is basically a hub for how-to content, but wouldn't it make more sense if the how-to stuff was moved to the category index to be more consistant with the rest of the wiki?
For example, the Hammer page only describes what Hammer is, along with a brief history. The actual level design how-to hub is on the Level Design category index (and the same goes for the Portal 2 Level Design category index.
Right now I'm playing with layouts in my sandbox; after discussing it with a few people, I really think it belongs on the category index. Keeping in mind that the 'wiki' link in the actual editor links directly to the Portal 2 Puzzle Maker page, I wanted to get your position (or even Yasser's) before I go moving things around. Cheers. --Nacimota Talk | Contributions 22:19, 22 May 2012 (PDT)
- Seems reasonable, though consistent with the rest of the wiki is less important than what is effective. You will need to propose a plan for the existing page as it is the entry point and should not be a redirect. --JeffLane 13:51, 23 May 2012 (PDT)
- Yeah, I had no plans on making it a redirect. What I figured we would have is a page describing the Puzzle Maker in a similar fashion to the page that describes Hammer, but perhaps with more detail. I was thinking at the top and bottom we could put something like "for help using the Puzzle Maker, see Category:Portal 2 Puzzle Maker", or something to that effect. --Nacimota Talk | Contributions 09:20, 24 May 2012 (PDT)
Page Organization Help
Excume but If you got a quick sec, I need a little help on organizing a tutorial that I'm working on. What could I do to simplify it? Alternative Multi-Stop Elevator --Kwp17pitts 18:18, 22 June 2012 (PDT)
How to become an autoconfirmed user
Hi, I'd like to write an article that require images but I can't upload them because I'm not an autoconfirmed user. What should I do to become one ? I already confirm my email adresse twice so the problem does not come from here ;)
New wave of spam
The latest bout of spam seems different than before, i got this message when i tried to flag a newly created spam page:
User account "Renal Disease Diets" is not registered.
Please check if you want to create/edit this page.
What does this mean, exactly? Should these pages and users be tagged as usual? Solokiller 01:26, 6 September 2012 (PDT)
- I think it's just because the spammer's created a User:Page instead of the pages they usually create. —Mattshu 07:31, 6 September 2012 (PDT)
- That is correct. It's just a page created in the user namespace. Deleted. --JeffLane 12:45, 6 September 2012 (PDT)
Problem uploading images
I'm trying to upload an image to accompany a tutorial that I'm writing for creating a working radar mini-map in CS:GO. Yet everytime I try to upload the image by clicking "upload file" the page seems to refresh and my file doesn't appear on the list of uploaded wiki images. I am fairly new to uploading images. Am I doing anything wrong?
--Nicky Da B 21:01, 29 July 2013 (PDT)
- If it is giving an error message after you press the "Upload file" button, post it here. Also, to prevent vandalism and spam, your account needs to be confirmed for 5 days and have made 10 valid edits before images can be uploaded. --JeffLane 12:12, 30 July 2013 (PDT)
- It does not throw an error message after I press the "Upload file" button". I am an autoconfirmed user.--Nicky Da B 13:28, 1 August 2013 (PDT)
Thanks for the info on reporting spam, I'm new to this. --Tigerslicer 18:39, 13 August 2014 (UTC)
Current wave of spam
I suggest making the blacklist invisible to everyone except administrators. Whoever is operating these bots seems to be adapting them based on your changes. Solokiller (talk) 21:09, 20 May 2016 (UTC)
Valve Game remake
Hello. As i understand, you work for Valve Software, right? I would like to start developing a remake of one of Valve's games, but I still don’t know which staff member should I write to ask permission. Ivan Knyazev (talk) 10:05, 28 August 2020 (UTC)
Language Bar
Can you update the language bar with Template:lang on the page Making a Mod? --Mandrew (talk) 14:09, 24 May 2022 (PDT)