Volleyball Unbound

Volleyball Unbound

Darion5 Jan 8, 2020 @ 9:53am
Career's are too short!
Hi :-)
First off, I love this game! But there is one thing that is really "annoying".

You put all this effort in to get your team "leveled up" with training units, and just when you hit that magical 100% trained, your cannot use the team anymore because you hit the end of the 4th season. And so you got to start all over again with a new team :(

I mean, I cannot be the only who is a bit annoyed by that, or am I?

Is it possible to maybe extend the duration of a career, if not putting it to unlimited time?
I am looking forward to a response, or thoughts from other players.
< >
Showing 1-13 of 13 comments
Lara Croft Jan 11, 2020 @ 10:34am 
Perhaps you could play more points per set . That would make your seasons last longer. :)
Ephora Mar 11, 2020 @ 10:08am 
Yeah I wish there was an update to make it longer or endless. The game being abandonned wouldn't be that bad actually if the career mode was worth it. It's all that's REALLY needed in my opinion.
Alex Caruso Oct 7, 2020 @ 10:48am 

Originally posted by Ephora:
Yeah I wish there was an update to make it longer or endless. The game being abandonned wouldn't be that bad actually if the career mode was worth it. It's all that's REALLY needed in my opinion.


Originally posted by Lara Croft:
Perhaps you could play more points per set . That would make your seasons last longer. :)

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!
Ezio Nov 19, 2020 @ 3:54pm 
Originally posted by Polpo:
Originally posted by Ephora:
Yeah I wish there was an update to make it longer or endless. The game being abandonned wouldn't be that bad actually if the career mode was worth it. It's all that's REALLY needed in my opinion.


Originally posted by Lara Croft:
Perhaps you could play more points per set . That would make your seasons last longer. :)

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.
jinyu Nov 24, 2020 @ 3:01pm 
Originally posted by Polpo:
Originally posted by Ephora:
Yeah I wish there was an update to make it longer or endless. The game being abandonned wouldn't be that bad actually if the career mode was worth it. It's all that's REALLY needed in my opinion.


Originally posted by Lara Croft:
Perhaps you could play more points per set . That would make your seasons last longer. :)

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!

I'm also looking to modify this. Can you share how?
Alex Caruso Nov 25, 2020 @ 9:55am 
https://discord.gg/vrD2Sjbb im trying to make this server alive again, i posted all the info here
Alex Caruso Nov 25, 2020 @ 9:55am 
Originally posted by TFB Ezio:
Originally posted by Polpo:




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.


Originally posted by juno.gutierrez:
Originally posted by Polpo:




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!

I'm also looking to modify this. Can you share how?

https://discord.gg/vrD2Sjbb
Alex Caruso Nov 25, 2020 @ 10:08am 
How to have longer career ( a guide to change game files and "mod" the game )

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!

Originally posted by juno.gutierrez:
Originally posted by Polpo:




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!

I'm also looking to modify this. Can you share how?


Originally posted by TFB Ezio:
Originally posted by Polpo:




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.
y0shi o0zy Aug 31, 2021 @ 11:28pm 
Yes!!! The career is wayyyyyy too short! I can’t believe they abandoned this game!
y0shi o0zy Sep 1, 2021 @ 12:26pm 
MANNNN!! Anyway you could make a video of this!? I’m not technically sound enough to do it!!! 😩

Originally posted by Polpo:
How to have longer career ( a guide to change game files and "mod" the game )

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!

Originally posted by juno.gutierrez:

I'm also looking to modify this. Can you share how?


Originally posted by TFB Ezio:

Hey, can you tell me what you modified? I'd like to extend the seasons to 10 or 20.


Originally posted by Polpo:
How to have longer career ( a guide to change game files and "mod" the game )

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!

Originally posted by juno.gutierrez:

I'm also looking to modify this. Can you share how?


Originally posted by TFB Ezio:

Hey, can you tell me what you modified? I'd like to extend the seasons to 10 or 20.
Alex Caruso Oct 28, 2021 @ 2:10pm 
Originally posted by L6NDZ:
MANNNN!! Anyway you could make a video of this!? I’m not technically sound enough to do it!!! 😩

Originally posted by Polpo:
How to have longer career ( a guide to change game files and "mod" the game )

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!





Originally posted by Polpo:
How to have longer career ( a guide to change game files and "mod" the game )

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!



hey consider joining the discord https://discord.gg/7nphwUxE
jeffer Apr 8, 2024 @ 3:20pm 
I’m a few years late but I really wanna know how to do it, hit me back if you’re reading this
atuY Apr 13, 2024 @ 7:50am 
Originally posted by jeffer:
I’m a few years late but I really wanna know how to do it, hit me back if you’re reading this
same man :(
< >
Showing 1-13 of 13 comments
Per page: 1530 50