errors?

Report bugs of MFPS 2.0 here
Post Reply
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

I don't know what they are errors or none? I have 2 errors:
- My chars don't get damaged after have a hight fall.
- Sometimes my grenades can't damage to enemies!
P/s: i used lastest MFPS 2.0 (v5)
unity3d 2017.3.0f3
lastest photon!
Now i can't take photos and videos, i will make it later!
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

one more error: i can't press Y or T to chat!
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Hi.

Fall damage is fixed in next update, about grenades I will check it,
and with chat problem, you mean can't not open the chat or use these keys in chat?
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

yes, i can't open chat, i fixed it by myself. In bl_chatroom.cs:
cut line 115

Code: Select all

GUI.SetNextControlName("MyChatInput");
and paste under line 116

Code: Select all

[GUILayout.Box(messageTarget.ToString().ToUpper(), m_Skin.customStyles[0], GUILayout.Width(30));
and another errors:
- I can't use speacial animations (start reload anim, Insert anim, after reload anim) for Sniper.
- after leave room, i can't see player name and rank

continue with this error:
- Sometimes my grenades can't damage to enemies!
when another player join match, he press J or H (call kit), after explosion, my player will get damage although i didn't set "arrive kits cause damage" or i have a far distance from kits explosion!
thanks!
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

another error:
- When I joined in a long match, there were many players and many died. There were many guns on ground that caused very very lag (set dropped the gun when death, and set gun auto destroy after 15 s)

however, this is the best Multiplyer FPS kit!
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

A small suggestion: do not show the team button when selecting the team automatically selected!
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Oggy wrote:another error:
- When I joined in a long match, there were many players and many died. There were many guns on ground that caused very very lag (set dropped the gun when death, and set gun auto destroy after 15 s)

however, this is the best Multiplyer FPS kit!
Thanks I have enabled the 'Auto Destroy' from the default prefabs, now weapons only will stay during 15 seconds.
Oggy wrote:A small suggestion: do not show the team button when selecting the team automatically selected!
Thanks.
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
Oggy
Contributor
Contributor
Posts: 79
Joined: Fri Oct 13, 2017 2:53 am

Use Player Selector + auto select team => when UI Selector enalble, the mouse will be hide! How to fix?
Post Reply