Valve Developer Community talk:Community portal: Difference between revisions
(Signing your additions to the wiki/new user's guide) |
|||
Line 175: | Line 175: | ||
Linking to external pages is done by simply typing the address: http://en.wikipedia.org. It isn't as clean as putting it in single brackets: [http://en.wikipedia.org] and putting it as a source number isn't as nice looking as giving it a name: [http://en.wikipedia.org The English Wikipedia.] | Linking to external pages is done by simply typing the address: http://en.wikipedia.org. It isn't as clean as putting it in single brackets: [http://en.wikipedia.org] and putting it as a source number isn't as nice looking as giving it a name: [http://en.wikipedia.org The English Wikipedia.] | ||
<nowiki>[[Sandbox]]</nowiki> | |||
<nowiki>[[Sandbox|the same link]]</nowiki> | |||
<nowiki>http://en.wikipedia.org</nowiki> | <nowiki>http://en.wikipedia.org</nowiki> | ||
<nowiki>[http://en.wikipedia.org]</nowiki> | <nowiki>[http://en.wikipedia.org]</nowiki> |
Revision as of 17:31, 2 July 2005
Geogriffith: I am not entirely sure as to what should go here. But it seemed like a good place to list links to other sites that may be of use to developers.
Ideas: Create a standardized system to distinguish between sites that cater to HL1 and HL2 mapping.
Solo: I suggest that we make a more centralized table of contents per se... I'm currently scavaging around on the site finding random tidbits of information, but I still can't find what I'm looking for which happens to be how to create breakable glass in CS:S.
Geogriffith: Yeah, that sounds pretty good. This site is going to need a lot of cross referencing before it becomes useful. Oh, and Func_breakable is what you're looking for, btw. This is the HL1 guide, but the entity has the same name in source.
Solo: Good deal, thanks... I think this site would really benefit with a Forum. Well... I don't know how to get to Func_breakable. Is it a brush or an entity?
Super Foul Egg: From a technical standpoint, I recommend locking this page and changing the link to a differently named page if it's going to be converted into something else. Community portal (along with Current events and Help) is one of the main pages that wikibots target when they're spamming, so this page has the potential to be more work than it's worth over long periods. Wikipedia is the origin of nearly all hacks and misuses when it comes to the Mediawiki framework, so the more things that deviate from their way of doing things, the better protected this wiki will be from incidental harm.
(Well, assuming you discount the potential harm of a wiki let loose on the PC gaming community. Oh, god.)
Sp00neyG: Solo,
if your looking for breakable glass tutorials, or any other tutorial, be sure to visit http://www.hl2mapping.com, it contains tutorials, downloads and a community for mappers and modders alike! That goes for everybody else who needs some help too ;)
I changed the list quite a bit, hope you don't mind. It's much easier to navigate now and has more information. --[[User:Tom Edwards|Tom Edwards]] 08:40, 28 Jun 2005 (PDT)
Isn't CGTalk a bit generic?
I have added the "Other pages section", the idea its to list other pages with lots of links. You see stickied forums post everywhere with interesting links, but you dont want to polute this pages with these linkes, and well... linking that sites its a good way to give him credits for that work. --Tei
I have taken out some copyrighted texture material site out, we should keep it clean. and keep it alphabetical plz... jaboo224
Added mayang.com to the list they have a decent amount of general textures in high res. --KillahSin
Should we include HL1 content?
Or is this a strictly HL2/source SDK wiki?
- I see no reason not to include HL1 content. Since the VERC is is essentially not going to be added to anymore, this is the only "official" site for HL1 modding. --Geogriffith
Stop adding hl1 mods....
- There is no reason why this can't be a useful place for Half-Life 1 support/information, the site will be what you all make of it. Personally, I would prefer that there is a clean visual distintion for a viewer when they are reading a page to know what platform they are reading about (or searching for). Erik Johnson
- Surely the
icons make that possible? -Zevensoft
- Surely the
I've been adding information to the TFC entery(Link?) - Mooga
Wow!.. great work!.. now its much more nice and clean! --Tei
Help, My BSP ain't compiling!
I have made a better-standard "BreakWall" map on Hammer (for those of you who don't know what BreakWall is, you have to break through breakable walls to get elsewhere (like that game - Red Faction)). I have gone through it, and for some reason, I press the compile button, then OK, the compile logger comes up, then at the bottom it said "Copy File Command C:/MAP DIRECTORIES/Nox13last_Breakwalls.bsp"
But The BSP doesn't appear, and if the DONT RUN GAME IF CHECKED checkbox is unchecked, the game would load up, and simply take to the Main Menu.
I've asserted that the problem isn't too many entities, and it's not leaking thats the problem, so what is it, I need help bad please!
-Nox13last out yet monitoring-
Just VALVE could create something like this
I´d like to thank Valve for this site... You are the best! Thanks for the game and thanks for provide us SDK with great quality and special attention!
Joel Rodrigues São Paulo, Brazil.
Signing your additions to the wiki/new user's guide
Okay, Even on Wikipedia and other "official" mediawiki based wikis (wiktionary, et al.) lots of people don't know about all of the markup features.
First, It's useful and polite to sign and date your contributions in a talk page with three to four tilde characters: ~ (Usually with 2 dashes before the tildes) producing this:
- Some comment here. -- BobtheCannibal
- Some comment here. -- BobtheCannibal 17:24, 2 Jul 2005 (PDT)
the text used in that example is:
:Some comment here. -- ~~~ :Some comment here. -- ~~~~
Replies are usually attached to a previous comment by a colon placed as the first character in the line. Replies to replies use 2 or more colons. EG:
Some comment here. -- BobtheCannibal 16:35, 2 Jul 2005 (PDT)
- That's stupid. -- someuser 16:36, 2 Jul 2005 (PDT)
- I agree -- anotheruser 16:36, 2 Jul 2005 (PDT)
- I hate you all -- BobtheCannibal 16:38, 2 Jul 2005 (PDT)
- I agree -- anotheruser 16:36, 2 Jul 2005 (PDT)
The replies are done like so:
Some comment here. -- ~~~~ :That's stupid. -- ~~~~ ::I agree. -- ~~~~ :::I hate you all. -- ~~~~
This is basic indenting, by the way.
Those boxes used for the examples are done by putting a space before the text. every time you press enter, if you want it in the same box, you need a space.
These breaking lines between different markup examples are done with four dashes on an otherwise empty line:
----
(getting the four dashes to appear is done by placing <nowiki> tags like HTML. You'll need to close the tag with </nowiki>
italic, bold, and bold-italic.
These are done like so:
''italic'', '''bold''', '''''bold-italic'''''.
Line numbering is done with #, you can indent like an outline with more #:
- one
- two
- two point one
- three
# one # two ##two point one #three
Ditto with bullets (Use stars):
- Tatoos are cool
- Except for the 'barbed wire ring' and the 'band logo'.
- Tatoos on your neck are not cool.
* Tatoos are cool **Except for the 'barbed wire ring' and the 'band logo'. * Tatoos on your neck are not cool.
Linking to internal pages in the wiki is done with two open and two closed brackets: Sandbox You can name the link something else by using a "pipe" symbol: |, and the name: the same link.
Linking to external pages is done by simply typing the address: http://en.wikipedia.org. It isn't as clean as putting it in single brackets: [1] and putting it as a source number isn't as nice looking as giving it a name: The English Wikipedia.
[[Sandbox]] [[Sandbox|the same link]] http://en.wikipedia.org [http://en.wikipedia.org] [http://en.wikipedia.org The English Wikipedia.]
Feel free to view this edit to see examples of the wiki markup. Also, visit the sandbox to play with edits. I don't know why Valve didn't install Special:Sandbox, so I guess a standard page will have to do.
If anyone wants an actual set of pages, I can do the markup for them. just reply with a yes/no. You can also visit the Wikipedia tutorial to learn.
-- BobtheCannibal 17:24, 2 Jul 2005 (PDT)