[Themepark] Flatride: Windseeker?

Discussion in 'Plugin Requests' started by woeterman_94, Mar 14, 2016.

Thread Status:
Not open for further replies.
  1. Offline

    woeterman_94

    So , I'm looking for a plugin or a way to achieve this:



    I'm looking for a plugin that is able to make the minecarts "fly" as showed in the video.

    Anyone know how this can be done? Or can anyone make a plugin that might be able to do this? :D
     
    Last edited: Mar 15, 2016
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    I Al Istannen

  4. Offline

    woeterman_94

    Thanks! :D
     
  5. Offline

    I Al Istannen

    @woeterman_94
    Hey, I have a question. I have a partly working version (some things not directly related to the movement aren't done ) but there is a problem. While it isn't a big problem to recreate the thing shown in the video, I am struggeling to find a way for the user to define the path the seats are taking and their design. If you are able to program, I have and will continue to make it easy for you to add new paths and designs. If you can't however, I would need some way to still make you able to configure this. I can't think of any decent way, considering that the height should be configurable. Do you have any idea? If not, I will try to implement some probably very user unfriendly way :/
     
  6. Offline

    woeterman_94

    It's not a problem :D I can programm. As long as it is defined somewhere clearly in your plugin, I might be able to change it :)
     
  7. Offline

    I Al Istannen

    @woeterman_94
    Hey, I think I have everything done. However I used Pigs to be able to attach leashes. Problem is that they make noises. I don't know how to and don't want to mess with the NBT of them, as that will certainly break between versions. Using the entitydata command is also possible, but spams the console. Placing command blocks to execute the commands may destory things you built at the height limit. One could cancel the packets, but that would require you to install ProtocolLib. So I don't really know what to do about that. Would be nice if you could answer which option suits you the most.
     
  8. Offline

    woeterman_94

    I think the protocol lib one sounds the best. :)
     
  9. Offline

    I Al Istannen

    @woeterman_94
    Hey. I have a version where I haven't found any bugs. There are probably tons though. I would like you to test it :)
    For your own pathcreator: You need to register it using:
    "Windseeker.getWindseekerMainPostManager().addPathCreator(pathCreator);"
    And then you probably have a look at my implementation under "baseimplementation". It ist just a horrible System with the pathcreators, wonder if I bother to change that in the future :p

    Make sure you depend on the Windseeker plugin before though. Another way would be to just change my jar. Also allowed! Source code is packed within or you use the source zip provided below.

    Link jar: dropbox
    Link just sources: dropbox

    @woeterman_94
    I will be in England until next saturday. I probably won't be able to fix anything in this time span, but you can still write it for when I came back :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Mar 27, 2016
  10. Offline

    woeterman_94

    @I Al Istannen
    Wow. That looks amazing! Did you write that yourself?
     
  11. Offline

    I Al Istannen

    @woeterman_94
    Yes, I did. Why wouldn't I? It isn't that fancy though and some things are solved in a crude way. Might look into this ;)
     
Thread Status:
Not open for further replies.

Share This Page