Staredit Network > Forums > SC1 Map Showcase > Topic: EUD New bunker
EUD New bunker
Nov 22 2008, 7:34 am
By: Martin1994  

Nov 22 2008, 7:34 am Martin1994 Post #1



Please use Starcraft 1.08b

So sorry.In China,most of SCer use 1.08.

I change Depot to Bunker.

First,change the graphic of Depot to Bunker(Do this or crash))
Then,change the provided of Depot to 4
Finally(this step is very important),Advanced Flag of Depot +4(Produces Units)

You can contact me at www.stareditcn.com

P.S.I'm a Chinese and I can't speak English well.

Attachments:
screen99.gif
Hits: 53 Size: 44.21kb
Untitled.scm
Hits: 21 Size: 23.35kb



None.

Nov 22 2008, 2:06 pm Riney Post #2

Thigh high affectionado

You need an EUD to switch a Supply Depot to a Bunker and make it spawn 4 units to go inside it and running an AI script?



.riney on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.

Nov 22 2008, 3:43 pm Martin1994 Post #3



TBS can load unit(like dropship)and unit can attack in it
So,this is another Bunker.



None.

Nov 22 2008, 4:01 pm Biophysicist Post #4



What does this have to do with EUDs, and why is it in Map Showcase? This seems like it is modding.



None.

Nov 22 2008, 4:12 pm Riney Post #5

Thigh high affectionado

Driver, to the mod forum and make it snappy.



.riney on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.

Nov 22 2008, 4:21 pm A_of-s_t Post #6

aka idmontie

Quote from name:Dark_Marine
Driver, to the mod forum and make it snappy.
This is a map ... It even has the infamous .scm at the end of the file name -- a dead give away that it is a map.



Personal GitHub
Starcraft GitHub Organization - Feel free to request member status!
TwitchTV

Nov 22 2008, 4:39 pm Riney Post #7

Thigh high affectionado

Quote from Martin1994
First,change the graphic of Depot to Bunker(Do this or crash))
Then,change the provided of Depot to 4

That doesnt sound like a map to me, sounds like a mod.



.riney on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.

Nov 22 2008, 4:44 pm A_of-s_t Post #8

aka idmontie

Quote from name:Dark_Marine
Quote from Martin1994
First,change the graphic of Depot to Bunker(Do this or crash))
Then,change the provided of Depot to 4

That doesnt sound like a map to me, sounds like a mod.
You obviously don't know what a mod is... mods use .exe or .mpqs. By your logic, anything using EUDs (especially actions using past patches) are mods.



Personal GitHub
Starcraft GitHub Organization - Feel free to request member status!
TwitchTV

Nov 22 2008, 4:45 pm Riney Post #9

Thigh high affectionado

Post changed due to increased knowledge on the subject

Post has been edited 2 time(s), last time on Nov 22 2008, 4:51 pm by Dark_Marine.



.riney on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.

Nov 22 2008, 4:46 pm A_of-s_t Post #10

aka idmontie

Quote from name:Dark_Marine
Well uh excuse me, but changing graphics of Supply Depots is modding D; Sorry, Ill pretend its mapping too.
Not when your using EUDs to change the graphic >.> This mapping buddy.



Personal GitHub
Starcraft GitHub Organization - Feel free to request member status!
TwitchTV

Nov 22 2008, 4:48 pm Riney Post #11

Thigh high affectionado

Eh maybe, since its an older patch and eud actions still do exist



.riney on Discord.
Riney on Steam (Steam)
@RineyCat on Twitter

Sure I didn't pop off on SCBW like I wanted to, but I won VRChat. Map maker for life.

Nov 22 2008, 4:52 pm A_of-s_t Post #12

aka idmontie

