Replay Emblem Files - Creative Contraptions - WarpPortal Community Forums

Jump to content


Photo
- - - - -

Replay Emblem Files


  • Please log in to reply
10 replies to this topic

#1 Tofu

Tofu

    Too Legit To Quit

  • Public Security Section 9
  • 3287 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 02 November 2014 - 06:22 PM

If anyone has tried to record replay files with something like Fraps or Bandicam, you know that you have to do a lot of work to get the emblems to show up properly.

The steps you have to go through for EACH emblem:

1. Find a guild without an Emblem in your replay
2. Find out the guild's ID number through ROPD
3. Find the file named "Chaos_GUILDNO_EMBLEMNO.ebm" and rename it to "_GUILDNO_EMBLEMNO.ebm"
4. Repeat for each guild that has no emblem

If a guild changes their emblem frequently, the EMBLEMNO will also change, making your newly renamed emblem file now useless for all future replays.

I've created a solution:

https://www.dropbox....Emblem.rar?dl=0

Spoiler


Simply place this python script into your _tmpEmblem folder, and run it. It will do everything in the list I wrote above, but on ALL emblems that start with "Chaos" in your entire folder. It made a copy of each of the 4472 emblems in my folder.

If you need to update the replay emblems, because someone changed their emblem, simply run the script again. It will not create duplicates of any replay-ready files already there.


You need python 3+ in order to run this.

PGO2OpO.png


EDIT: Made another script.

Spoiler


If you run the first script, and find that it STILL isn't finding the guild's emblem, it's probably because the guild changed their emblem before you ran the first script, and the "old" emblem is now lost.

But don't fret! This second script will allow you to duplicate already existing emblems, in case you missed one at some point.

This one actually takes some input. Here's what an example run would look like:

Spoiler


cTrfjld.png

It shouldn't be too difficult to use, but feel free to ask questions if it doesn't work.

This also requires python 3+ to run.



Python, for those who don't have it:
https://www.python.org/downloads/


Disclaimer: I hope this is alright to post here. It doesn't do anything magical, nor does it try to do anything malicious. The code is all visible in the spoilers, for anyone to verify the functionality for themselves.

Edited by Tofu, 16 November 2016 - 07:04 PM.

  • 10

#2 Schitter

Schitter

    Too Legit To Quit

  • Members
  • 1071 posts
  • LocationSwitzerland
  • Playing:Ragnarok Online
  • Server:Valkyrie

Posted 02 November 2014 - 06:30 PM

Cool ^_^

 

Thank you !!

 

 

Please Pin this Guide >.<


Edited by Schitter, 02 November 2014 - 06:31 PM.

  • 1

#3 Tofu

Tofu

    Too Legit To Quit

  • Public Security Section 9
  • 3287 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 02 November 2014 - 06:34 PM

Forgot to update the links with the most up to date code! They should be doing exactly what the screenshots show, now.
  • 0

#4 KamiKali

KamiKali

    They pay me to post.

  • Members
  • 5143 posts
  • Playing:Nothing

Posted 02 November 2014 - 06:50 PM

Awesome! <3 Maybe I'll load WOE videos again, been too lazy to fix emblems.


  • 1

#5 Sirolrex

Sirolrex

    I made it Off Topic

  • Members
  • 94 posts

Posted 02 November 2014 - 09:13 PM

Seriously nice work, I never did get very efficient with python.


  • 1

#6 xMSGx

xMSGx

    Too Legit To Quit

  • Members
  • 1037 posts
  • Playing:Ragnarok Online
  • Server:Yggdrasil

Posted 04 November 2014 - 08:12 PM

Very nice solution. I've been using Windows PowerShell to rename multiple of those .ebm files. Thanks much appreciated for sharing 


  • 1

#7 Soll

Soll

    Amateur Blogger

  • Members
  • 218 posts
  • Playing:Ragnarok Online
  • Server:Chaos Renewal

Posted 05 November 2014 - 06:49 PM

This is incredibly helpful! Works perfectly, thank you!  :p_laugh:


  • 1

#8 Narzziza

Narzziza

    Amateur Blogger

  • Members
  • 221 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 12 November 2014 - 07:41 AM

That is awesome! Really improved my WoE Video from last time :)

Thanks!


  • 0

#9 DeathDealer

DeathDealer

    Amateur Blogger

  • Members
  • 437 posts
  • LocationJefferson State
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 13 November 2016 - 09:09 AM

does this not work anymore? the link is dead


  • 0

#10 Tofu

Tofu

    Too Legit To Quit

  • Public Security Section 9
  • 3287 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 16 November 2016 - 07:05 PM

Oh sorry, I had used a temporary link when I first uploaded it. I've edited it to have a permanent link to the download.
  • 0

#11 Si6ers

Si6ers

    Amateur Blogger

  • Members
  • 124 posts
  • Playing:Ragnarok Online
  • Server:Thor

Posted 21 May 2019 - 08:12 PM

I'm using powershell. Hope this will help too.

1. Open Ragnarok Folder.

2. Open _tmpEmblem. 
3. Press shift and right click at the same time. 
4. Select "Open command window here".
5. Type powershell on command prompt.
6. Copy and paste using mouse the exact words below For Thor and For Chaos.
   
For Thor (it will rename Thor_*.emb into _*.ebm)
dir | Rename-Item -NewName {$_.name -replace "Thor", " "}
   
For Chaos (it will rename Chaos_*.emb into _*.ebm)
dir | Rename-Item -NewName {$_.name -replace "Chaos", " "}

Edited by Si6ers, 21 May 2019 - 08:13 PM.

  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users