Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Creatures that attack
- Leo_V117
- Support Team

- Posts: 1640
- Joined: February 16th, 2010, 8:00 pm
- Name: Leo
- IRC Username: Leo_V117
- Location: That one place...
- Contact:
Re: Creatures that attack
I have been playing around with PAS 2.5 for awhile now.
Its really a friendly program for those who are new to sandboxes, like me xD
But I think I need to learn Cubescript a little more in depth.
Can anyone offer me something to learn the basics?
I think its rather demanding but as I don't know when 2.5.1 is released, I really might want to try scripting an AI script.
I understand that it is a long process, but I hope you guys can offer me some help.
Sorry if I am being too troublesome
Its really a friendly program for those who are new to sandboxes, like me xD
But I think I need to learn Cubescript a little more in depth.
Can anyone offer me something to learn the basics?
I think its rather demanding but as I don't know when 2.5.1 is released, I really might want to try scripting an AI script.
I understand that it is a long process, but I hope you guys can offer me some help.
Sorry if I am being too troublesome
- GR1M
- Support Team

- Posts: 1305
- Joined: August 22nd, 2009, 4:35 pm
- Name: Luke
- IRC Username: Gr1m
- Location: Texas
- Contact:
Re: Creatures that attack
You can start here --> http://sandboxgamemaker.com/wiki/index. ... Cubescript
Next start by browsing through the forums looking at past questions about scripting. And it wouldn't hurt to look at Master Chef Ogro files and other people's map files you can find Master Chef at the download section and people's maps in "Show off your work"
Gr1m
Next start by browsing through the forums looking at past questions about scripting. And it wouldn't hurt to look at Master Chef Ogro files and other people's map files you can find Master Chef at the download section and people's maps in "Show off your work"
Gr1m

Want a user bar like this one? PM Leo
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Creatures that attack
I don't mind helping! In fact, it'll probably help me if I try to help others understand CS! 

Want a user bar like this one? PM Leo!
Re: Creatures that attack
Where is the code located in MCO?
And what is "millis" by the way...?
And what is "millis" by the way...?
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Creatures that attack
I'm guessing it's short for milliseconds. 

Want a user bar like this one? PM Leo!
Re: Creatures that attack
Alright =D.
Can anyone elaborate on ENT_AI?
Can anyone elaborate on ENT_AI?
-
arcones
- Support Team

- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Creatures that attack
Well, could you tell us where you found ENT_AI?
That would help!
That would help!

Want a user bar like this one? PM Leo!
- Captain_Ahab
- Member

- Posts: 98
- Joined: June 10th, 2009, 5:12 pm
- Name: Richard
Re: Creatures that attack
As far as I can tell, it denotes an entity that is controlled by the AI routines in /src/engine/monster.cpp
In the SP mode, it is an integer that corresponds to the monstertype
and it is set via scripting in the RPG game.
I'm still learning and studying how things work, so be skeptical......
In the SP mode, it is an integer that corresponds to the monstertype
and it is set via scripting in the RPG game.
I'm still learning and studying how things work, so be skeptical......

Re: Creatures that attack
So, is it usable as a script in RPG mode?
a) Does it have any connection to r_ai command in MCO?
b) Any idea how r_ai works in MCO?
Thanks for the reply =D
By the way, its in src/fpsgame/monster.cpp for me.
a) Does it have any connection to r_ai command in MCO?
b) Any idea how r_ai works in MCO?
Thanks for the reply =D
By the way, its in src/fpsgame/monster.cpp for me.
