Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Another Question for Mod - Team Skins
Another Question for Mod - Team Skins
2000-11-20, 6:47 AM #1
This should be my last cog question for this mod...

I would use the CTF Cog for this, but it just doesnt seem to fit, I'm trying to change it up now, but really I just want it to where you go through a sector, and your on a team and it teleports you to one of 4 ghost positions. The kicker is I need to change their skins, instead of gold or red, two custom skins I'm in the middle of trying to figure out how to make. The skin part is pretty much the only part of the cog I dont get cuz I dont know how to tell it to look for those two skins....(HELP!)

------------------
THE _-=MaTRiX=-_

-Unfortunately, no one can be told what the Matrix is...-
In my mind I can see your face, as Your love pours down in a shower of grace. Some people tell me that Your just a dream, but my faith is the evidence of things unseen.

Once upon a time God spoke to me, and then I was never the same again.

_-=MaTRiX=-_
2000-11-22, 8:39 AM #2
Ok, I think if I just make the skins and look through the CTF cogs I could find where it goes to what skin and just replace the 3do, still looking for that part though. My main problem is, I could use the CTF cogs, but I dont want to. Its like 3 cogs and I dont need the announcer guy or the flag or anything like that...other than that trying to keep this message alive till someone actually responds [http://forums.massassi.net/html/rolleyes.gif]
In my mind I can see your face, as Your love pours down in a shower of grace. Some people tell me that Your just a dream, but my faith is the evidence of things unseen.

Once upon a time God spoke to me, and then I was never the same again.

_-=MaTRiX=-_
2000-11-23, 4:50 AM #3
ok, here's a cog:
Code:
symbols
sector room
thing enterman     local
model newmodel
message entered
end

code
entered:
enterman=GetSourceRef();
SetThingModel(enterman, newmodel);
end

        
Code:
In jed you need to specify the sector and model.
Capitalization
Commas
Periods
Question Marks
Apostrophes
Confusable Words
Plague Words
2000-11-24, 7:48 AM #4
WHOA!? That little thing is it? Ok....thanks, I'll try it out...um, BTW, when you do that little CODE UBB thingy for the cog coding, it need to be closed with the missing /, to make [/CODE]

Thanks again. So far your the only one to help with this, and of course you'll be in the credits...
In my mind I can see your face, as Your love pours down in a shower of grace. Some people tell me that Your just a dream, but my faith is the evidence of things unseen.

Once upon a time God spoke to me, and then I was never the same again.

_-=MaTRiX=-_
2000-11-24, 7:55 AM #5
Code:
symbols
sector room
thing enterman local
model newmodel
message entered
end
code
entered:
enterman=GetSourceRef();
SetThingModel(enterman, newmodel);
Return;
end


-Jipe

*Just added return; and put it in code form.
2000-11-24, 8:49 AM #6
heh, thanks, that would make a difference! [http://forums.massassi.net/html/tongue.gif]

Now if I could get someone to help me with my first question, the FieldLight teleporter...
In my mind I can see your face, as Your love pours down in a shower of grace. Some people tell me that Your just a dream, but my faith is the evidence of things unseen.

Once upon a time God spoke to me, and then I was never the same again.

_-=MaTRiX=-_

↑ Up to the top!