Author Topic: A Scripting Riddle - Can You Solve It?  (Read 1506 times)

Legacy_Terrorble

  • Sr. Member
  • ****
  • Posts: 370
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #30 on: May 02, 2011, 04:21:03 am »


               I don't mean to hijack the thread, they were examples of riddles I can think of for example purposes and talking about the relationship between riddle clues and answers.

P.S.
Swimming was one of my first guesses for the first as well, but there's a better situation that explains it.
Definitely right about #2.  I suspect you might be witholding the actual answer so others can think about it.
In the ball park on #3 for sure.
               
               

               
            

Legacy_lordofworms

  • Sr. Member
  • ****
  • Posts: 422
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #31 on: May 02, 2011, 11:39:50 pm »


               is 3 'growth' terrorble? or somethin? a baby walks on all 4s , a teen to adult walks on 2, and old age add a cane and you got three? but the more legs it walks on being weaker is kinda making me think no? maybe...lol...

and to be honest I find 'these' types of riddles much more enjoyable because Guile? I have used your work before and I have enjoyed alot of your scripts but this riddle? seriously?
It just doesnt have anything 'to' it?
I mean your asking us to 'guess' what cbm stands for??

ok what does 'gfy' stand for, or how bout 'kiss'?
I mean we could guess for days but there just isnt enough of anything in that script to really even 'want' to make me think about an answer because my guess is that its something only 'you' could possibly know or worse, something you made up yourself that no one will ever guess...

but hell...might as well try since I wrote this much...my guess is.

your trying to write a system that will always assure the PC is fighting appropriate level of baddie...so if average is more than PC, kill em...if PC is more then baddies, kill him...
i haven't  a clue about killing the 'mod' or world or however you are envisioning your module...
actually like I said...
lol
I have no idea what your trying to get me to 'solve'
since I cannot make sense of the riddle at all in the first place.
               
               

               
            

Legacy_BelowTheBelt

  • Hero Member
  • *****
  • Posts: 699
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #32 on: May 03, 2011, 03:21:49 am »


               Ok, well, I'll throw my hat into the ring.

As I read it, there would be an instance where the following could be true:

"else  
    DestroyObject( GetModule(), 0.0 );  //how would we come to this?"

That would be in the following case:  the PC has a negative int for "PC_STATS", while there are no mosters in the same area as the PC who is chosen at some point during the GetFirstPC loop.

From the Lexicon, the definition of an int:
int: A signed 32-bit number. This is an actual number without a decimal and can be negative. Maximum 2,147,483,647, minimum -2,147,483,648, default 0.

So I see this as a "hand of God" kind of script that judges PCs.  Some PC triggers it and a PC is chosen to evaluate.  In that area, either the PC or the monsters are killed.  So on and so forth until all the PCs in the mod have been evaluated.  If there is a situation where in an area no monsters are found (nMonsters=0) AND the PC has a negative "PC_STATS" int...well, total annihilation.  

So, the general message of the scipt is that players need to get in the game and get killing something or keep your int positive or you'll trigger the Cataclysmic Blitzkreig Machine to destroy the world and begin anew!  AFK'ers or social roleplayers beware!
               
               

               
            

Legacy_Terrorble

  • Sr. Member
  • ****
  • Posts: 370
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #33 on: May 03, 2011, 06:14:09 am »


               

BelowTheBelt wrote...

 AFK'ers or social roleplayers beware!


'Posted

#3 is the Sphinx's riddle.  I don't know where the others come from (and it's been a long time since I heard them so I hope I got the key details in there)
               
               

               
            

Legacy__Guile

  • Hero Member
  • *****
  • Posts: 1308
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #34 on: May 11, 2011, 04:48:43 pm »


               

BelowTheBelt wrote...

Ok, well, I'll throw my hat into the ring.

As I read it, there would be an instance where the following could be true:

"else  
    DestroyObject( GetModule(), 0.0 );  //how would we come to this?"

That would be in the following case:  the PC has a negative int for "PC_STATS", while there are no mosters in the same area as the PC who is chosen at some point during the GetFirstPC loop.

From the Lexicon, the definition of an int:
int: A signed 32-bit number. This is an actual number without a decimal and can be negative. Maximum 2,147,483,647, minimum -2,147,483,648, default 0.

