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 → New to Cogs
New to Cogs
2001-03-12, 11:46 AM #1
Hey

I own a clan and i wanted to build a fk level fr them. I have grasped the basic concepts of building a level except that i dont know how to appy a cog to a 3do (ex. imperial officer. What im trying to do is make an 3do become an ally and not attack the player. The levels im working on is multiplayer. I used the friendly actors tutorial on massassi.
Hope this helps
Zenith
2001-03-13, 3:01 AM #2
[edit] Oops! I posted to the wrong message. Sorry![/edit]

[This message has been edited by Jedi Howell (edited March 14, 2001).]
2001-03-13, 10:03 AM #3
just change the .ai file to the rebel commandos for crying out loud!
I am lost and could care less if someone finds me.
2001-03-15, 12:24 PM #4
well just make a new template in jed. set your 3do as the commando one and your cog as the commando
here is an ai i made u can use

Code:
# Jedi Knight AI File
#
# FRDEFAULT.AI
#
# A friendly ai.
# All difficulties
#
# [Han5678]


alignment=1.0, rank=0.5, fov=200, maxstep=0.5, sightdist=5.0, heardist=2.0, accuracy=0.25

#instinct			args
Jump            	4000.0, 0.3, 0.3
LookForTarget   	500.0, 75000.0
Listen          	0.50, 2.0
PrimaryFire     	3000.0, 0.8, 5.0, 0.20, 0.0, 200.0, 0.50, 0.00, 3.0, 500.0
BlindFire       	1500.0, 0.75, 0, 0.8, 0.0, 0.10
Follow          	1.0, 2.0
OpenDoors
CircleStrafe    	5000.0, 30.0, 2.0, 1000.0, 0.0
ReturnHome
Withdraw        	5000.0, 1.5
Retreat         	0.50, 0.25, 2000.0, 1.0
Talk            	10000.0, 0.10
Dodge           	0.2, 0.1


copy that into notepad and save as FRDEFAULT.AI then for your ai in the template set it as FRDEFAULT.AI then save make sure you have all the files in the right place in your proj directory and go play your lev with a friendly
roses are red, violets are blue, I am schizophrenic, and I am too!
2001-03-16, 7:09 AM #5
The massassi database has some files which aid in MP enemies. YOu need special server/client enemies and cogs, or else everyone will see the enemy in a different place. When massassi get's it's database back online browse it for the special enemy pack.

↑ Up to the top!