This forum is locked and will eventually go offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk
Forum rules
Forum rules
Um where did the size modifier option go?
Forum rules
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
-
willofcapes lk
- Meatbag
- Posts: 5
- Joined: Thu Nov 09, 2017 12:29 pm
- SFD Account: willofcapes (lk)
- Gender:
Um where did the size modifier option go?
I've been looking through all the customization settings in the map editor, modifiers, player spawns etc. And uh, I can't find the size modifier option. Has it been locked or something?
0 x
- Noble
- Moderator

- Posts: 482
- Joined: Wed Mar 30, 2016 6:46 pm
- Title: Modest guy
- SFD Alias: Best player
- Location: Brazil
- Gender:
Many of the new update's features won't be available for now. Maybe in one of the next versions this config will be possible.
0 x
When I was 22 I read this book
And I swore
"I'll stay my way, I'll stay my way"
And I swore
"I'll stay my way, I'll stay my way"
- Danger Ross
- Superfighter

- Posts: 154
- Joined: Thu Mar 31, 2016 12:56 am
- Title: Dangerous
- SFD Alias: Danger Ross
- Started SFD: 14 june 2012 (launch day)
- Location: California
- Gender:
- Age: 25
Size Modifier can only be used in scripts atm. If you want to apply a size modifier you have to call a method in your map script and then do something like this in there:
IPlayer Player = _______;
PlayerModifiers modify = Player.GetModifiers();
modify.SizeModifier = 2f;
Player.SetModifiers(modify);
This code would work if you put it into a method and then fill out the blank above with a line of code that will find the player you want to upgrade.
IPlayer Player = _______;
PlayerModifiers modify = Player.GetModifiers();
modify.SizeModifier = 2f;
Player.SetModifiers(modify);
This code would work if you put it into a method and then fill out the blank above with a line of code that will find the player you want to upgrade.
0 x
sorry bucko, you can't punch with swords 
-
willofcapes lk
- Meatbag
- Posts: 5
- Joined: Thu Nov 09, 2017 12:29 pm
- SFD Account: willofcapes (lk)
- Gender:
Yeah I looked at some of my older maps and saw that as well, I'll go with using scripts for now thank you for the help.
0 x

