Author Topic: survivalRP - holywtf bump! and maybe finishing up some loose ends??  (Read 111414 times)

Probably having shelters deteriorate after a while, like metal starts rusting, and you have to replace materials.

Azi, Are you even working on this anymore? I've basically given up on the GUI, but I'll make a credits thing.

Would Space Guy like to have anything to do with this?
I don't do too well on long projects :cookieMonster:

I'm just giving ideas/comments on it so far.

I don't do too well on long projects  :cookieMonster:

I'm just giving ideas/comments on it so far.
Come on :D we could use a scripting god like you. I don't know how to code the main systems.
« Last Edit: June 07, 2009, 12:22:51 PM by AGlass0fMilk »

ill work on any guis and gui-server communication.

I want to make the credits GUI, please leave that to me. But you can make the journal your way. If you want what I have done of it, just ask.

Come on :D we could use a scripting god like you. I don't know how to code the main systems.
Long projects as in swapping code between people. It's never worked out right when I try it.

I don't like working with people.

Also Space Guy, have you ever heard of Gobby?  If we have a dedicated thingy, we can do it without swapping.


Also Space Guy, have you ever heard of Gobby?  If we have a dedicated thingy, we can do it without swapping.
I tried it at some point to work on a project with Destruction. For some reason I couldn't connect to his copy of it. I also tried using "MoonEdit" (or something like that) for the same purpose, that didn't work either.

UPDATE: I have made the rifle so it colors the hands on it to your Right hand color, here are a couple of pictures showing this:


This is regular ol' me


This is Blue-handed me


And here is AGlass0fChocolateMilk.
« Last Edit: June 07, 2009, 01:42:36 PM by AGlass0fMilk »

Does it work with all hand colours or your preset ones?

Also, hook?

black glassofmilk has no pants :o

The hand on the gun itself looks a little weird, too large at least from that angle. Is the other hand actually holding anything? It looks like there's no handle/grip/whatever...

Since Muffinmix textured the hands on the model with the "Blank" texture, the Color shift color determines the hand colors. Here is the mount code:
Code: [Select]
function HuntingRifleImage::OnMount(%this,%obj,%slot)
{
   Parent::OnMount(%this,%obj,%slot);
   HuntingRifleImage.doColorShift = true;
   HuntingRifleImage.colorShiftColor = %obj.client.rHandColor;
   echo(%obj.RHandColor);
   %obj.hidenode("LHand");
   %obj.hidenode("RHand");
}
What that does it gets the Right hand color of your minifig, and then sets the color change color of the rifle image to that.

Ohhh but I dont know if this works with multiple people, I hope so.

black glassofmilk has no pants :o
Thats the way AGlass0fChocolateMilk likes it bitch.
« Last Edit: June 07, 2009, 01:36:57 PM by AGlass0fMilk »