Results 1 to 1 of 1

Thread: Guide for the CinEditor and SV

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Aeneas Veneratio's Avatar Protector Domesticus
    Join Date
    Apr 2007
    Location
    Copenhagen (Denmark)
    Posts
    4,703

    Default Guide for the CinEditor and SV

    (Vanilla - Just basic)Make a new cfg file called Cin.cfg

    copy paste the following into it.
    ________________________________________________________________
    [video]
    windowed = true
    movies = false
    tga_width = 800 #tga capture size

    [capture_tga]
    fps = 20

    [misc]
    tga_front_buffer_capture = true

    [audio]
    disabled = false

    [cine]
    show = true
    width = 800
    height = 600

    [replay]
    play = true
    file = replays/Name of your replay.rpy
    camera = cameras/cam1.cam #default camera to load

    #The file will also need to contain one or both of these options:

    [cine]
    capture = false #captures the movie as .tga files using the default camera (required)
    avi = true #use this if you want an AVI instead of .tga files
    ______________________________________________________________
    Now you need to make a Bat file called mtw2cin.bat with the command line:
    Medieval2.exe @Cin.cfg (to make a bat file: Open Notepad and save it into the Medieval folder(The file name needs to contain "name.bat"). Remember to make it into a bat file the "filetype" needs to be "All files"

    Okay, I hope all understood that.
    Now to get it work along side SicilianVespers, do this.
    Make a new cfg file called SicilianVespers2.cfg and copy paste this into it.
    ___________________________________________________________
    [features]
    editor = true
    mod = SicilianVespers
    [io]
    file_first = true

    [video]
    windowed = true
    movies = false
    tga_width = 800 #tga capture size

    [capture_tga]
    fps = 20

    [misc]
    tga_front_buffer_capture = true

    [audio]
    disabled = false

    [cine]
    show = true
    width = 800
    height = 600

    [replay]
    play = true
    file = SicilianVespers/replays/Name of your replay.rpy
    camera = cameras/cam1.cam #default camera to load

    #The file will also need to contain one or both of these options:

    [cine]
    capture = false #captures the movie as .tga files using the default camera (required)
    avi = true #use this if you want an AVI instead of .tga files
    ________________________________________________________
    Now to the Bat file part. Call it Cin_SicilianVespers.bat and add this command line into it: medieval2.exe @SicilianVespers2.cfg


    Now you can enter your old replays and take awesome pictures
    To Enter the Replay you wish to, go to "file = SicilianVespers/replays/Name of your replay.rpy" and change the part in bold to be the exact same as the replay you want to enter. Check your Replay file and just copy paste the title of the replay there.

    Movements:
    The "Play"/"Pause" buttom is Enter
    WSAD can be used to move the view
    Also the numlock numbers can be use to move it
    "+" and "-" are for the angle
    The mouse also add some options to move around - by holding right mouse key you can turn the view alot faster compared to other movement keys
    Last edited by Aeneas Veneratio; May 29, 2007 at 07:24 AM.
    R2TW stance: Ceterum autem censeo res publica delendam esse

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •