Jump to content

McProphet

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

55 profile views

McProphet's Achievements

Rookie

Rookie (1/12)

3

Reputation

  1. Maybe ask Mr. Jared on github if that is possible to do. He has decoded most of the data files, to encode them again shouldn't be that hard, the question is if Mr. Jared has the time to do so.
  2. You just need java installed. You go to the itch.io page and download the release of the data conversion tool. And you run the program, you select the data folder you want to convert and it will convert. Than you can use a dbbrowser of your liking, for beginners maybe a simple dbbrowser for sqlite a bit of google search might help as well. With little to no knowledge of SQL one can view the entire database. One of the features I like the most is the ability to export this data into a .xls. So running a query like "SELECT * FROM workers where wage < 3000;" will list all the workers that are under 3000 dollars which is great for backyard to global games. One can get further with it Select name, striking, flying, wtv you want to see from workers join contracts on contracts.worker_id = workers.workerID WHERE contracts.promotion_id = the id of your promotion; which will list all the workers from your company you can then select that and export to .xls or just copy the table and raw paste to excel or google docs. Its a pretty nasty tool. I could make a list of useful queries but one can learn easily and there are a lot of sql tools around that can help the user with the complex query builders made simple and work more like a visualizer than anything else. If you don't want to mess with queries, just click on the column to sort by the column, can be useful to filter out some results, to get the highest brawler based wrestler or the wrestlers with the higher overness without all the scrolling and clicking you need to do in EWR. So far I only encontered an issue with the roster splits, where the only the odds id are being converted, 1, 3, 5, 7... So in my 2007 save game I had to manually copy paste the smackdown roster but it was a lot better than writing all the stats by hand, just to then close the window because my spreadsheet loving part was done with EWR.
  3. It's only possible to export data not to import it back to EWR. But in that regard it's great to read data. I'm not the one to thank. But Mr. Jared. https://github.com/JaredRombough/wrestling-data-conversion-tool He was the one who developed the tool for his game Open Wrestling I just decided to ask him for this feature since I could make use of it and he developed it in no time.
  4. After talking with Mr Jared he designed the tool, you need Java on your computer but this is great stuff, specially for those who like to play EWR with spreadsheets. I recommend using a simple dbbrowser for sqlite which allows you to transform the db to a csv and filter to your liking. There is a lot of potential with this tool.
  5. I don't want to advertise it for the time being, but is something related to EWR and booking games in general. When the time is right, I will try to announce it. Oh and it's something free... I'm still from the era where giving something for free was a good thing.
  6. Sorry for reviving such an old thread. But did any work came out of this? I'm developing something of my own and I would greatly appreciate to have this as a tool in order to re-use all the user content made for this game. I mean, I don't need to edit any of the data, but if I could view the data in a excel file, I could work with that. Maybe someone is still around...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. To learn more, see our Privacy Policy