• 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!

    Thanks, LemADEC.

    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!

    Thanks, but there do we find this script?

    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!

    Have got the same problem as CG777 with the latest version. When I replace the controller, it loads, but as soon as I exit and re-enter the world, I face with the same issue.

    Posted in: WIP Mods
  • 1

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!
    Thanks for the response. However, I found a problem (I think).
    I modify the config as follows:
    transitionplane { # this is the list of transition planes defined hereafter
    S:names <
    overworld
    moon
    > # dimensionId, dimensionCenterX, dimensionCenterZ, borderSizeX, borderSizeZ, SpaceCenterX, SpaceCenterZ
    I:overworld <
    0
    0
    0
    300000
    300000
    0
    0
    >
    I:moon <
    -28
    0
    0
    3000
    3000
    304000
    304000
    >
    }


    but as soon as I start minecraft, the mod rearranges the lines in config to:
    transitionplane {
    # dimensionId, dimensionCenterX, dimensionCenterZ, borderSizeX, borderSizeZ, SpaceCenterX, SpaceCenterZ
    I:moon <
    -28
    0
    0
    3000
    3000
    304000
    304000
    > # this is the list of transition planes defined hereafter
    S:names <
    overworld
    moon
    > # dimensionId, dimensionCenterX, dimensionCenterZ, borderSizeX, borderSizeZ, SpaceCenterX, SpaceCenterZ
    I:overworld <
    0
    0
    0
    300000
    300000
    0
    0
    >
    }

    effectively crashing my client as soon as I decide to land on the Moon. What am I donig wrong?
    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!

    Hi, thanks!


    So it should be like:


    I: moon<

    -28

    600000

    600000

    3000

    3000

    600000

    600000


    ?


    But what do I do with Myscraft dimensions? Transition planes for each new mystcraft dimension?

    Posted in: WIP Mods
  • 0

    posted a message on Online Game Host - USA/EU - $4/GB - FREE TS3 - PayPal/Credit Cards - PREMIUM HARDWARE

    Just to follow up my query.


    You, guys, are great! You responded to my ticket and acted very fast. I am happy with the service I'm getting on OGH.

    Posted in: Other hosts
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!

    Hi LemADEC, could you give an example of how to use transitionplane. I've got my overworld borders limited to 300,000 blocks for testing purposes.

    So now I've got the following

    # dimensionId, dimensionCenterX, dimensionCenterZ, borderSizeX, borderSizeZ, SpaceCenterX, SpaceCenterZ
    I:overworld <
    0
    0
    0
    300000
    300000
    0
    0
    >

    1) Are those 300,000 blocks a radius or diameter from the center after which another planet can start?

    2) How do I add, e.g., Galacticraft Moon to the transitionplanes?


    Thanks

    Posted in: WIP Mods
  • 0

    posted a message on Online Game Host - USA/EU - $4/GB - FREE TS3 - PayPal/Credit Cards - PREMIUM HARDWARE

    Great, thanks. Re: TS, how do I order it? your TS server offers start with 5 slots? i, actually don't need it for more than 3 people, as this is the max that will be playing on my server.

    Posted in: Other hosts
  • 0

    posted a message on Online Game Host - USA/EU - $4/GB - FREE TS3 - PayPal/Credit Cards - PREMIUM HARDWARE

    I've been using OGH for a couple of weeks. Not bad, except for one issue with the multicraft panel.


    Whatever I do it shows the server as being offline regardless of whether it is online or offline.


    Also a couple of questions.


    1) I own a 1Gb server with you and thus an eligible for a free TS server. However, for some reason it does not appear as free for me when I enter the code. It is still worth som $ 0.70. Any ideas why this happens?

    2) In a couple of days the server got transferred to OGH, I wrote to you, guys, inquiring whether it would be possible to transter the server to Europe. I never go an answer. So I am asking it here. Is it possible? I not too keen on lag on the server because of its location.


    Thanks!

    Posted in: Other hosts
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!

    @ Eruraion. As I said, try installing everything. Then it should work.

    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!

    Thanks, LemADEC, for the explanation re: the planets. My I suggest though that to make the whole planet travelling business more practical to the end user, you might want to consider make it random beyond the indicated overworld settings instead of letting the end user modify the config. Frankly, I don't quite get it how this works, too.


    I suggest that insread, the planet coordinates are randomly assigned as soon as one leaves the default overworld area, and so is the size of it in blocks (or maybe a set number same as the overworld). The mod can also work with some other mods overthere out of the box, say Twilight forrest, aether, etc. as soon as those are installed. A message can appear in the chat telling us that there is a new planet below.

    Posted in: WIP Mods
  • 0

    posted a message on [1.6.4] WarpDrive mod: ships, space, lasers!

    Some quick testing of the 1.7.10 build:

    1) by the way it loads, it appears you coded it so that you need all of the mods, i.e., computercraft, opencomputers, IC2, CofCore... Without them, it either won't load, or crashes at some point.

    2) I got a crash when entering space for the first time:




    java.lang.NullPointerException: Ticking entity
    at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
    at cr0s.warpdrive.world.WorldGenSmallShip.<init>(WorldGenSmallShip.java:23)
    at cr0s.warpdrive.world.SpaceWorldGenerator.generateSmallShip(SpaceWorldGenerator.java:195)
    at cr0s.warpdrive.world.SpaceWorldGenerator.generateAsteroidField(SpaceWorldGenerator.java:326)
    at cr0s.warpdrive.world.SpaceWorldGenerator.generate(SpaceWorldGenerator.java:70)
    at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
    at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
    at net.minecraft.server.management.PlayerManager$PlayerInstance.<init>(PlayerManager.java:370)
    at net.minecraft.server.management.PlayerManager.func_72690_a(PlayerManager.java:97)
    at net.minecraft.server.management.PlayerManager.func_72683_a(PlayerManager.java:138)
    at net.minecraft.server.management.ServerConfigurationManager.func_72375_a(ServerConfigurationManager.java:240)
    at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:505)
    at cr0s.warpdrive.EntityJump.moveEntities(EntityJump.java:949)
    at cr0s.warpdrive.EntityJump.func_70071_h_(EntityJump.java:183)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
    at net.minecraft.world.World.func_72870_g(World.java:2034)
    at net.minecraft.world.World.func_72939_s(World.java:1887)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217)
    at cr0s.warpdrive.world.WorldGenSmallShip.<init>(WorldGenSmallShip.java:23)
    at cr0s.warpdrive.world.SpaceWorldGenerator.generateSmallShip(SpaceWorldGenerator.java:195)
    at cr0s.warpdrive.world.SpaceWorldGenerator.generateAsteroidField(SpaceWorldGenerator.java:326)
    at cr0s.warpdrive.world.SpaceWorldGenerator.generate(SpaceWorldGenerator.java:70)
    at cpw.mods.fml.common.registry.GameRegistry.generateWorld(GameRegistry.java:112)
    at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:280)
    at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1055)
    at net.minecraft.world.gen.ChunkProviderServer.originalLoadChunk(ChunkProviderServer.java:190)
    at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:131)
    at net.minecraft.server.management.PlayerManager$PlayerInstance.<init>(PlayerManager.java:370)
    at net.minecraft.server.management.PlayerManager.func_72690_a(PlayerManager.java:97)
    at net.minecraft.server.management.PlayerManager.func_72683_a(PlayerManager.java:138)
    at net.minecraft.server.management.ServerConfigurationManager.func_72375_a(ServerConfigurationManager.java:240)
    at net.minecraft.server.management.ServerConfigurationManager.transferPlayerToDimension(ServerConfigurationManager.java:505)
    at cr0s.warpdrive.EntityJump.moveEntities(EntityJump.java:949)
    at cr0s.warpdrive.EntityJump.func_70071_h_(EntityJump.java:183)
    at net.minecraft.world.World.func_72866_a(World.java:2070)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
    at net.minecraft.world.World.func_72870_g(World.java:2034)



    I guess it failed to generate an NPC ship


    3) You can get to hyperspace with a small ship through a gate, but you cannot go back. It says that the mass in insufficient, but you, naturally, cannot generate a gate in hyperspace.


    Otherwise it works.


    Questions: what does getting to a new planet (dimension) look like provided I have mystcraft / galacticraft.

    Posted in: WIP Mods
  • 0

    posted a message on FPS drop after upgrading to Windows 10

    Yup, got the FPS drop on windows 10, too. Guess we'll have to wait for driver / java optimisation.

    Posted in: Java Edition Support
  • 0

    posted a message on MineFantasy2 - Alpha

    Thank you for this release!

    Posted in: WIP Mods
  • 0

    posted a message on HELP!!

    Like, how about you

    1) READ

    2) FIND the following letter combination: D O W N L O A D in the top posts

    3) CLICK the accompanying links.

    Posted in: Mods Discussion
  • To post a comment, please .