So I see this as a "hand of God" kind of script that judges PCs.  Some PC triggers it and a PC is chosen to evaluate.  In that area, either the PC or the monsters are killed.  So on and so forth until all the PCs in the mod have been evaluated.  If there is a situation where in an area no monsters are found (nMonsters=0) AND the PC has a negative "PC_STATS" int...well, total annihilation.  

So, the general message of the scipt is that players need to get in the game and get killing something or keep your int positive or you'll trigger the Cataclysmic Blitzkreig Machine to destroy the world and begin anew!  AFK'ers or social roleplayers beware!


A very entertaining guess for sure, but unfortunately, no, not it...

However, you were close at one point...

The Script is evaluating something, but it's not necessarially the PC, it's the challenge / balance that the script is calculating...  This is not a real script, it was created soley for the purpose of it being a riddle, like a riddle with words, except the script is the words, instead of using plain english grammar...
               
               

               


                     Modifié par _Guile, 11 mai 2011 - 03:49 .
                     
                  


            

Legacy__Guile

  • Hero Member
  • *****
  • Posts: 1308
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #35 on: May 11, 2011, 04:49:54 pm »


               

kalbaern wrote...

_Guile wrote...

Everyone is focusing on the outcome of the script or what the script does, or what cbm may represent, but you will not even begin to guess cbm till you solve the general message.

The message has a lot to do about the challenge comparison & the results of that comparison, but those things are NOT the message, they are leading you up to the message, you have to step back and think what is the script-er trying to convey here?


Erm, you posted in the scripting forum. therefor, if your script is flawed, so is your riddle.


An orange is flawed but you still eat it no?
               
               

               
            

Legacy_Greyfort

  • Sr. Member
  • ****
  • Posts: 442
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #36 on: May 14, 2011, 08:28:11 am »


               once again not focusing on a player/ but any creature. I see in the script riddle...

1)compare object A  vs Object B  so COMPARE?
2)BEHAVIOR, BEST...BLESSED?
3)MOTIVATION


Deu 6:5  And thou shalt love the LORD thy God with all thine heart, and with all thy soul, and with all thy might.

Mat 22:37  Jesus said unto him, Thou shalt love the Lord thy God with all thy heart, and with all thy soul, and with all thy mind.
Mat 22:38  This is the first and great commandment.
Mat 22:39  And the second is like unto it, Thou shalt love thy neighbour as thyself.
Mat 22:40  On these two commandments hang all the law and the prophets.

Mar 12:29  And Jesus answered him, The first of all the commandments is, Hear, O Israel; The Lord our God is one Lord:
Mar 12:30  And thou shalt love the Lord thy God with all thy heart, and with all thy soul, and with all thy mind, and with all thy strength: this is the first commandment.
Mar 12:31  And the second is like, namely this, Thou shalt love thy neighbour as thyself. There is none other commandment greater than these.

Luk 10:26  He said unto him, What is written in the law? how readest thou?
Luk 10:27  And he answering said, Thou shalt love the Lord thy God with all thy heart, and with all thy soul, and with all thy strength, and with all thy mind; and thy neighbour as thyself.
Luk 10:28  And he said unto him, Thou hast answered right: this do, and thou shalt live.

riddle meaning Compare oBjects Motivations or world death.
Its the quickest I can come up with.  Not taking script litteraly but what its pointing to.
               
               

               
            

Legacy_datamaster

  • Jr. Member
  • **
  • Posts: 94
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #37 on: May 23, 2011, 04:40:00 pm »


               Calculate Balanced Monsters ?
Could the general message be that for any two(or more)creatures to live, there has to be a kind of balance, otherwise they tend to try to(and often succeed) kill each other?
               
               

               
            

Legacy__Knightmare_

  • Full Member
  • ***
  • Posts: 191
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #38 on: May 23, 2011, 08:53:23 pm »


               

Lightfoot8 wrote...

Terrorble wrote...

There's an apparently uninjured man, dead with a hole in his suit. What happened?

Hmm, Swimming perhaps?


Perhaps scuba diving to be more specific? Or somebody in space?


A man with a fatal knife wound lying on the floor surrounded by 53 bicycles. What happened?

Actions have consequences, at least  if you are caught.


Close - he was caught cheating at poker. "Bicycles" are a brand of playing card, of which there are normally only 52, he had an extra ace up his sleeve.


