Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
set enemy speed?
Itskody Offline
Member

Posts: 100
Threads: 30
Joined: Mar 2011
Reputation: 1
#1
set enemy speed?

What script do i use to set an enemy's speed? i want him to be a bit faster but dont know the script.
04-19-2011, 06:17 PM
Find
jens Offline
Frictional Games

Posts: 4,093
Threads: 199
Joined: Apr 2006
Reputation: 202
#2
RE: set enemy speed?

You create a new entity file with fast movement. If you open a entity file in a text editor I think the variables for it explains themselves.
04-19-2011, 06:23 PM
Website Find
Itskody Offline
Member

Posts: 100
Threads: 30
Joined: Mar 2011
Reputation: 1
#3
RE: set enemy speed?

where would the entity file be located?
04-19-2011, 06:27 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#4
RE: set enemy speed?

Entities/Enemies.

04-19-2011, 06:36 PM
Website Find
Itskody Offline
Member

Posts: 100
Threads: 30
Joined: Mar 2011
Reputation: 1
#5
RE: set enemy speed?

(04-19-2011, 06:36 PM)Tanshaydar Wrote: Entities/Enemies.

Oh, hmm do i need to make a folder in my custom story folder? becasue i dont want to change the setting for everything, i just want to change the settings for on map in my custom story? is that possible?
04-19-2011, 06:38 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#6
RE: set enemy speed?

You have to make a new folder in your custom story and you have to put your edited ent file there.

04-19-2011, 06:40 PM
Website Find
Itskody Offline
Member

Posts: 100
Threads: 30
Joined: Mar 2011
Reputation: 1
#7
RE: set enemy speed?

(04-19-2011, 06:40 PM)Tanshaydar Wrote: You have to make a new folder in your custom story and you have to put your edited ent file there.

alright, and what do i do if i want it to work for just one map, i currently have 6 maps going for one story and i only want ONE map to have an enemy be faster. is that possible?
04-19-2011, 06:43 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#8
RE: set enemy speed?

It'll be custom entity that will come with your custom story, so you have to put it there if you want to show it up when others play.

04-19-2011, 06:58 PM
Website Find
Itskody Offline
Member

Posts: 100
Threads: 30
Joined: Mar 2011
Reputation: 1
#9
RE: set enemy speed?

hmm i cant seem to do it or figure out what you mean lol. sorry but thanks anyways!
04-19-2011, 08:10 PM
Find
Dalroc Offline
Member

Posts: 57
Threads: 2
Joined: Mar 2011
Reputation: 0
#10
RE: set enemy speed?

If you are using the grunt you would do like this:
1. Create a Entities folder in your custom story folder.
2. Create a Enemies folder in your Entities folder.
3. Create a servant_grunt folder in your Enemies folder.
4. Copy the original servant_grunt.ent file into your newly created servant_grunt folder.
5. Rename it to something like servant_grunt_fast.ent
6. Open it in notepad++ or some other text editor and change the needed settings and save it
7. Copy the servant_grunt_fast.ent to your original Entities/Enemies/servant_grunt folder, or it won't show up in the editor


There, a fail-safe guide for dummies to create new entities.
04-20-2011, 02:57 AM
Find




Users browsing this thread: 1 Guest(s)