Dear forum users! In compliance with the new European GDPR regulations, we'd just like to inform you that if you have an account, your email address is stored in our database. We do not share your information with third parties, and your email address and password are encrypted for security reasons.

New to the forum? Say hello in this topic! Also make sure to read the rules.

Um where did the size modifier option go?

Here you can find all solved gameplay problems and bugs (beginning from Pre-Alpha 1.8.8).
Forum rules
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
Locked
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?

Post by willofcapes lk » Thu Nov 09, 2017 12:34 pm

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

User avatar
Noble
Moderator
Moderator
Posts: 482
Joined: Wed Mar 30, 2016 6:46 pm
Title: Modest guy
SFD Alias: Best player
Location: Brazil
Gender:

Post by Noble » Thu Nov 09, 2017 5:17 pm

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"

User avatar
Danger Ross
Superfighter
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: 23

Post by Danger Ross » Thu Nov 09, 2017 5:18 pm

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.
0 x
sorry bucko, you can't punch with swords 8-)

User avatar
Motto73
Superfighter
Superfighter
Posts: 316
Joined: Mon May 09, 2016 7:35 am
Title: Lazy ass
SFD Account: Motto73
Started SFD: Multiplayer Test Demo
Location: Sunny City
Gender:
Age: 24

Post by Motto73 » Fri Nov 10, 2017 5:48 am

Shock also found that if you changed the modifier in older version and saved it, it will remain as it was.
1 x
Image

willofcapes lk
Meatbag
Posts: 5
Joined: Thu Nov 09, 2017 12:29 pm
SFD Account: willofcapes (lk)
Gender:

Post by willofcapes lk » Fri Nov 10, 2017 9:07 am

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

User avatar
Gurt
Lead Programmer
Lead Programmer
Posts: 1884
Joined: Sun Feb 28, 2016 3:22 pm
Title: Lead programmer
Started SFD: Made it!
Location: Sweden
Gender:
Age: 34

Post by Gurt » Fri Nov 10, 2017 6:29 pm

The size modifier will be available in the editor the next update. Was supposed to be hidden until the Beta update but got it mixed up somehow.
2 x
Gurt

Locked