Jump to content

KrisFirebolt

Members
  • Posts

    4314
  • Joined

  • Last visited

  • Posts

    4314
  • Joined

  • Last visited

Status Replies posted by KrisFirebolt

  1. Has anyone ever made one of those face masks or was it not fivenights atfweddies enough? sksksksksksksks

  2. Has anyone ever made one of those face masks or was it not fivenights atfweddies enough? sksksksksksksks

  3. Aight boys good news and bad news, good news I'm getting a new gaming laptop, bad news my 9 year old laptop (thats filled with a shit ton of files needed for work) just committed suicide on me last night.

  4. Are spoilers broken or something?
    unknown.png?width=595&height=499

    1. KrisFirebolt

      KrisFirebolt

      I was gonna mention this but I wasn't sure xD

    2. (See 2 other replies to this status update)

  5. Wow. So. How's everyone doing today?

    Does, anyone still use mine-imator?

     

    1. KrisFirebolt

      KrisFirebolt

      I've made some sort of protogen thing but that's about it tbh

    2. (See 2 other replies to this status update)

  6. Ah, what a lovely day where absolutely nothing happened on the Mine-Imator forums.

    1. KrisFirebolt

      KrisFirebolt

      :Cake: I'd upvote these two posts but i'm out now..  so have a cake x D

    2. (See 4 other replies to this status update)

  7. sUpua6W.gif

    1. KrisFirebolt

      KrisFirebolt

      I do feel a bit bad for laughing, but that has been the most fun I've had in this forum in a long time just reading that post. In a way, it was like the old days. I didn't know the forum would have that feeling again. I wasn't even sure of a forum post could ever get that much attention either. That was a wild ride worth visiting to.

    2. (See 2 other replies to this status update)

  8. Am i the only one on the slope game who cant get past 50 

  9. Random question: how many other people here think that most textures that don't follow the 16x16 style look bad and they don't entirely know why? I mean it seems that plenty of other people like higher-res models and textures but i almost never do, unless it's really well done.

    1. KrisFirebolt

      KrisFirebolt

      I think its just context, some packs have nice aesthetics, it depends on what you want.

    2. (See 6 other replies to this status update)

  10. Since Mojang has added so many new sounds (including Nether ambiance) already, I figured I'd update the sound pack in advance. I'll re-update it after the full release. Enjoy!

    https://www.mineimatorforums.com/index.php?/topic/46037-minecraft-sound-pack-—-116-20w10a/

  11. The Spotify Application is not responding.

    1. KrisFirebolt

      KrisFirebolt

      For some reason mine tends to flat-out quit playing music and ads, it takes one ad break to pretty much render the thing useless. I've went back to listening in the internet browser version where ads don't stop itself and music from playing. xD

  12. Came back home and saw like 15 notifications and it got my heart pumping thinking, ok what happened? Turns out it was just people talking in some status somewhere xD

    1. KrisFirebolt

      KrisFirebolt

      Oof, yea.. I wonder if there's away to maybe not have that happen

    2. (See 3 other replies to this status update)

  13. While it's great that Bedrock is now getting an entire update dedicated to parity with Java, one thing I hope doesn't come to Bedrock is the Java flying mechanics. 

    I guess it's because I'm not used to it, but I can hardly ever build anything cause of the drifting. On Bedrock when you stop moving you come to a dead stop, which I think makes for easier building and works better for controllers.

    I'v got nothing against Java's flying, like I said, I'm just not used to it, but I prefer the, I wanna say, simpler Bedrock flying mechanics without the drifting. 

    I doubt they will give Bedrock Java's flying, nor vice versa. I mean, they already said they're not going to change Bedrock's redstone to match java for some dumb reason, so I don't think they'll be changing any major game mechanics.

     

     

    1. KrisFirebolt

      KrisFirebolt

      both have pros and cons, chill lol its like yall are ready to just fly around votes

    2. (See 18 other replies to this status update)

  14. While it's great that Bedrock is now getting an entire update dedicated to parity with Java, one thing I hope doesn't come to Bedrock is the Java flying mechanics. 

    I guess it's because I'm not used to it, but I can hardly ever build anything cause of the drifting. On Bedrock when you stop moving you come to a dead stop, which I think makes for easier building and works better for controllers.

    I'v got nothing against Java's flying, like I said, I'm just not used to it, but I prefer the, I wanna say, simpler Bedrock flying mechanics without the drifting. 

    I doubt they will give Bedrock Java's flying, nor vice versa. I mean, they already said they're not going to change Bedrock's redstone to match java for some dumb reason, so I don't think they'll be changing any major game mechanics.

     

     

    1. KrisFirebolt

      KrisFirebolt

      woah i just said i felt like it split the community apart, i never said i hated it anywhere xD

    2. (See 18 other replies to this status update)

  15. Really long unnecessary status alert. So i was looking at my old statuses, and saw an old idea i had since expanded upon. 

    Status this is a reply to:

    https://www.mineimatorforums.com/index.php?/profile/43215-jake_28/&status=191314&type=status

    If i ever decide to do it, heres some ideas i came up with.

     

    Players would be stored on the server host’s computer as (zip?) files (which have a maximum size to prevent exploitation). They would contain model data, probably Modelbench or Blockbench, and keyframe support. You would be able to script animations, variable changes, etc to happen with events like button presses, interations with scenes (I’ll get into that when I talk about scenery), etc. 

     

    AFTER SOME MORE TYPING: I’ve realized it would be more efficient to store player script files on the client’s computer (but keep account, model, texture, and keyframe files on the host’s), because it would split up the processing power over multiple users rather than just the server host. I can keep sending rudimentary commands like for drawing models and updating animation frames to the server, but the code behind them can be kept on the client side. pls keep this in mind while reading. I have modified some specific parts relating to this in further texts.

     

    So you’d script a character, animate it, texture it, and model it, and then and it would be able to receive inputs from the server and the client.

     

    There would be a player editor, and a base player zip, that has movement, support for 1.8 skins, and some basic idle and walk animations. In the editor you can test your character scripts in a test environment which acts like a server, but offline and with real time editing. Scripts receive inputs, and update their data accordingly, for example a movement script would receive WASD and update its position variable, and then in the main script it would (kindly) tell the server “DRAW MODEL AT POSITION_x POSITION_Y WITH ANIMATION.WALK FRAME.7”.

     

    Models will have a (file size/ part amount) limit, and a script can ask the server to draw (arbitrary number) of models on each frame. The amount can be adjusted in server settings to help counter lag with more or less people?

     

    Account data is stored on the host’s computer. You type in the server adress (maybe somehow have the server host input an adress, encrypt it in some obscure way, and the decrypt the ip after it is input at the end user’s computer? But maybe it is secure enough already? Plus the user can probably just monitor the connection for the ip?) and then you input your username (check if the server already has someone with that name), and password (HUGE RED WARNING TO NOT USE THE SAME PASSWORD AS EVERYWHERE ELSE SINCE IT IS VISIBLE IN PLAIN TEXT ON THE HOST’S MACHINE? Or i could salt it, hash it, and store it like that but idk how) (maybe just randomly generated and store it on th user’s computer?) and then every time you want to log back in, you input the same stuff and you have your username.

     

    There would be 2 chats: RP and OOC (out of character). (Or just make OOC the same but different color?) and you can type. Yep.

     

    Maybe add recording and replaying with a moveable keyframable camera and then export images and use  FFMPEG to export video? And add chat bubbles for in character chat, so words appear above heads? Save chat as text for a backup?

     

    Now time for: SCENERY!

    Scenery can be submitted by users to the server host to add to the world map. Scenery is made in a similar editor to the character editor, and is composed of Objects and Structure. Structures are just structure block exports that you can position. Objects are able to be interacted with via scripting, and can activate those scenery events i mentioned earlier. For example you could have an object send a packet to a user saying “LINK.PLAYER TYPE:TYPE” here player can be replaced with any player submitted “player” (which can.. also be objects? You could model a carcand submit it as a “player”) and if the “player” can comprehend it (if it has handling code) it can do anything. For example you could make the player just display a simple holding animation with the model in their hands unless the TYPE is a.. for example gold sword, in which case they could make it levitate on their head. 

     

    The world map is composed of scenery which can be travelled to “by foot” (by moving eg with WASD) or by using the minimap. Scenery fits together like a puzzle, but you have to make the transitions yourself. If there is a mountain and then a cut and a flat plains, you’d have to make a scenery to link them together yourself.

     

    The world make would start as an ocean. Players would spawn on a designated spawn object. Eg a boat. And if it is destroyed, they would spawn somewhere else.

     

    Speaking of objects, i should probably not limit them to scenes. Objects can be placed in the map and linked to players, or players linked to them. (The boat!). Players can edit variables by interaction via scripts (The boat might have a steering wheel!).

     

    Basically rpg

    Oh and it’s all top down like in minecraft dungeons.

     

    oh also i had this relevation about minecraft: https://www.mineimatorforums.com/index.php?/profile/43215-jake_28/&status=191600&type=status

    1. KrisFirebolt

      KrisFirebolt

      This could be a forum post for how long this is, statuses are usually small things xD

    2. (See 4 other replies to this status update)

  16. So, I planned on spending all day playing video games and doing nothing, but my college was having a dance so I went. A good friend of mine taught me how to slow dance, I hung out and got drunk on soda before getting super hyper and dancing like there was no tomorrow, and then I ended up flirting with this guy and he asked for my number, so today went pretty great. ? 

    1. KrisFirebolt

      KrisFirebolt

      That sounds like an exciting time! Hope that things go well for you, you should still stay careful about some things, but having fun is having fun. ^-^

    2. (See 1 other reply to this status update)

  17. I wonder if a Protogen would be strong enough to use Mineimator on, assuming you can use its face as a screen. ?

    1. KrisFirebolt

      KrisFirebolt

      I feel like I want to try creating my own one with Minecraft and Mineimator, for the challenge, I think I could do it. Its been years since I've made an actual new thing.

    2. (See 1 other reply to this status update)

  18. Y'all ever just say something and not stick to it?

    1. KrisFirebolt

      KrisFirebolt

      I think its common, also yay protogen!

  19. normal functional beings: *uses ctrl to sprint in minecraft* 

    literally every famous minecraft youtuber ever: *presses w twice like wHY WOULD YOU DO THat it'S CURSEd*

  20. WTF!! A group of pillagers are raiding my house! I don't even live next to an outpost or a village! What should I do???????

    1. KrisFirebolt

      KrisFirebolt

      Imagine that, you get the hero perk at your own house, so whenever you get villagers it would be a discount xD

    2. (See 5 other replies to this status update)

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Create New...