Hi guys im currently making a map were a have some trouble with some custom bridges.
I dont no how to scrip the walkable object to make them invincible.
Im Sure some of you Mappers now how, i would really like to hear how to scipt it
Invincible Object Scripting.
29 May 2016, 10:12 AM
#1
Posts: 20
2 Jun 2016, 04:07 AM
#2
Posts: 1467 | Subs: 4
I am not that big in scar editing, but I know Janne is, perhaps he will be able to help you more. He should be checking through this at a point, if not I will try messaging him for you, sorry I couldn't help you more.
This was actually something him and I discussed very recently in one of my maps (well making a map unrepairable), but this falls along the same categories, but is generally the same issue.
This was actually something him and I discussed very recently in one of my maps (well making a map unrepairable), but this falls along the same categories, but is generally the same issue.
2 Jun 2016, 16:01 PM
#3
Posts: 20
Me neither, and there is so little videos covering the Topic and so many Frums that got it messed up. tried alot of different scripts, with no luck
and yeah that would be great Thank you!. also do you know if there is any way to make a bridge wich can be Crossed both over and under ???.
and yeah that would be great Thank you!. also do you know if there is any way to make a bridge wich can be Crossed both over and under ???.
4 Jun 2016, 12:06 PM
#4
Posts: 1467 | Subs: 4
Me neither, and there is so little videos covering the Topic and so many Frums that got it messed up. tried alot of different scripts, with no luck
and yeah that would be great Thank you!. also do you know if there is any way to make a bridge wich can be Crossed both over and under ???.
There is no way for a bridge to be crossed over and under.
There is actually no Z axis in the worldbuilder when it comes to objects, as it renders all pathing along the x and y plane. A good way to see what I am talking about is to get a tree floating in the worldbuilder, and then trying to walk under it with infantry (or a house) and you will see that they will still take cover behind the object or path around (in the case of the house they will magically float up inside it if you tell them to garrison) the object.
Another way to illustrate that is by using cntrl + shift + f5 and it will place the object impass overlay down and you will see that the ground is marked red, that is nonpassable terrain.
4 Jun 2016, 12:08 PM
#5
Posts: 17
Create EGroup for your bridge in question. For example, let's use EGroup name: InvincibleBridge
function IndestructibleBridge()
EGroup_SetInvulnerable(InvincibleBridge, true)
Scar_AddInit(IndestructibleBridge)
function IndestructibleBridge()
EGroup_SetInvulnerable(InvincibleBridge, true)
Scar_AddInit(IndestructibleBridge)
4 Jun 2016, 14:09 PM
#6
Posts: 20
Create EGroup for your bridge in question. For example, let's use EGroup name: InvincibleBridge
function IndestructibleBridge()
EGroup_SetInvulnerable(InvincibleBridge, true)
Scar_AddInit(IndestructibleBridge)
okay so i just make an Scar file with.
"function IndestructibleBridge()
EGroup_SetInvulnerable(InvincibleBridge, true)
Scar_AddInit(IndestructibleBridge)" and then make sure the EGroup Name is accurate ?
Tric.
yeah i have messed around with alot of objects to see if it was possible, it would really open up for alot of nice maps if they made it possible. but would it be something that could be scripted you think ???
5 Jun 2016, 01:23 AM
#7
Posts: 1467 | Subs: 4
Tric.
yeah i have messed around with alot of objects to see if it was possible, it would really open up for alot of nice maps if they made it possible. but would it be something that could be scripted you think ???
No the worldbuilder wont allow it, as there is no true Z axis and there is no pathing for it, it would have to be a straight up mod to make it work, and even then, I doubt it would be good.
5 Jun 2016, 09:05 AM
#8
Posts: 20
No the worldbuilder wont allow it, as there is no true Z axis and there is no pathing for it, it would have to be a straight up mod to make it work, and even then, I doubt it would be good.
Damn its kind of sad i had some great ideas Though.
5 Jun 2016, 09:23 AM
#9
Posts: 2272 | Subs: 1
Hi guys im currently making a map were a have some trouble with some custom bridges.
I dont no how to scrip the walkable object to make them invincible.
Im Sure some of you Mappers now how, i would really like to hear how to scipt it
just brace it
7 Jun 2016, 08:13 AM
#10
14
Posts: 10665 | Subs: 9
Thread title amended
18 Jun 2016, 08:50 AM
#11
Posts: 17
okay so i just make an Scar file with.
"function IndestructibleBridge()
EGroup_SetInvulnerable(InvincibleBridge, true)
Scar_AddInit(IndestructibleBridge)" and then make sure the EGroup Name is accurate ?
Tric.
yeah i have messed around with alot of objects to see if it was possible, it would really open up for alot of nice maps if they made it possible. but would it be something that could be scripted you think ???
You need to create an EGroup with the bridges in question first before you use that code.
You can also make units pass under or above normal height... but you cannot get two units to pass both above and below an object simultaneously.
PAGES (1)
1 user is browsing this thread:
1 guest
Ladders Top 10
-
#Steam AliasWL%Streak
- 1.831222.789+37
- 2.34957.860+14
- 3.589215.733+4
- 4.1099614.642-1
- 5.280162.633+8
- 6.305114.728+1
- 7.916405.693-2
- 8.271108.715+22
- 9.721440.621+3
- 10.1041674.607-2
Replay highlight
VS
- cblanco ★
- 보드카 중대
- VonManteuffel
- Heartless Jäger
Einhoven Country
Honor it
9
Download
1231
Board Info
593 users are online:
1 member and 592 guests
donofsandiego
donofsandiego
1 post in the last 24h
7 posts in the last week
39 posts in the last month
7 posts in the last week
39 posts in the last month
Registered members: 49060
Welcome our newest member, starkindustries
Most online: 2043 users on 29 Oct 2023, 01:04 AM
Welcome our newest member, starkindustries
Most online: 2043 users on 29 Oct 2023, 01:04 AM