Staredit Network

Staredit Network -> UMS Assistance -> Multiple problems
Report, edit, etc...Posted by Hackerck on 2006-05-28 at 23:29:59
1. in the starcraft broodwar protoss campaign, in the first mission, when u click a neutral protoss building, it shows fenix's protrait, how do you do that?
2. i want to do a transform trigger, the player controls a cerebrate, and i want it somehow like this: the cerebrates says: "cerebrate, transform!!!!" and u kill the cerebrate, create a mutalisk, and i want it when the mutalisk comes back to the orginal place where the cerebrate was, it will transform back to the cerebrate, what kind of control should i use? because i want the player control when to transform, and i want it to be preserved trigger, anyone can write up the trigger for me?
Report, edit, etc...Posted by Toothfariy on 2006-05-28 at 23:44:00
QUOTE(Hackerck @ May 28 2006, 09:29 PM)
1. in the starcraft broodwar protoss campaign, in the first mission, when u click a neutral protoss building, it shows fenix's protrait, how do you do that?[right][snapback]494975[/snapback][/right]


http://www.staredit.net/index.php?showtopic=19774
it's impossible w.o modding

QUOTE(Hackerck @ May 28 2006, 09:29 PM)
2. i want to do a transform trigger, the player controls a cerebrate, and i want it somehow like this: the cerebrates says: "cerebrate, transform!!!!" and u kill the cerebrate, create a mutalisk, and i want it when the mutalisk comes back to the orginal place where the cerebrate was, it will transform back to the cerebrate, what kind of control should i use? because i want the player control when to transform, and i want it to be preserved trigger, anyone can write up the trigger for me?
[right][snapback]494975[/snapback][/right]


i guess i dont really understand what you want.

try this

Condit.
-Bring 1 cerebrate to loc X
-bring 1 civilan to loc Y
Action
-kill all cerebrate at loc X
-create 1 mutalisk at location Y
-perserve trigger

Condit.
-Bring 1 mutalisk to loc X
-bring 1 civilan to loc Y
Action
-kill all mutalisk at loc X
-create 1 cerebrate at loc X
-perserve trigger

y= location of a beacon a civilan steps on
X= location of cerebrate
Report, edit, etc...Posted by Hackerck on 2006-05-29 at 00:22:22
how do i mod a map? using arsenal 3 and then add the unit file into the map using MPQ thing? It might be possible, but if it works then a lot of people on the internet will be discussing about it but i don't see any of those discussion.
and plus, the eud thing doesn't sounds good to me because i don't know how to create it, and it doesn't apply to the latest starcraft version, so....

EXPERTS PLZ???? I C A LOT OF PEOPLE CHECKED THIS TOPIC OUT BUT I DON'T SEE MUCH REPLIES.
Report, edit, etc...Posted by Kow on 2006-05-29 at 00:28:54
Have a burrowed unit under the cerebrate that has a location centered on it:

Bring(Exactly, 0, Cerebrate, Centered Location);

DisplayText("Cerebrate Transform!",4);
Createunit(Player, 1, Mutalisk, Centered Location);
... Etc

You can remove the unit if wanted also.

Or, you can just have a location center once on the cerebrate or you can preplace the location if the cerebrate's location is fixed.

Wait, where's this mutalisk being created, and for what user?
Report, edit, etc...Posted by Hackerck on 2006-05-29 at 09:51:08
the second problem is solved, i need help on the first one
Report, edit, etc...Posted by Zeratul_101 on 2006-05-29 at 10:16:11
QUOTE(Hackerck @ May 28 2006, 10:22 PM)
how do i mod a map? using arsenal 3 and then add the unit file into the map using MPQ thing? It might be possible, but if it works then a lot of people on the internet will be discussing about it but i don't see any of those discussion.
and plus, the eud thing doesn't sounds good to me because i don't know how to create it, and it doesn't apply to the latest starcraft version, so....

EXPERTS PLZ???? I C A LOT OF PEOPLE CHECKED THIS TOPIC OUT BUT I DON'T SEE MUCH REPLIES.
[right][snapback]495000[/snapback][/right]

um, you do know about the modding forum right? i personally don't know anything about modding but it seems pretty easy to just change a portrait. just so you know, the reason you don't see mods on battlenet is because they don't work on Bnet. theres scmloader, but thats another story.
Next Page (1)