User talk:Dswxyz
This is the talk page for User:Dswxyz. See How to edit IFWiki to find out about using talk pages, and editing the wiki generally.
Hi David, thanks for your edits. The howto:tads kind of syntax was because I was confused about how categories work, thanks for fixing it.
On tutorial vs howto, I was assuming tutorial meant longer, more comprehensive articles that tried to cover a language as a whole; while howto would be more like individual faq answers on common tasks. But if you think that the smaller topics fit well in tutorial, I won't argue. :-)
When I start putting things in, I'll use the naming conventions you have suggested.
-Stollman
Accreditive PC
Hi Dswxyz. Regarding your edits to Varicella I would like to know what an accreditive PC means. Is it a neologism or something? I was not able to find its definition anywhere. Thanks in advance! :) -- Cassandra Palop 04:01, 28 November 2006 (EST)
- The term is actually "accretive PC", and it's from Paul O'Brian's review of "Lock & Key". "Like Primo Varicella, the PC of Lock & Key is what I'll call an accretive PC, meaning that he becomes more and more himself with each iteration of the game, as the player's knowledge accretes." -- Mcmartin 05:29, 28 November 2006 (EST)
- Thanks a lot, McMartin. I will correct the typo in Varicella -- Cassandra Palop 06:30, 28 November 2006 (EST)
DreamPath
Hey, I have just released DreamPath - a new authoring system. I got a page about it in ifwiki.org, so I tried to add it to the "Authroing Systems" page. I found out it's locked to me. I'd appretiate it if you could add it.
Many thanks, Ido
Username change
Hi! I'm an idiot!
As you can see, I managed to incorrectly capitalize the first two letters of my username. Could you posibly change it to the proper "Marvose"? (minus the quotes, of course)
Thanks, MArvose 16:06, 12 September 2008 (PDT)
- um, I don't have the foggiest idea how to fix that. I'll forward the quest to baf, see if he knows. -- David Welbourn 04:35, 14 September 2008 (PDT)
Inform 7 code examples
I was looking at Category:Examples of code and noticed that there is only one full Inform 7 example, which you wrote, at Smell restrictions (Inform 7 example).
First, there is a minor issue that prevents that example from compiling as written: if noun is yourself or the spacesuit
is not valid.
Presumably at one point I7 did allow that.
Second, I wasn't happy with the way the example mixes before and instead rules so I made some changes and plopped it at smell_example.txt. I didn't edit the example directly because I didn't want to step on any toes.
My changes use a few more lines of setup but the payoff is that it's much easier to add new smells which behave much the same way as descriptions do. Also the smelling action then behaves and can be changed and have rules added like the other actions instead of having to use before rules.
I believe it's a better showcase of how achieve the desired effect in Inform 7 and I'd like to make the changes to the wiki if you have no objections
(with the appropriate <br/>
formatting of course).
Speaking of formatting... I assume for Inform 7 code you chose not to use <pre> tags since Inform 7 source is more like a narative and you want paragraph wrapping and what-not. The problem with that is the need for explicit <br/> formatting occasionally which makes pasting in a working example marginally non-trivial. If continuing this way is what is desired how about adding a little bit of CSS to syntax highlight comments and strings as well?
Finally, if no one objects I may try my hand at providing the (currently) three missing Inform 7 examples. Thanks, --Peskie 16:35, 1 June 2009 (PDT)