Staredit Network > Forums > SC1 UMS Mapmaking Assistance > Topic: Placing Units in Random Locations
Placing Units in Random Locations
Jul 14 2015, 2:41 pm
By: yairzick  

Jul 14 2015, 2:41 pm yairzick Post #1



Hello,

I'm interested in doing the following: I have a text file saying something like
0.2, 0.3, 0.5

Is there some way to read these numbers from the text file, and then place a unit (say, a marine) in location 1 with probability 0.2, in location 2 with probability 0.3 and in location 3 with probability 0.5?

I'm aware that one can make some randomized numbers using switches, and then place units according to that randomization;

the thing is that I want to have the numbers read from file (because some other script is generating them).

Many thanks!

Yair



None.

Jul 14 2015, 3:29 pm Roy Post #2

An artist's depiction of an Extended Unit Death

No. SC maps can only access things within the map itself or within SC's memory; a text file is neither of those things, and therefore could not be accessed.

This would additionally create synchronization issues were it possible.




Jul 14 2015, 8:35 pm rockz Post #3

ᴄʜᴇᴇsᴇ ɪᴛ!

You'll have to manually translate the triggers.

I believe someone has created a text trigger scripting language which would be able to do this, I assume via OOP or something.

The actual triggers you'll need is:
Randomize 10 switches, and generate a random number between 0-1023
1 trigger with range 0-200 for the DC to create the marine in location 1
1 trigger with range 201-510 for the DC to create the marine in location 2
1 trigger with range 511-1023 for the DC to create the marine in location 3

The reason for so large a number, you can really only do binary randomization well, so unless your total number of outcomes fits into a nice binary number (2,4,8,32,64,etc...)

You'd be surprised how easy it is to use something like FARLAP or just notepad to create the proper triggers you'd need to do this.



"Parliamentary inquiry, Mr. Chairman - do we have to call the Gentleman a gentleman if he's not one?"

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[2024-5-06. : 5:02 am]
Oh_Man -- whereas just "press X to get 50 health back" is pretty mindless
[2024-5-06. : 5:02 am]
Oh_Man -- because it adds anotherr level of player decision-making where u dont wanna walk too far away from the medic or u lose healing value
[2024-5-06. : 5:01 am]
Oh_Man -- initially I thought it was weird why is he still using the basic pre-EUD medic healing system, but it's actually genius
[2024-5-06. : 3:04 am]
Ultraviolet -- Vrael
Vrael shouted: I almost had a heart attack just thinking about calculating all the offsets it would take to do that kind of stuff
With the modern EUD editors, I don't think they're calculating nearly as many offsets as you might imagine. Still some fancy ass work that I'm sure took a ton of effort
[2024-5-06. : 12:51 am]
Oh_Man -- definitely EUD
[2024-5-05. : 9:35 pm]
Vrael -- I almost had a heart attack just thinking about calculating all the offsets it would take to do that kind of stuff
[2024-5-05. : 9:35 pm]
Vrael -- that is insane
[2024-5-05. : 9:35 pm]
Vrael -- damn is that all EUD effects?
[2024-5-04. : 10:53 pm]
Oh_Man -- https://youtu.be/MHOZptE-_-c are yall seeing this map? it's insane
[2024-5-04. : 1:05 am]
Vrael -- I won't stand for people going around saying things like im not a total madman
Please log in to shout.


Members Online: UndeadStar, Roy