Game Engine and Assets Leaks
[MFPS] Competitive Rank addon [UNRELEASED]
Submitted by Viirless, 01-09-2023, 01:21 PM, Thread ID: 273335
RE: [MFPS] Competitive Rank addon [UNRELEASED]
03-09-2023, 10:41 PM
#21 03-09-2023, 09:07 PMViirless Wrote: To everyone who gets errors here is a list that will fix those problems:
Yes free release:
https://drive.google.com/file/d/1aPlo6Ig...sp=sharing
drop battle pass
RE: [MFPS] Competitive Rank addon [UNRELEASED]
03-09-2023, 09:24 PMfatura95 Wrote: I started integrating and errors came out again
Code:Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\Scriptables\CompetitiveData.cs(30,64): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\Scriptables\CompetitiveData.cs(31,64): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\LeaderboardUI.cs(48,46): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\LeaderboardUI.cs(49,13): error CS0019: Operator '>' cannot be applied to operands of type 'method group' and 'int'
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\RankSeasonSelector.cs(21,72): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\CompetitiveSystem\Content\Scripts\UI\CompetitiveLeaderboard.cs(32,30): error CS1061: 'bl_UserMetaData.RawData' does not contain a definition for 'SeasonData' and no accessible extension method 'SeasonData' accepting a first argument of type 'bl_UserMetaData.RawData' could be found (are you missing a using directive or an assembly reference?)
There's a Readme file in the asset with code you gotta edit
RE: [MFPS] Competitive Rank addon [UNRELEASED]
yesssssssssssssssss would loev to playyyyyyyyyyyyyy
RE: [MFPS] Competitive Rank addon [UNRELEASED]
17-09-2023, 09:53 AM
#24 Thank you very much, will there be an addon Challenges? want to
RE: [MFPS] Competitive Rank addon [UNRELEASED]
17-09-2023, 11:32 PM
#25 Thanks for sharing. We are waiting for the continuation.
RE: [MFPS] Competitive Rank addon [UNRELEASED]
Assets\Addons\SeasonBundle\CompetitiveSystem\CompetitiveModes\C_TDM\Scripts\CompetitiveTDM.cs(28,57): error CS0117: 'GameMode' does not contain a definition for 'C_TDM'
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(114,28): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(199,61): error CS1061: 'SeasonInfo' does not contain a definition for 'CurrentSeason' and no accessible extension method 'CurrentSeason' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(211,32): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(214,36): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(221,66): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(264,20): error CS1061: 'SeasonInfo' does not contain a definition for 'CurrentSeason' and no accessible extension method 'CurrentSeason' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(265,20): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\MFPS\Scripts\UI\Room\bl_GameFinish.cs(109,38): error CS1061: 'CompetitiveData' does not contain a definition for 'IsCompetitiveMode' and no accessible extension method 'IsCompetitiveMode' accepting a first argument of type 'CompetitiveData' could be found (are you missing a using directive or an assembly reference?)
Assets\MFPS\Scripts\UI\Room\bl_GameFinish.cs(112,27): error CS1061: 'CompetitiveData' does not contain a definition for 'UpdateILO' and no accessible extension method 'UpdateILO' accepting a first argument of type 'CompetitiveData' could be found (are you missing a using directive or an assembly reference?)
In the readmi file it is written to add 2 lines to the scripts After adding the errors did not go away
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(114,28): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(199,61): error CS1061: 'SeasonInfo' does not contain a definition for 'CurrentSeason' and no accessible extension method 'CurrentSeason' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(211,32): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(214,36): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(221,66): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(264,20): error CS1061: 'SeasonInfo' does not contain a definition for 'CurrentSeason' and no accessible extension method 'CurrentSeason' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(265,20): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\MFPS\Scripts\UI\Room\bl_GameFinish.cs(109,38): error CS1061: 'CompetitiveData' does not contain a definition for 'IsCompetitiveMode' and no accessible extension method 'IsCompetitiveMode' accepting a first argument of type 'CompetitiveData' could be found (are you missing a using directive or an assembly reference?)
Assets\MFPS\Scripts\UI\Room\bl_GameFinish.cs(112,27): error CS1061: 'CompetitiveData' does not contain a definition for 'UpdateILO' and no accessible extension method 'UpdateILO' accepting a first argument of type 'CompetitiveData' could be found (are you missing a using directive or an assembly reference?)
In the readmi file it is written to add 2 lines to the scripts After adding the errors did not go away
RE: [MFPS] Competitive Rank addon [UNRELEASED]
21-09-2023, 07:46 AM
#27 it's great, glad it showed up
RE: [MFPS] Competitive Rank addon [UNRELEASED]
21-09-2023, 10:07 AM
#28 it's interesting, I'll try to use it, thank you
RE: [MFPS] Competitive Rank addon [UNRELEASED]
did u fixed it ?20-09-2023, 01:40 PMwebsbk Wrote: Assets\Addons\SeasonBundle\CompetitiveSystem\CompetitiveModes\C_TDM\Scripts\CompetitiveTDM.cs(28,57): error CS0117: 'GameMode' does not contain a definition for 'C_TDM'
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(114,28): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(199,61): error CS1061: 'SeasonInfo' does not contain a definition for 'CurrentSeason' and no accessible extension method 'CurrentSeason' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(211,32): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(214,36): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(221,66): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(264,20): error CS1061: 'SeasonInfo' does not contain a definition for 'CurrentSeason' and no accessible extension method 'CurrentSeason' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(265,20): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\MFPS\Scripts\UI\Room\bl_GameFinish.cs(109,38): error CS1061: 'CompetitiveData' does not contain a definition for 'IsCompetitiveMode' and no accessible extension method 'IsCompetitiveMode' accepting a first argument of type 'CompetitiveData' could be found (are you missing a using directive or an assembly reference?)
Assets\MFPS\Scripts\UI\Room\bl_GameFinish.cs(112,27): error CS1061: 'CompetitiveData' does not contain a definition for 'UpdateILO' and no accessible extension method 'UpdateILO' accepting a first argument of type 'CompetitiveData' could be found (are you missing a using directive or an assembly reference?)
In the readmi file it is written to add 2 lines to the scripts After adding the errors did not go away
did u fixed it ?20-09-2023, 01:40 PMwebsbk Wrote: Assets\Addons\SeasonBundle\CompetitiveSystem\CompetitiveModes\C_TDM\Scripts\CompetitiveTDM.cs(28,57): error CS0117: 'GameMode' does not contain a definition for 'C_TDM'
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(114,28): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(199,61): error CS1061: 'SeasonInfo' does not contain a definition for 'CurrentSeason' and no accessible extension method 'CurrentSeason' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(211,32): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(214,36): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(221,66): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(264,20): error CS1061: 'SeasonInfo' does not contain a definition for 'CurrentSeason' and no accessible extension method 'CurrentSeason' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\Addons\SeasonBundle\BattlePass\Scripts\Main\BattlePassManager.cs(265,20): error CS1061: 'SeasonInfo' does not contain a definition for 'Claims' and no accessible extension method 'Claims' accepting a first argument of type 'SeasonInfo' could be found (are you missing a using directive or an assembly reference?)
Assets\MFPS\Scripts\UI\Room\bl_GameFinish.cs(109,38): error CS1061: 'CompetitiveData' does not contain a definition for 'IsCompetitiveMode' and no accessible extension method 'IsCompetitiveMode' accepting a first argument of type 'CompetitiveData' could be found (are you missing a using directive or an assembly reference?)
Assets\MFPS\Scripts\UI\Room\bl_GameFinish.cs(112,27): error CS1061: 'CompetitiveData' does not contain a definition for 'UpdateILO' and no accessible extension method 'UpdateILO' accepting a first argument of type 'CompetitiveData' could be found (are you missing a using directive or an assembly reference?)
In the readmi file it is written to add 2 lines to the scripts After adding the errors did not go away
RE: [MFPS] Competitive Rank addon [UNRELEASED]
23-09-2023, 03:52 PM
#30 Users browsing this thread: 9 Guest(s)