V Rising
이 토론은 잠겼습니다.
Scrubs0 2023년 5월 29일 오전 6시 55분
Change movement speed
Hi ya'll, I'm playing single player and wanted to increase my vamp's movement speed a bit, to that end I added the "MovementSpeedModifier" command to my save's ServerGameSettings file... but it seems adding the command merely corrupted my save ( when I delete the command the save is playable again)

Any help would by appreciated
< >
전체 댓글 10개 중 1~10개 표시 중
Khaylain 2023년 5월 29일 오전 7시 04분 
Search for how to format JSON files properly. You probably either have a comma too much or too little, but we don't have enough information to help you more than that based on the information you give.
Scrubs0 2023년 5월 30일 오후 11시 11분 
You are correct :)

here's how the section I put the command in looks like

},
"VampireStatModifiers": {},
"UnitStatModifiers_Global": {},
"UnitStatModifiers_VBlood": {},
"EquipmentStatModifiers_Global": {
"MovementSpeedModifier": 10.0
},
"ResourceYieldModifier": 3.0

}
Shazbot 2023년 6월 1일 오전 11시 45분 
Scrubs0님이 먼저 게시:
Hi ya'll, I'm playing single player and wanted to increase my vamp's movement speed a bit, to that end I added the "MovementSpeedModifier" command to my save's ServerGameSettings file... but it seems adding the command merely corrupted my save ( when I delete the command the save is playable again)

Any help would by appreciated

That is the game telling you stop cheating, and instead learn how to make a build that has Movement speed......
Bryan Fury 2023년 6월 1일 오후 12시 28분 
Scrubs0님이 먼저 게시:
Hi ya'll, I'm playing single player and wanted to increase my vamp's movement speed a bit, to that end I added the "MovementSpeedModifier" command to my save's ServerGameSettings file... but it seems adding the command merely corrupted my save ( when I delete the command the save is playable again)

Any help would by appreciated
I don't think there is ANY valid command line about movement speed at all. Checking the full list of changable values there isn't at all a line for that either.

You can't change it i guess..
Khaylain 2023년 6월 1일 오후 1시 20분 
Bryan Fury님이 먼저 게시:
Scrubs0님이 먼저 게시:
Hi ya'll, I'm playing single player and wanted to increase my vamp's movement speed a bit, to that end I added the "MovementSpeedModifier" command to my save's ServerGameSettings file... but it seems adding the command merely corrupted my save ( when I delete the command the save is playable again)

Any help would by appreciated
I don't think there is ANY valid command line about movement speed at all. Checking the full list of changable values there isn't at all a line for that either.

You can't change it i guess..
They're not talking about actual "command line", they're talking about configuration in the settings for the server, and there absolutely is a valid setting for it. I've used it on the equipment to set it at 5x and got a 20% speed boost from the amulet/necklace/whatever that usually gives just 4% speed boost.

Unfortunately the "vampire stats" only apply to newly created vampires (users), not currently existing ones (and I don't know if you can delete a vampire/user from the server)
Metal_Bard 2023년 6월 1일 오후 1시 34분 
Shazbot님이 먼저 게시:
Scrubs0님이 먼저 게시:
Hi ya'll, I'm playing single player and wanted to increase my vamp's movement speed a bit, to that end I added the "MovementSpeedModifier" command to my save's ServerGameSettings file... but it seems adding the command merely corrupted my save ( when I delete the command the save is playable again)

Any help would by appreciated

That is the game telling you stop cheating, and instead learn how to make a build that has Movement speed......

Or alternatively, the game is built to allow people to decide how they and their friends want to play. If they had that movement buff and you didn't and it was done through illegitimate channels, then that would potentially be cheating.

If they are deciding on the parameters of their world then that is how they chose to play, and you can either abide or not play their rules, and play your own.
Scrubs0 2023년 6월 2일 오전 1시 29분 
Shazbot님이 먼저 게시:
Scrubs0님이 먼저 게시:
Hi ya'll, I'm playing single player and wanted to increase my vamp's movement speed a bit, to that end I added the "MovementSpeedModifier" command to my save's ServerGameSettings file... but it seems adding the command merely corrupted my save ( when I delete the command the save is playable again)

Any help would by appreciated

That is the game telling you stop cheating, and instead learn how to make a build that has Movement speed......
That is a stupid ♥♥♥♥♥♥♥ answer, I'll use whatever "cheat" and setting I want when I'm playing offline by my own
Scrubs0 님이 마지막으로 수정; 2023년 6월 2일 오전 1시 30분
Bryan Fury 2023년 6월 2일 오후 1시 42분 
Khaylain님이 먼저 게시:
Bryan Fury님이 먼저 게시:
I don't think there is ANY valid command line about movement speed at all. Checking the full list of changable values there isn't at all a line for that either.

You can't change it i guess..
They're not talking about actual "command line", they're talking about configuration in the settings for the server, and there absolutely is a valid setting for it. I've used it on the equipment to set it at 5x and got a 20% speed boost from the amulet/necklace/whatever that usually gives just 4% speed boost.

Unfortunately the "vampire stats" only apply to newly created vampires (users), not currently existing ones (and I don't know if you can delete a vampire/user from the server)
No, i meant what i said: there is NOT a value for the MOVEMENT SPEED as raw as it is beside HP, P.Power and M.Power and few others..

"VampireStatModifiers": {
"MaxHealthModifier": XXX, (<-- MAX HP you get each level up)
"MaxEnergyModifier": XXX, (<-- This should be the stamina i guess? Never used it)
"PhysicalPowerModifier": XXX, (<-- Physical Damage multiplier)
"SpellPowerModifier": XXX, (<-- Magical Damage multiplier)
"ResourcePowerModifier": XXX, (<-- Resources gained trought no weap hits multiplier)
"SiegePowerModifier": XXX, (<-- This should be the damage to structures barehanded)
"DamageReceivedModifier": XXX, (<-- damage received from ALL sources multiplier)
"ReviveCancelDelay": XXX (<-- Delay timer before you can revive)
},

There isn't anything else. There is not a MovementSpeed raw value on the Vampire settings. Tested by making also a new test server with EVERY SINGLE LINE changed to make it appear on my server setting .json file.

There are, on the other hand, GEAR stats that you can edit (and there is one about MovementSpeed only there) even after making the server but require you to craft again the gear to take effect.

But beside that, you can't change anything else directly releated to movement speed.
5th Wolf 2024년 5월 26일 오전 9시 28분 
Scrubs0님이 먼저 게시:
You are correct :)

here's how the section I put the command in looks like

},
"VampireStatModifiers": {},
"UnitStatModifiers_Global": {},
"UnitStatModifiers_VBlood": {},
"EquipmentStatModifiers_Global": {
"MovementSpeedModifier": 10.0
},
"ResourceYieldModifier": 3.0

}

I tried and added the movement speed modifier into the ini as you showed, but nothing happened. Version 1.0
Yuki 2024년 5월 26일 오전 10시 31분 
This thread was quite old before the recent post, so we're locking it to prevent confusion.
< >
전체 댓글 10개 중 1~10개 표시 중
페이지당 표시 개수: 1530 50

게시된 날짜: 2023년 5월 29일 오전 6시 55분
게시글: 10