Leaderboard
Popular Content
Showing content with the highest reputation on 05/13/2012 in all areas
-
3 points
-
How Would Lego Characters Look Like If They Where Real.
STUDZ and one other reacted to lol username for a topic
http://guidokuip.blogspot.com/2011/07/lego-space-spyrion-droid.html Heck yes.2 points -
~The Brony Herd~
Storm and one other reacted to STUDZ for a topic
*Pokes head round a corner* You called? I've been here ALL DAY; I just didn't have anything important to say. FYI, I saw the previous posts and it didn't even cross my mind to say "Yay! The Brony Thread is mostly dead! I'mma go PM Cyrem and get him to kill it." First of all: I'm alright with this thread being on RRU. As long as certain members don't start flaming on this thread, I'm fine with it staying up. But if this thread keeps on posing problems for Bronies, non-Bronies and haters alike, I'll be with Cyrem and many others in saying that the thread needs to go. But until then, it will stay, much to the moderators' chagrin. And another thing: If a moderator decided to shut this thread down due to inactivity, they would also have to shut down ALL THE OTHER THREADS that have been inactive for a certain amount of time. Now, in case you haven't noticed, there have been loads of threads that have been necroed after MONTHS of inactivity, and the moderators have done little or nothing about it. I think I recall one time where antillies said something, but I don't think he closed the thread. If the mods decided to close this thread, it would be for no reason, other than they just don't like the thread. If it was Cyrem who would close the thread himself, then I would call him a "dictator", because he just closed a thread without any good reason. No flames have been ignited recently, so why would this thread be killed? Cy would then have to close all of the other inactive threads, just to be fair. What you said about me was completely uncalled for, and I would have NO reason to say such a thing anyways. I had reasons when there was flaming, and I suggested moving all our discussion to another site. But now that the flaming is over, I've had no reason to say anything. And I haven't. So, basically, just stop it. If you have something like that to say about one of the members, just keep it to yourself. That is how flaming starts, and if you start flaming, you will get burned.2 points -
~The Brony Herd~
Shadow322 and one other reacted to Fluffy Cupcake for a topic
Usually when I post in here I post content a lot of time, so you should read them. Yeah, I can see it now them trying to do so. Erm, no.2 points -
Oh Hai Mark!
AngusBeer reacted to Antillies for a topic
Hey James, welcome to RRU. Watched the trailer to your game. Pretty impressive stuff. Nice to have you around.1 point -
How Would Lego Characters Look Like If They Where Real.
I Am Not Here reacted to Seamonster for a topic
you all deserve applause for your actions, you are all doing a great job. Bravo! :)1 point -
Axria Retro World!
AngusBeer reacted to STUDZ for a topic
...And you said you MADE this??? How long did it take? Did you do it alone? What inspired you??? Needless to say, I am impressed!1 point -
Oh Hai Mark!
AngusBeer reacted to Zephyria for a topic
It's BULLs***! I DID NAHT HIT HER! I DID NAHT! ...ohaimark.1 point -
Lego Island 2?
Modded Lego reacted to mumboking for a topic
You can't use Unity to modify LEGO Island 2.1 point -
Oh Hai Mark!
AngusBeer reacted to TheDoctor for a topic
Well usually programmers are good at this stuff.1 point -
Oh Hai Mark!
AngusBeer reacted to lol username for a topic
FINALLY SOMEBODY BESIDES ME AND ZEPH WHO KNOWS THAT PHRASE Welcome to RRU.1 point -
A Random Minecraft Server - And Maybe More...
STUDZ reacted to Lair for a topic
Well what do you expect when you see two people getting into an argument and you take the side of the person in the argument who is the aggressor? You expect me to just stand there and do nothing? I expect you to not start ass-headed flame wars over things as trivial as a video game or television show. edit: cyrem and cirevam are online. Just warning you all.1 point -
Tutorial: Crystal Collection Goal Script
coolsonic45 reacted to Cyrem for a topic
One of the most basic level goals that are used in Rock Raiders is to collect a certain specified amount of crystals. It is important that you know how to compile NPL scripts before doing this tutorial as you will need to compile it at the end for this to work in the game anyway. I recommend using the NPL Scripter to write scripts as it also comes with the compiler. This tutorial shows the very basic code required to do this, no more, no less. We will first begin with the script then I will explain what is happening in it. Script First, open Notepad or NPL Scripter (whatever you want to use) and copy and paste the following script: TRUE ? SetTutorialFlags 0 TRUE ? SetMessagePermit 1 GetCrystalsCurrentlyStored > 20 ? SetLevelCompleted[/CODE] Then save the file. [b]Explanation[/b] The first two lines above appear on nearly all goal scripts. The first line turns off the game tutorial functions and the second line turns on the ability to display level messages. Generally, these level messages are the ones like "A crystal has been found!" etc... That you see in the game on the message panel. Now, the third line is where all the action happens. Converted in to English this line basically says "If Crystals are higher than 20, you have completed the level". To change the required amount of crystals needed to win a level, just alter the "20" to any amount you wish. And that's all there is to it. To use it, compile the script and include it with your level. Thank-you for reading.1 point -
1 point