Search results

  1. wespel

    [Under Consideration] REQUEST: Ability to read past chat messages from log files.

    Hello. to allow you to see it before it is implemented in CAT : You just need a log viewer. I use LogExpert. It parses logs and offers a filter functionnality that allows you to display line containing a certain string. I filter on the keyword "said" to get a complete view of the chat.
  2. wespel

    [Fixed] V018 : few parameters not working.

    Hello. I finally switched to CAT as launcher (and it worked !). Problem is : A few parameters won't save, I have to edit it from the files and leave the field blank in CAT. Parameters : server nudity level : Alsways partial, won't switch to full Server Region is US. No matter what you want...
  3. wespel

    [Fixed] Server Started. Or is it ?

    Code is : pushd C:\apps\conan call "C:\apps\conan\ConanSandbox\Binaries\Win64\ConanSandboxServer-Win64-Test.exe" "ConanSandbox?Multihome=192.168.0.46?GameServerPort=27016?GameServerQueryPort=27017" -nosteamclient -game -server -log popd I'll try to run without for testing.
  4. wespel

    [Fixed] Server Started. Or is it ?

    Problem is my server is currently running with those items in the command line. I was wondering. DO you think I can put a Bat file instead of the exe in the config ?
  5. wespel

    [Fixed] Server Started. Or is it ?

    Hello. I am currently using CAT on side of my server. It can read the chat log, display the online players and informations, and it's already great for me. But it doesn't have any control on the server itself. I'm having a bug with the ini files not being written/read, already detailled in...
  6. wespel

    More Player information

    Apparently the blobs use different structure depending on the inventory type. Theymust have used this method to get an inline specific structure and avoid multiple sql queries. That's gonna be a hard case to get all these data deciphered. For the first point, do you plan on making your own db...
  7. wespel

    More Player information

    ok I got it the blob is encoded ascii for scripts. you can get the content with a query to hex(data) to get somthing like ...
  8. wespel

    More Player information

    Maybe I should stop replying here, but it's part of the topic : Characters stats are simple : char_id , stat_type, stat_id, stat value The combinaision of stat_type and stat_id gives you the stat, Do you want me to list the stats names corresponding ? For the blobs inside the...
  9. wespel

    More Player information

    Sorry it's missing somthing, it's the same id as the Id field in the Character Table (the incremental id, not the big number)
  10. wespel

    More Player information

    if you access the game.db in the saved folder (which I assume you did for your current information as it looks like the character table), you should get the position with a simple query like : select x,y,z from actor_position where class="BasePlayerChar_C" AND Id = <your player id> You should...
  11. wespel

    More Player information

    Hello ! I don't know if this is information you can get easily or not, but the Player List would be even more useful if we could get more intel on the player, like : last time seen connected / or time connected for... coordinates on the map (with copy to clipboard teleport ?) steam Name for...
  12. wespel

    Thank you.

    I've seens thanks for answering requests or feature, but I've not seen any message (but I didn't ready everything) thanking you for this project in general. There are many tools growing around hosting CE and many devs to thanks, but I'd like to thank YOU Trekkan for the work you're doing for...
  13. wespel

    New JFF Member Introduction for wespel

    What is your real first name? Frederic What are your top 5 favorite games/game styles to play? MMORPG Turn based strategy First person Puzzle Survival Why would you like to join JFF? I just discovered this community. The content it creates seems great. What other (if any)...
  14. wespel

    [Fixed] Error Reading Config Files

    I confirm that I have the same problem with a french Locale installation. Config is read, except for numeric data, like the multipliers. when we the version 16 become available ? it says I don't have access to it :/ Sorry, nevermind, I got access to it as Alpha. I don't know if we need to...
Top