Code
Trigger("All players"){
Conditions:
    Always();

Actions:
    Display Text Message(Always Display, "\x003EUD \x005Framework \x007Loading\x004...\r\n& Please wait...");
    Set Deaths("Player 1", "Terran Marine", Set To, 1148031160);
    Set Deaths("Player 2", "Terran Marine", Set To, 4104338944);
    Set Deaths("Player 3", "Terran Marine", Set To, 1342202957);
    Set Deaths("Player 4", "Terran Marine", Set To, 738576190);
    Set Deaths("Player 5", "Terran Marine", Set To, 20521);
    Set Deaths("Player 6", "Terran Marine", Set To, 1040208608);
    Set Deaths("Player 7", "Terran Marine", Set To, 967837126);
    Set Deaths("Player 8", "Terran Marine", Set To, 3271622737);
    Set Deaths("Player 2", "Invalid Unit", Set To, 1099612211);
    Set Deaths("Player 3", "Invalid Unit", Set To, 76234267);
    Set Deaths("Player 4", "Invalid Unit", Set To, 1364900997);
    Set Deaths("Player 5", "Invalid Unit", Set To, 1975551232);
    Set Deaths("Player 6", "Invalid Unit", Set To, 1086337796);
    Set Deaths("Player 7", "Invalid Unit", Set To, 3437297603);
    Set Deaths("Player 1", "Mineral Field (Type 1)", Set To, 1726581600);
    Set Deaths("Player 2", "Mineral Field (Type 1)", Set To, 3087289739);
    Set Deaths("Player 3", "Mineral Field (Type 1)", Set To, 4491392);
    Set Deaths("Player 4", "Mineral Field (Type 1)", Set To, 2105594111);
    Set Deaths("Player 5", "Mineral Field (Type 1)", Set To, 208928784);
    Set Deaths("Player 6", "Mineral Field (Type 1)", Set To, 2299809163);
    Set Deaths("Player 7", "Mineral Field (Type 1)", Set To, 1522306308);
    Set Deaths("Player 8", "Mineral Field (Type 1)", Set To, 3277914193);
    Set Deaths("Player 2", "Mineral Field (Type 2)", Set To, 5331596);
    Set Deaths("Player 3", "Invalid Unit", Set To, 5323148);
    Comment("EUD_Framework Made by 272922032 ");
}

//-----------------------------------------------------------------//


Yup, the whole thing is done through EUDs, so its technically mapping.



Personal GitHub
Starcraft GitHub Organization - Feel free to request member status!
TwitchTV

Nov 22 2008, 5:22 pm Vi3t-X Post #13



Its probably fixed. I mean, 1.08 was AGES ago.



None.

Nov 22 2008, 6:34 pm Conspiracy Post #14



lol. EUD actions were fixed a while back. LOOONG ago :P Its fixed.



None.

Nov 22 2008, 8:09 pm A_of-s_t Post #15

aka idmontie

I really want to figure out how he edited this stuff... well, I know HOW, I need to figure out what addresses and such. It might help modders create things that they've wanted for a while: secondary vespene geysers, more bunkers, and such.



Personal GitHub
Starcraft GitHub Organization - Feel free to request member status!
TwitchTV

Nov 23 2008, 2:00 pm Martin1994 Post #16



That's not normal EUD. I used EUD Framework in it. The Framework can make "comment" trg edit memory.
http://www.scrpg.net/read.php?tid=4109
use google tools :)



None.

Nov 23 2008, 3:26 pm A_of-s_t Post #17

aka idmontie

For those who can't read Chinese: http://www.google.com/language_tools?hl=en

BTW, we have a lot of memory adresses and formats at these locations:
http://farty1billion.dyndns.org/EUDDB/?pg=index
http://www.bwhacks.com/forums/starcraft-hacking-related/26874-1-15-1-offsets-functions-notes.html
http://www.staredit.net/maplantis/index.php?sid=e9ac83d278;pg=wiki;do=cat;id=5
http://www.staredit.net/maplantis/index.php?sid=1a7b6fbfa5;wiki=132

Post has been edited 2 time(s), last time on Nov 23 2008, 3:35 pm by A_of-s_t.



Personal GitHub
Starcraft GitHub Organization - Feel free to request member status!
TwitchTV

Nov 23 2008, 3:31 pm dumbducky Post #18



Your link just says "Forbidden".



tits

Nov 23 2008, 3:33 pm A_of-s_t Post #19

aka idmontie

Quote from dumbducky
Your link just says "Forbidden".
It seems to do that a lot. It also gives me an error once and a while.



Personal GitHub
Starcraft GitHub Organization - Feel free to request member status!
TwitchTV

Nov 23 2008, 9:36 pm l)ark_ssj9kevin Post #20

Just here for the activity... well not really

I tried it on 1.08.
It craaaaaashed.



guy lifting weight (animated smiley):

O-IC
OI-C

"Oh, I see it"


Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[10:02 pm]
Symmetry -- I was really just figuring out how to compile
[10:02 pm]
Symmetry -- I didn't make it do anything
[09:17 pm]
Ultraviolet -- hell yeah. did you have trouble making the button functional, or just haven't gotten there yet?
[08:29 pm]
Symmetry -- I made the marine shoot lasers and gave the medic a nonfunctional button
[08:07 pm]
Ultraviolet -- Symmetry
Symmetry shouted: I did my first EUD thing today. Feels like me finding arsenal at age 8 again
haha for sure. in some ways it's even more exciting because you can play EUD maps on regular battle.net, don't need to convince someone to download your mod to play with you. what did you do?
[06:47 pm]
Symmetry -- I did my first EUD thing today. Feels like me finding arsenal at age 8 again
[03:20 pm]
l)ark_ssj9kevin -- le reddit
[02:55 pm]
Moose -- >reddit :rip2:
[02:07 pm]
IskatuMesk -- reddit 💀
Please log in to shout.


Members Online: O)FaRTy1billion[MM]