Easier/Quicker way to modify values in databases?

● ARCHIVED · READ-ONLY
Started by Sorwen 3 posts View original ↗
  1. It is really slow for instance if you have to modify all 99 levels of things like HP/Att/etc. Is there any way to view it as tables or something(another program or is .rvdata2 extension a normal database extension)? I like what it tries to do for ease of use, but for massive data entry tasks it sucks(unless I'm missing something).
  2. there are some scripts that rewrite the game engine to read data from external tables - check tsukihime's blog and the master script list.


    However, there are also several ways in the editor to change the values quickly and automatically - depending on what you really want to change, those might be enough.
  3. Andar said:
    there are some scripts that rewrite the game engine to read data from external tables - check tsukihime's blog and the master script list.

    However, there are also several ways in the editor to change the values quickly and automatically - depending on what you really want to change, those might be enough.
    Thanks! I'll check it out.