Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - MrPickle

Pages: 1 2 3 [4] 5 6 7 8 9 ... 13
46
Modification Help / Shift Brick
« on: November 30, 2007, 12:41:04 PM »
If I were to shift a brick -1 while facing one direction is it the same as shifting the brick 1 in another, because it seems to be like that and it's just confusing me. If it does do that is there a way to bypass it client side?

47
Modification Help / While loops
« on: November 30, 2007, 12:01:49 PM »
I don't get how to use them, I use them and game goes boom because of infinite loop.

Is it like the do function in C++?

Code: [Select]
do{
 //stuff
while(fred != bob);

Because that's how I've been using it without the do bit like:

Code: [Select]
while(%fred != 1){
 //stuff
}

48
Modification Help / Getting a bricks size client side.
« on: November 29, 2007, 02:28:47 PM »
I tried doing brickDatablockname.brickSizeZ but that didn't work and I don't know where to go now, dunno how I'd get the datablock ID's client side either.

49
Modification Help / Switchs within switchs?
« on: November 29, 2007, 01:21:55 PM »
Is it legal to have switchs within switchs? For Example:

Code: [Select]
switch(%num){
 case 1:
   switch$(%word){
      case blah:
         //stuff
      case blahagain:
         //stuff
    }
 case 2:
   switch$(Word){
      case blah:
         //stuff
      case blahagain:
         //stuff
  }
}

50
Modification Help / Getting folders.
« on: November 27, 2007, 11:37:17 AM »
Is there a way to get in a certain folder?

51
Drama / I am MrPickle.
« on: November 27, 2007, 11:12:08 AM »
I am not Fooly Cooly, Space guy, Ephi, Trader or Mr. Wallet. Stop asking me when I'm going to release mods that aren't mine and stop asking me for help with mods that aren't mine and I'm not the owner of MotE!!!!

I AM MRPICKLE GOD DAMN IT AND I'M NOT THE OWNER OF MOTE

52
Modification Help / Client side message client?
« on: November 26, 2007, 02:48:10 PM »
Yeah, so how would I add a message to the chat hud client side?

53
Modification Help / Halo & Horns
« on: November 25, 2007, 01:21:27 PM »
Seeming as many people want them here they are, the models aren't shaded properly so don't tell me that they're not shaded properly because I don't care and Yes I got the idea from AoT, who cares.



Admins Only
  • /halo for the halo
  • /horns for the horns
simple as.

Download link:
Halo & Horns.zip

Just extract to your blockland folder.

54
Modification Help / Going through a word letter by letter?
« on: November 25, 2007, 12:53:08 PM »
I figured use a loop so I done this:

Code: [Select]
for(%i=0;%i<strLen(%word);%i++)
which is fine but then I need to get the letter so if the loop was starting it would return the first letter of the word and so on. this is where I ran into the problem, There's no function that returns the letter in that position (or I've missed it), so yeah help?

55
Gallery / Tonight we dine in hell!
« on: November 23, 2007, 12:46:32 PM »
 :cookieMonster:

56
Modification Help / Replacing 1 word in a string?
« on: November 22, 2007, 02:25:01 PM »
Yeah so how would I, for example, replace the first word only of a string.

strReplace replaces all cases of the thing you're replacing.

Also how do you replace only words? Say I wanted to replace all I's if I done strReplace it would replace all I's even if they're in the middle of a word.

57
Modification Help / C++ Overwriting?
« on: November 18, 2007, 06:50:51 PM »
Is it possible to overwrite C++ functions and what-not. I want to try and make the aot hook but it has stuff that needs to be put in dso'd scripts.

58
Modification Help / Checking a string for something.
« on: November 18, 2007, 10:50:41 AM »
If I had a long list of words in a global variable how would I check through that list for one word eg:

$words = "hi hai hello";
$a = "hello";

then it would check if $words has $a in it.

Worked it out.

Maybe not

59
Modification Help / Model needs flatshading and exporting to .dts
« on: November 18, 2007, 07:46:02 AM »
Could someone please flatshade this model and export it to .dts then give it to me, Blender's playing up.

.obj
.3ds

It may need resizing so it's not to big/small

60
Modification Help / Getting all clients client-side?
« on: November 15, 2007, 01:41:05 PM »
Randy said to loop through F2 but I have no clue how.

Pages: 1 2 3 [4] 5 6 7 8 9 ... 13