Running single player race with AI from command line

Discussion in 'Technical & Support' started by roszman, Dec 6, 2019.

  1. roszman

    roszman Registered

    Joined:
    Jul 11, 2019
    Messages:
    21
    Likes Received:
    9
    Hi,

    as in title. Is it possible to run single player race with AI from command line? with AI talent files, specific track and such?
    Also is it possible to write your own mod for UI? like additional section/screen and run races from there?
     
  2. Seven Smiles

    Seven Smiles Registered

    Joined:
    Oct 5, 2010
    Messages:
    1,099
    Likes Received:
    1,152
    roszman likes this.
  3. roszman

    roszman Registered

    Joined:
    Jul 11, 2019
    Messages:
    21
    Likes Received:
    9
    :) can you point me to some resources? source code or something?
     
  4. Seven Smiles

    Seven Smiles Registered

    Joined:
    Oct 5, 2010
    Messages:
    1,099
    Likes Received:
    1,152
    I could, but given that I'm struggling badly to understand a lot of what I've written I don't think it would help! It's one of those software projects that got completely out of hand :oops:

    It is quite straightforward to run single player race with AI from the command line, it started to get messy when I tried to control which car, track and opponents were in the race.

    From ....\Steam\steamapps\common\rFactor 2
    Code:
    Bin64\rFactor2.exe  +singleplayer +path=.
     
    Last edited: Dec 6, 2019
  5. roszman

    roszman Registered

    Joined:
    Jul 11, 2019
    Messages:
    21
    Likes Received:
    9
    not obviously written code would be better than nothing ;) unless it's closed source...
     
  6. roszman

    roszman Registered

    Joined:
    Jul 11, 2019
    Messages:
    21
    Likes Received:
    9
    so this:
    Code:
    Bin64\rFactor2.exe  +singleplayer +path=.
    will just run last scenario? And it's difficult to play with rf2 data files (to create your own scenario)?

    I wonder if new UI (html based?) will open some more options.
     

Share This Page