Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Hey i know its been some time but i've found a way to make the career last as long as you wish! it involves changing game files tho so if you still need help feel free to message me!
Hey, can you tell me what you modified? I'd like to extend the seasons to 10 or 20.
I'm also looking to modify this. Can you share how?
https://discord.gg/vrD2Sjbb
1. Download Dnspy (https://github.com/dnSpy/dnSpy) dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available.
2. Navigate to the game files (Volleyball Unbound\VolleyballUnbound_Data\Managed)
3. Use Dnspy to open "Assembly-CSharp.dll" ( Open Dnspy, CTRL+O, Select "Assembly-CSharp.dll" )
4. In Dnspy look for the "RV" directory inside Assembly-CSharp.dll
5. Find the "CareerData" class under "RV"
6. Inside "CareerData" look for the isOver method. This is the method we want to mess with in this case.
7. CTRL+SHIFT+E to modify the method. Change the line "return this.CurrentSeasonID > YOURINPUT;" to how many seasons you wish.
8. F6 to compile. Save the file and close Dnspy. You should get a prompt asking to save again, accept. DONE!