Replay Mod Forums

[Suggestion] - Remove Entities
    • User
    • 53 forum posts
    User5855
    #1

    Aug 23 15, 05:55 PM | Last edited: Oct 02 15, 07:28 AM

    Suggestion:
    If something is in the replay that you don't want, you can removed the entity. (EDIT: Just make it invisible.)

    Reason:
    Items and other things are currently messed up a bit.
    https://www.replaymod.com/replay/846
    Use the what cha ma call it path.

    Any Other Information:
    Nope.


    • Moderator
    • Beta Tester
    • 249 forum posts
    User20
    #2

    Aug 29 15, 01:44 AM

    An Entity Manager has a low priority and might not be added in the near future. You can find more here.


    • User
    • 53 forum posts
    User5855
    #3

    Oct 02 15, 07:28 AM | Last edited: Oct 02 15, 07:35 AM

    Or just make it invisible.


    • Developer
    • 1883 forum posts
    User10
    #4

    Oct 03 15, 05:15 PM | Last edited: Oct 03 15, 05:17 PM

    Not a solution to the problem as it doesn't work with items and is kinda difficult to do but it might help at some point.
    You can remove any mobs of a specific type by running this command:
    java -cp replaymod-1.0.5.jar de.johni0702.replaystudio.launcher.Launcher -c '(b)(a>remove_mobs,{Types:[CREEPER]}>b)' input.mcpr result.mcpr
    This assumes you're in the same directory as your replaymod-1.0.5.jar, the input file is called "input.mcpr" and the resulting replay without those mobs will be "result.mcpr" (both in same directory).
    You can replace CREEPER with any of those. You may also remove multiple in one run by concatenating them via , (no spaces).

    Edit: This is the command. The forum seems to have messed up some parts of it.


    • User
    • 53 forum posts
    User5855
    #5

    Oct 03 15, 08:27 PM

    Hm. Thanks!