Jump to content

[1.7.10] Remain in Motion - Continuation of Redstone in Motion


planetguy

Recommended Posts

Since JAKJ has been rather scarce lately and Redstone in Motion is too good to let die and open source, and no one else has stepped up to develop it further, I've decided to continue it.  Out of respect for JAKJ's request that forks don't use the same name, I'll call my version "Remain in Motion".

 

Original thread, with documentation: '?do=embed' frameborder='0' data-embedContent>>

 

More documentation:

Hollow carriages: They are exactly like, and interchangeable with, frame carriages, except that you can put ForgeMultipart parts down the middle.

 

Hard mode: In the configs, you can enable energy use. RiM uses the RF API for energy. The config properties available are:

 

Power capacity:

This simply controls the amount of RF an engine/drive/etc can hold.

 

Power consumption factor:

Power use is calculated by adding up the hardnesses of the blocks being carried, multiplying by the config property, and rounding up to the nearest whole number since RF goes around in whole numbers.

Changes:

Remain In Motion 1.1.7 -> 2.0.1-EXP2:

Port to Minecraft 1.7.10, fixing the resulting bugs

 

Remain In Motion 1.1.2 -> 1.1.7:

  • Added transduplicators, which function much like translocators but copy blocks instead of moving them.

 

Remain in Motion 1.0.3 -> 1.1.2:

  • Implemented hollow carriages. They work just like frame carriages, except that you can run wires/conduits/etc through them. They are crafted by putting 8 frame carriages in a crafting table, like a chest or furnace.
  • Added recipes to dye carriages one at a time and revert them to their un-dyed forms
  • Fixed sidedness bug that broke multiplayer

As of version 1.1.3 and up, there are optional features that depend on ForgeMultipart. If you have it installed, RemIM will add hollow carriages that you can run wires, ducts, etc through. If not, there's nothing you miss by using frame carriages instead.

 

Redstone in Motion 2.4.0.0 -> Remain in Motion 1.0.3:

  • Fixed ComputerCraft 1.6 integration
  • Created primitive carriage debug messages (they only work if the carriage motor has just been placed)
  • implemented part of hardcore mode (carriages can be set to require RF power and have limited strength)

Download: https://www.mediafire.com/folder/nx48d9udpfpln/RemainInMotion

 

Source code: https://github.com/planetguy32/RemainInMotion

Edited by planetguy
Link to comment
Share on other sites

  • Replies 142
  • Created
  • Last Reply

Top Posters In This Topic

Probably not, since this is the first time I've heard of it. How would I go about replicating this? A screenshot would be very helpful, since just moving an AE system worked for me.

Edited by planetguy
Link to comment
Share on other sites

I am very glad to see someone pick the mod up.

 

I did have a feature request though.

 

I know that FMP blocks covers can already be placed on them and everything,but I was wondering if you could add support for FMP conduits/piping ect to be ran down the middle of them. 

Link to comment
Share on other sites

I'll see what I can do about FMP support. I'm pretty sure there's not any support for combining FMP parts and carriages as-is, the decoration system is custom. Moving to FMP will break compatibility with existing carriage blocks, so it'll have to be maintained separately from the vanilla-based version.

 

In other news, the 1.7 port is starting to work. It partially moves blocks, but it duplicates them, kicks the player twice in the process and crashes the game at the end, and all the block items are invisible.

Link to comment
Share on other sites

In other news, the 1.7 port is starting to work. It partially moves blocks, but it duplicates them, kicks the player twice in the process and crashes the game at the end, and all the block items are invisible.

In other words, working as intended? :psyduck::lol:

 

Keep it up. You're doing fine; I do recommend continuing to use 1.6.4 as a test bed for the engines/FMP since you know it works anyways.

Link to comment
Share on other sites

Since JAKJ has been rather scarce lately and Redstone in Motion is too good to let die and open source, and no one else has stepped up to develop it further, I've decided to continue it.  Out of respect for JAKJ's request that forks don't use the same name, I'll call my version "Remain in Motion".

 

Fixed ComputerCraft 1.6 integration

Ooohhh you beautiful person. I almost cried when RIM 'died', especially because my roommate was a 'co-creator' (I think he helped set it up, but how far into the actual coding that went, I don't know) but didn't seem to want to continue supporting it either... ;)

 

Hey, does this CC integration fix this problem? :

 

If so, you are all the more glorious. ;D

 

PS

I can't wait to see this get to 1.7 - AE2, CC 1.7, RemIM 1.7 ... it will be a good day come!

Edited by Shrooblord
Link to comment
Share on other sites

Thanks for the error log, sorry for the crash. I've gotten it working without a problem on a server, but it may be leaking client code (which would show up as some minor inefficiency).

No need to be sorry. Glad you made the effort to make this mod live or even bring up some new features.

Link to comment
Share on other sites

This version adds a hard dependency on ForgeMultipart. [...] If that's a problem, please tell me and I'll see what I can do.


 

It, uh, kind of is a problem. I'm one of the last people not to use Forge Multipart and that's not likely to change - is there a chance for making the FMP-specific changes optional? (If needed, I can do the necessary work myself).

 

Also, this fork would really use an integration with OpenFrames - a RiM fork done by the OpenComputers community.

Link to comment
Share on other sites

The hollow carriage is only really useful with ForgeMultipart, since if you can't put stuff inside it it's basically a frame carriage. Other changes I've made should be possible to separate out. (Edit: Done. Grab the latest version.)

 

I found OpenFrames on Github. It looks like they've done some neat work with OpenComputers integration, but nothing has happened in their repo for a month. If they're interested I'd be happy to work with them. Do you know where I can contact them?

Edited by planetguy
Link to comment
Share on other sites

This version adds a hard dependency on ForgeMultipart. [...] If that's a problem, please tell me and I'll see what I can do.

 

It, uh, kind of is a problem. I'm one of the last people not to use Forge Multipart and that's not likely to change - is there a chance for making the FMP-specific changes optional? (If needed, I can do the necessary work myself).

 

I must ask,what reason do you have for not using FMP?

Link to comment
Share on other sites

Hey planetguy,

 

Thanks for the fork, it's greatly appreciated work! I was wondering, is it a bug or intended feature:

 

A platform carriage moves a bunch of block, then a block that is moved by the carriage goes in contact directly or indirectly with an immovable/blacklisted block such as bedrock, the result is a stuck carriage, impossible to move away from the immovable block. The only solution is to break a block between the carriage and the immovable block, et voilà the carriage can move again. Maybe the platform carriage should include in its "blocks to move" the blocks from it to air in a straight line, like designed, but also stop before blocks in the blacklist? 

 

Keep up the good work !

Link to comment
Share on other sites

I must ask,what reason do you have for not using FMP?

 

You're the eleventieth person to ask. Watch my blog for a post which I'll eventually write on it. Overall, it comes to a matter of preference, lightweightness, a dislike of the mechanics FMP introduces and CB being slow at updates.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Announcements

  • Anything claiming to be official Technic servers are not allowed here, for obvious reasons



×
×
  • Create New...