fougerite / Fougerite

Fougerite Project is unofficial fork of Magma. Forked to develop it with community.
http://fougerite.com/
Other
4 stars 19 forks source link

GetGround not working #41

Closed HVikman closed 10 years ago

HVikman commented 10 years ago

GetGround seems to be not working at 1.0.4

Riketta commented 10 years ago

We know, fixed in git. But how do you test it?

HVikman commented 10 years ago

Plugin throws player 1000m in air instead of teleporting him back like it's supposed to do.

mikecrews commented 10 years ago

Sounds like someone returned the Ray origin Y value instead of the Y value of the Ray hit. The new GetGround works by casting a Ray downward from a 1000m height over the X, Z coords, and taking the closest hit.

dretax commented 10 years ago

Interesting, Mr.Jorma

dretax commented 10 years ago

These kind of comments are not allowed here. Stop being childish, or don't use our project.

HVikman commented 10 years ago

I'm not using it. Just tested it.

dretax commented 10 years ago

I'm not here to argue. The comment about "Interesting" was cause of the method we (fixed?). "Mr.Jorma" was an additional Nickname. I could argue here all day, but the github isn't for that, unlike you have already wanted to start it :)

HVikman commented 10 years ago

Sorry, it's just so fun to see when you get pissed. :) Not doing that here anymore.

SPooCK commented 10 years ago

I hope you guys find a solution for GetGround because i'm getting teleported like a plain in the sky :D But if you have allready found a solution for this well I'm some kind of new using GitHub and don't know where to look for it :\ (I'm using Fougerite 1.0.4 pre-release)

Riketta commented 10 years ago

It fixed in version which dont released as "Ready To Use"

SPooCK commented 10 years ago

Alright great i don't want to rush anyone or bother anyone i know how hard is to work on something and handle your real life too... So i respect you guys and when is ready i will get it. Keep up the good work :+1:

Riketta commented 10 years ago

Fix: https://github.com/fougerite/Fougerite/blob/master/Fougerite/Fougerite/World.cs#L144 This solution works well. But we dont create release due to upate of jint system (JS API updated and some plugins need a bit update)

SPooCK commented 10 years ago

Great but there is one problem here I'm really not shure how to compile this kind of stuffs i only know that Microsoft Visual Studio is involved in that and when i try to use Build Solution for some kind of reason i cant make it work and i cant handle myself ... Im sorry im such a pain but i have not yet learned how to do that... If there is some kind of link with explanations or something i would be glad to read it anything else i dont want to bother you and i will wait till is released :)

Riketta commented 10 years ago

May be it help to you: https://github.com/fougerite/Fougerite/blob/master/README.md#compilation

SPooCK commented 10 years ago

Yeap I'm doing that step by step with correction but i still get erros in Visual Studio and cant handle myself... So i may need to wait for the release. Tnx anyway :)

dretax commented 10 years ago

Jorma if i would have been pissed, i would have simply closed ur issue, and would have recreated it xDDD

Riketta commented 10 years ago

Fixed https://github.com/fougerite/Fougerite/commit/319a8be55f66496dd95ad3be483ff1dfa860f254

Riketta commented 10 years ago

Close.