Poll

-

-
0 (0%)
-
0 (0%)

Total Members Voted: 0

Author Topic: Chrisbot6's Renderman Mod - v3 Released!  (Read 145763 times)

Here's my vid...Pretty much just went paranoid and saw his face a few times...wont spoil the rest though :P (this is before the crash fixing)

http://www.youtube.com/watch?v=Npkpsy_JkcM&feature=youtu.be

Here's my vid...Pretty much just went paranoid and saw his face a few times...wont spoil the rest though :P (this is before the crash fixing)

http://www.youtube.com/watch?v=Npkpsy_JkcM&feature=youtu.be
Nice, added :)

Update on v2:
Prefs are done!
Renderman Detector is done! But needs a model
Turning the sky red proved near impossible so i'm not doing it
Still working on safe plate (May require zone events to appear in the brick menu)

Turning the sky red proved near impossible so i'm not doing it

Near impossible? Why?

Here's my vid...Pretty much just went paranoid and saw his face a few times...wont spoil the rest though :P (this is before the crash fixing)

http://www.youtube.com/watch?v=Npkpsy_JkcM&feature=youtu.be

Er.. what? All I see is somebody running around while shooting in random directions. Is this a joke or something?

How would it be impoosiblah to turn sky red

Quote
Add-Ons/Support_Rendermen/server.cs (542): Unable to find object: '0' attempting to call function 'delete'
BackTrace: ->Player::renderKick


Add-Ons/Support_Rendermen/server.cs (515): Unable to find object: '0' attempting to call function 'play2D'
BackTrace: ->Player::stalkLoop

What are you looking at?

What.

So far I know of "I see you." and "What are you looking at?" in the console.

Er.. what? All I see is somebody running around while shooting in random directions. Is this a joke or something?
He appears in a few spots, like the ending...you just gotta look closer.

Near impossible? Why?
I don't know the functions

I don't know how to keep the last two values the same seeing as it is all recorded as one value with three numbers together


ALSO: http://forum.blockland.us/index.php?topic=215398.0

I don't know how to keep the last two values the same seeing as it is all recorded as one value with three numbers together

If you mean what I think you mean, just use SPC?

If you mean what I think you mean, just use SPC?
Not my point

How to seperate them into 3 variables?

wtf.
Last week I was able to download just fine but now the library says the url at the download link is a malicious website

Can someone put it on another site or something ;c


Nevermind, got it going
« Last Edit: December 03, 2012, 04:25:09 PM by Sonicfangirl11 »

Not my point

How to seperate them into 3 variables?
%blah = getword(%string, 0);
%bleh = getword(%string, 1);
%bluh = getword(%string, 2);

So far I know of "I see you." and "What are you looking at?" in the console.
Code: [Select]
function BSD_Check(%check)
{
cancel($BSD_check);
%a = -1;
%say[%a++] = "Hmmmm....";
%say[%a++] = "Is someone there?";
%say[%a++] = "dun dun dun...";
%say[%a++] = "I see you";
%say[%a++] = "Looking for me?";
%say[%a++] = "What are you looking at?";
-snip-

Also,
Code: [Select]
echo("I AM ALIIIIIIIIIIVE");Why is this at the beginning of the exec
Code: [Select]
if(!%execute)
return error("loving stuff.");
And carried over from Megascience's mod