Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/07/21 in all areas

  1. Whatch it in HD and Full Screen mode and give me your opinion/suggestion =D OBs: Its easy to edit the MvP's name and the words vivo (alive) and Morto (Dead) from portuguese to english
    2 points
  2. New 3rd Level of Magma Dungeon in official style for MVP Muspellskoll. Version 1.0 (2022): Used one texture as in the 1st level Version 1.1 (2023): Used different textures for the walkable zone and surrounding rocks as in the 2nd level Added rocks, stalagmites, and other objects to decorate the cave Improved the dragon tower on top of the mountain, added rocky platforms Also adapted the monsters_MJ of the original 3rd level to the style of the 1st and 2nd levels: removed auras, enlarged the lava golem sprite, and added a recolored version of the GRIZZLY All innovations are presented in the updated video .•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•.•°'°•. mag_dun03 Please rate it ? if the map is good enough You can visit my discord group to get more information.
    1 point
  3. Soon: Post revamp!! ["Not Browedit 3" ?] The old guide can be found here:
    1 point
  4. Oh no, I've been arsed to do it. Really though I've been working on this off-and-on for about 2 years, mostly with big breaks in between. My last break was actually 5 months. It's a point where it's somewhat presentable now so hey, time to share. So far the features it has are: - public chatting (no party, whispers, guild yet) - regular attacks and spell casting - hotkeys with 'timed attack' support - map loading - audio system - effects system (hurt fx, spell fx, misc fx like cast circles, etc) - expandable animation system (server can tell client to play an unlimited number of animations) - GAT editing/exporting (to update the mapcache) It's been an interesting learning experience, helping me get better at C# programming and understanding networking and stuff. Because I'm using Unity as the engine I don't have to use any of Gr*vity's formats which makes it sooooo much easier to create assets and get them in game. It only takes a few hours to start a character from scratch, model them, texture them, import them into Unity, and get them in game. Imagine not having to worry about which tool to use for which format. Anything involving sprites is just a .png spritesheet. STR-like effects are billboards animations made with Unity's animation tools. Maps are prefabs composed of a 3D ground mesh and prop prefabs for details (things like beanstalks, mushrooms hills, houses). Making the map in 3D saves dev time and will (probably) be more flexible than doing it with tiles. The heightmap is another 3D mesh that actors snap their Y positions to. Parts of the video will look incomplete compared to others, but that's mostly due to how I implement stuff. When I'm working on a new feature I'll usually just get it to a point where it works, then move on to something else. Example of that would be how some of the maps have art, and others are still greybox tiles. Once I got the map system working I moved on to a new feature instead of updating the art for all the existing maps. Actors don't have actual animations because once the system for playing the animations was done I moved on to a new feature. Only one prop so far uses vertex colours because... well, you get the idea. Once something actually works I can make it better later. The way the timed attacks work now are pretty neat. When I was still using an RO client you would have to use the 'ALL_ATTACK' skill to trigger a timed attack (you can see this in older videos). This is true whether it was a normal attack, an aoe spell, a targeted spell, whatever. With the Unity client I can keep track of a timer after you've used a spell, so that if you hit that same hotkey again, it sends the 'ALL_ATTACK' skill instead. If you've ever played Super Mario RPG this is how the system works in that game. You hit Y to go into the Special menu, use the spell, then hit Y again during the animation to do the timed hit. I've started adding custom packets for some things. Previously how I handled the process of a normal attack went like this: - player starts attacking enemy, send 'damage' packet from src->target with 0 damage to play the attack anim - if player did a timed hit, send the 'use Skill' packet so player does the 'jumping' animation - send the 'damage' packet from target->target with actual damage so enemy plays their 'hurt' animation Now it's more like: - player starts attacking the enemy, send 'PlayAnimation' packet that tells src to face target and play animation 7 (this number could change based on their equipped weapon) - if player did a timed hit, send 'PlayAnimation' packet that tells src to face target and play animation 13 - if attack didn't miss, send 'TakeDamage' packet where target faces src, plays animation 2 ("hurt" anim), and the damage numbers appear With this I can tell the actors to play an infinite number of animations based on their equipment, player state, class, whatever. Few of the next big things to implement will be inventory and equipment management, NPC dialogue, and a window for choosing level up stats. That last one will require some new UI and custom packets so that would be the next thing to add.
    1 point
  5. 1 point
  6. Hi! Thanks! Yes, it has 30 custom models (as in existing models with custom textures).
    1 point
  7. Now, if only I can fix this graphics glitch, it'd be perfect ><; I really need urgent help on this matter. UPDATE: The graphics bug has mysteriously vanished one more time... No matter if I enable or disable "Trilinear", it's gone. Maybe it's just my graphics card (Nvidia 750ti), or something else O.o UPDATE 2: I've managed to solve this problem for myself. Below I'll paste everything that I did, which is also on my Graphics Support topic, since I've just heard this is a common problem among RO mappers ><;
    1 point
  8. Thanks x3 Show me when u make them! Thank you so much, Sage! It means a lot that you say it, specially with all your experience in maps ^^ It was also very insightful to read your tutorial and advices in the Discord channel. And oh my, I didn't think it was actually better than that, I like Amatsu a lot! ahahah x3 Well, I don't know what to say ? I'm very glad you see it that way, though! And yeh, it took a long time to finish and when I found out how to do something new, I wanted to go back and improve what I had done. But being in the channel and reading the comments was very encouraging. Thank you so much! Thank u! It means a lot to me x3 Well, it took almost half a year! And I changed many things whenever I could x3 Thank you! Hopefully I can make more soon :3
    1 point
  9. Thank youu! ;w; Thanks! Oh I've thought about making another shrine, but first I want to practice and learn new things by making diverse types of maps :3
    1 point
  10. Simply check the server's IP and press "Windows Icon" + R Input the server's IP.
    1 point
×
×
  • Create New...