smd reference page rebuilt - Page 2

smd reference page rebuilt

Discuss maps & map creation - from concept to execution to the ever elusive release.

Moderator: Moderators

User avatar
CarRepairer
Cursed Zero-K Developer
Posts: 3359
Joined: 07 Nov 2007, 21:48

Re: smd reference page rebuilt

Post by CarRepairer »

If you choose to follow my suggestion, you could then replace your existing [0,1] with [0|1].
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7052
Joined: 16 Nov 2004, 13:08

Re: smd reference page rebuilt

Post by zwzsg »

enetheru wrote:I was thinking more regex expression myself
Please, would someone think of the lesser nerds of us?

regex are sure a great thing, but not that friendly to mentally decode for the average human. Try to follow the same conventions as in other wiki pages. (exemple)
User avatar
CarRepairer
Cursed Zero-K Developer
Posts: 3359
Joined: 07 Nov 2007, 21:48

Re: smd reference page rebuilt

Post by CarRepairer »

zwzsg wrote:
enetheru wrote:I was thinking more regex expression myself
Please, would someone think of the lesser nerds of us?

regex are sure a great thing, but not that friendly to mentally decode for the average human. Try to follow the same conventions as in other wiki pages. (exemple)
In your other wiki link there is no example he can use for range. That's why I recommended [-1,1] as range and [0|1] for discrete values.
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7052
Joined: 16 Nov 2004, 13:08

Re: smd reference page rebuilt

Post by zwzsg »

CarRepairer wrote:In your other wiki link there is no example he can use for range.

Code: Select all

 possible values for facing are:
   "south" | "s" | 0
   "east"  | "e" | 1
   "north" | "n" | 2
   "west"  | "w" | 3
Ah right, that's discrete values, not range. :?
User avatar
enetheru
Posts: 627
Joined: 11 Jun 2010, 07:32

Re: smd reference page rebuilt

Post by enetheru »

CarRepairer wrote:
zwzsg wrote:
enetheru wrote:I was thinking more regex expression myself
Please, would someone think of the lesser nerds of us?

regex are sure a great thing, but not that friendly to mentally decode for the average human. Try to follow the same conventions as in other wiki pages. (exemple)
In your other wiki link there is no example he can use for range. That's why I recommended [-1,1] as range and [0|1] for discrete values.
I like that. its quite clear. I will use it :)
Post Reply

Return to “Map Creation”