|
Post by deidrereay on Jan 24, 2020 18:12:46 GMT
Just a heads up to anyone that hasn't purchased this yet. I will be increasing the price to $15 as this package is starting to become more full and robust. So grab it now while the price is still at $10! This will happen for this next upcoming release. After this release the plan is to start integrating swimming, zipline, and shooter addons. That is awesome! getting some work arounds for 2018.4 in the future i hope?
|
|
|
Post by wesleywh on Jan 24, 2020 18:21:44 GMT
Just a heads up to anyone that hasn't purchased this yet. I will be increasing the price to $15 as this package is starting to become more full and robust. So grab it now while the price is still at $10! This will happen for this next upcoming release. After this release the plan is to start integrating swimming, zipline, and shooter addons. That is awesome! getting some work arounds for 2018.4 in the future i hope? You bet!
|
|
|
Post by wesleywh on Jan 31, 2020 2:50:47 GMT
Finalizing the store page and going to push this to the asset store for approval tomorrow. (Approvals generally have been taking around 4 days lately).
|
|
|
Post by wesleywh on Jan 31, 2020 3:01:44 GMT
Scratch that, I just submitted it now.
|
|
|
Post by mightofficiel on Jan 31, 2020 5:54:00 GMT
I've been looking forward to this ;) nice !
|
|
|
Post by aleksandr409 on Jan 31, 2020 22:16:13 GMT
|
|
|
Post by deidrereay on Jan 31, 2020 23:09:52 GMT
Good work mate
|
|
|
Post by wesleywh on Feb 1, 2020 1:10:22 GMT
Hello everyone, has anyone received this ? the button for creating a lobby does not appear. This button doesn't appear until you are connected to the photon master server.
|
|
|
Post by wesleywh on Feb 1, 2020 16:24:40 GMT
Found a bug related to enabling free climb support. Just released a fix for it (v2.3.6).
|
|
|
Post by link2589 on Feb 1, 2020 16:35:28 GMT
Enable swimming support please wesleywh ^^
|
|
|
Post by wesleywh on Feb 1, 2020 20:08:43 GMT
Enable swimming support please wesleywh ^^ Actually working on that right now ;)
|
|
|
Post by wesleywh on Feb 1, 2020 22:20:38 GMT
Swimming is now supported. Will make an update and push this to the asset store when I get some more time tonight.
|
|
|
Post by wesleywh on Feb 1, 2020 22:47:20 GMT
First off this is an advisory. Please don't run the "Enable FreeClimb Addon Support" until the next update. The next update contains a very simple but important fix that will make this properly run.
For those of you that ran the "Enable FreeClimb Addon Support" and go a bunch of errors there is only one way to fix this. You have to open the following files and fix them manually:
* InvectorMultiplayer/Scripts/Player/FreeClimb/MP_FreeClimb.cs * InvectorMultiplayer/Editor/Scripts/Windows/E_ConvertPlayer.cs
Basically you have to uncomment the "FreeClimb Addon" regions in the `E_ConvertPlayer.cs` file and uncomment the entire file of `MP_FreeClimb.cs`.
Here is exactly what you need to do to fix this:
At the start of the file remove any
/* that you find. At the end of the file remove any
*/ that you fine
Search for "#region FreeClimb Addon" and remove any
/* and
*/ that you find.
Again this only applied to if you already ran to enable this and got a bunch of errors.
For those of you that still want to enable this but don't want to wait for the patch you can still run it if you modify the following file:
with these changes:
string results = E_Helpers.CommentOutFile("InvectorMultiplayer/Scripts/Player/FreeClimb/MP_vFreeClimb.cs", true); Needs to be changed to:
string results = E_Helpers.CommentOutFile("InvectorMultiplayer/Scripts/Player/FreeClimb/MP_vFreeClimb.cs", false); And
results = E_Helpers.CommentOutRegionInFile("InvectorMultiplayer/Editor/Scripts/Windows/E_ConvertPlayer.cs", "FreeClimb Addon", true);
changed to:
results = E_Helpers.CommentOutRegionInFile("InvectorMultiplayer/Editor/Scripts/Windows/E_ConvertPlayer.cs", "FreeClimb Addon", false);
|
|
|
Post by wesleywh on Feb 2, 2020 2:27:36 GMT
Today was a day of some slight set-backs with v2.3.5 and some large leaps forward. Look for the update on the asset store: v2.5.0. It will now fully support the following: * Melee Template * Free Climb Add-on * Swimming Add-on * Zipline Add-on (This update has already been submitted to the asset store for review) Looks like the shooter template is within my sights now. Side note: Updated the first post with the most up-to-date information regarding the state of this package.
|
|
|
Post by link2589 on Feb 2, 2020 3:19:41 GMT
Nice !!
|
|