What creature walks on four legs in the morning, two in the afternoon, and three in the evening; and the more leges it walks on, the weaker it is?


Hmm,  Crutches, Rehabilitating  bars, then cane.  No that does not work.  Will have to give this one more thought.   


This is an old one from classical times - a human. 4 legs = crawling while young, 2 legs = walking later on, 3 legs = old person with a cane.
               
               

               


                     Modifié par _Knightmare_, 23 mai 2011 - 07:54 .
                     
                  


            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #39 on: May 23, 2011, 09:17:04 pm »


               Yep that is How I guessed the first two.   Just did not give the full answer so other could think about them.   The third one just does not work for me.  At least not if I assume the Morning,Afternoon and Evening is all in the same day.    But I guess that it was never stated that they where all in the same 24 hour day.
               
               

               
            

Legacy_Terrorble

  • Sr. Member
  • ****
  • Posts: 370
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #40 on: May 25, 2011, 06:18:17 am »


               _guile, I've given this thought here and there as I troll through the forums here, but I got nothin'.

3 entities: player(s), any monsters in their areas, and the module.
2 values:  player stats, and the monster stats.
2 outcomes for everything:  continue on, or be destroyed... not all outcomes appear possible for everything.
1 comparison...

nope, still nothin'
               
               

               
            

Legacy_lordofworms

  • Sr. Member
  • ****
  • Posts: 422
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #41 on: May 25, 2011, 07:30:38 pm »


               I think this is a big hunk of wasted time to get someone(anyone) to keep guessing....

Guile, I am not being mean here but seriously. you should either just give us the answer (if there is even a valid one?)
I dont think anyone at this point even 'knows' what your talking about let alone try to make sense of it from a 'riddle' point of view.
like Terrorble stated...
nothin...
               
               

               
            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #42 on: May 26, 2011, 01:05:43 am »


               CBM = Commercially Built Module

The whole script is really just a metaphor for the simple fact that NO commercially built module (or CBM) will ever satisfy ALL players. You will always have two sides: the PCs who support the module and will defend its superiority because company X designed it; and the Monsters who will never support company X's module because company Y's module is way better. Since both sides are right, it doesn't matter how strong the PCs are or how strong the Monsters are - no one can prevail.

Whoa that's a load of hooey...
               
               

               


                     Modifié par Pstemarie, 26 mai 2011 - 12:07 .
                     
                  


            

Legacy__Guile

  • Hero Member
  • *****
  • Posts: 1308
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #43 on: May 26, 2011, 04:00:55 am »


               

Pstemarie wrote...

CBM = Commercially Built Module

The whole script is really just a metaphor for the simple fact that NO commercially built module (or CBM) will ever satisfy ALL players. You will always have two sides: the PCs who support the module and will defend its superiority because company X designed it; and the Monsters who will never support company X's module because company Y's module is way better. Since both sides are right, it doesn't matter how strong the PCs are or how strong the Monsters are - no one can prevail.

Whoa that's a load of hooey...


Built is very close to one of the words (The B obviously) in CBM but it's not it exactly...

The script really isn't a metaphor, nor an analogy, you see 2 main comparisons, PC's Stats & Monster Stats, though you should take special care in how the monster stats are figured (though we don't really know what their stats are)

All we do know by looking at the script is there is a comparison and a result from that comparison...

The message isn't about the comparison, nor the results, but it's tied to both, to solve the general message you must see WHY the results of the comparison will come to pass...  Once you see why, the message will start to crystalize..
               
               

               


                     Modifié par _Guile, 26 mai 2011 - 03:01 .
                     
                  


            

Legacy_BelowTheBelt

  • Hero Member
  • *****
  • Posts: 699
  • Karma: +0/-0
A Scripting Riddle - Can You Solve It?
« Reply #44 on: May 26, 2011, 04:28:45 am »


               Alright, I'm a sucker for a brick wall.  Every one I see I have to bang my head against it...

So...

Competitively Built Monsters

The idea is that a single competitively built monster is worth more than a large number of smaller monsters, both from a module resource perspective as well as a balanced-party perspective.

Lots of lower CR monsters running around uses up CPU cycles and are wiped out by the PCs.  Conversely, a Higher CR monster can destroy the PCs.  The best case is to match a monster's CR with a party/player's CR.

That's it.  That's all I got.  Well, now I've got a lump on my head, too...