搜索结果: *

  1. Suns_Persian_Guard

    MP Native Calradia Adventures - Invasion RPG| VOTE FOR REVIVAL!

    Best of luck! I'll try it out later tonight, possible bring my whole regiment along with me.  :smile:
  2. Suns_Persian_Guard

    Modding Q&A [For Quick Questions and Answers]

    Hi

    I'm planning on using a Webserver for the Invasion Mod I am currently developing. I know that the Webserver is run on one's internet, but does it make it extremely slow as if said person's internet was downloading a huge constantly?

    Thanks!
    Suns
  3. Suns_Persian_Guard

    Don't see any servers online

    Are you sure you have server browsing on 'Internet' instead of favorites?
  4. Suns_Persian_Guard

    Modding Q&A [For Quick Questions and Answers]

    Hi

    I tried setting up a webserver from this thread. http://forums.taleworlds.com/index.php?topic=299534.0
    I have downloaded the program, and changed the port from '8080' to '80'. But when I start up the Webserver, Apache and MySQL won't activate. (Don't have skype either) If there are any solutions I'd be happy to see them.  :grin:

    Thankings,
    Suns
  5. Suns_Persian_Guard

    What be on yer mind?

    Teofish 说:
    Is that like a bovine version of Goat simulator?
    Hahaha nope. Wait and see.  :smile:
  6. Suns_Persian_Guard

    What be on yer mind?

    CoW comes closer to release!  :grin:
  7. Suns_Persian_Guard

    B Tutorial Other Webserver as database for warband

    I believe I have finally fixed this issue, closed.  :grin:
  8. Suns_Persian_Guard

    Version in Development: 0.2

    Glass dome for sure pidgeon.
  9. Suns_Persian_Guard

    Kingdom Treasury

    Same issue with me lol. 0 gold in the treasury and Marnid won't let me donate. D;
  10. Suns_Persian_Guard

    Pickaxe

    susliks_LV 说:
    can you get stone with sword?
    Yes, same for wood. (Version 1.0)
  11. Suns_Persian_Guard

    Pickaxe

    Day 213, same for me. But my sword works just fine.  :grin:
  12. Suns_Persian_Guard

    Turguhn Horde

    Same for me lol.

    When they invaded for me, they only took 1 castle then died within 2 weeks of struggle. 
  13. Suns_Persian_Guard

    Main Topic

    Downloading right now. Looks promising!  :grin:
  14. Suns_Persian_Guard

    Modding Q&A [For Quick Questions and Answers]

    Hey, me again  :smile:

    After fixing most of the errors in the code and compiling, whenever I click on the "Multiplayer" option in the menu, the game crashes and I get.

    RGL ERROR

    Unexpected End of File in Modules/Cry of Winter/scenes.txt

    Thanks!  :grin:
  15. Suns_Persian_Guard

    Modding Q&A [For Quick Questions and Answers]

    Dusk Voyager 说:
    NameError: name 'tf_guarantee_boots' is not defined
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/SteamApps/common/MountBlade Warband/Module/Cry of Winterstrings.txt'/
    And check for multiplayer_game_type_duel in header_common. You must have unintentionally deleted it.
    Thanks! That solved a couple, I believe I can solve the rest.  :grin:
  16. Suns_Persian_Guard

    Modding Q&A [For Quick Questions and Answers]

    Hello, I'm a new modder trying to make an Invasion mod based off of Arch3r's thread.
    http://forums.taleworlds.com/index.php/topic,112477.0.html

    After doing all that, when I compile I get these errors, along with the Invasion Faction and gamemode not popping up when I test it out ingame.
    (Huge!)
    Traceback (most recent call last):
      File "process_init.py", line 2, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Traceback (most recent call last):
      File "process_global_variables.py", line 8, in <module>
        from module_presentations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_presentations.py", l
    ine 2120, in <module>
        (neq, "$g_multiplayer_game_type", multiplayer_game_type_duel),
    NameError: name 'multiplayer_game_type_duel' is not defined
    Exporting strings...
    Traceback (most recent call last):
      File "process_strings.py", line 26, in <module>
        save_strings(strings)
      File "process_strings.py", line 9, in save_strings
        ofile = open(export_dir + "strings.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Winterstrings.txt'
    Exporting skills...
    Traceback (most recent call last):
      File "process_skills.py", line 32, in <module>
        save_skills()
      File "process_skills.py", line 15, in save_skills
        ofile = open(export_dir + "skills.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Winterskills.txt'
    Exporting tracks...
    Traceback (most recent call last):
      File "process_music.py", line 23, in <module>
        save_tracks()
      File "process_music.py", line 15, in save_tracks
        file = open(export_dir + "music.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Wintermusic.txt'
    Exporting animations...
    Traceback (most recent call last):
      File "process_animations.py", line 61, in <module>
        write_actions(animations,len(action_codes),action_codes,"actions.txt")
      File "process_animations.py", line 24, in write_actions
        file = open(export_dir + file_name,"w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Winteractions.txt'
    Exporting meshes...
    Traceback (most recent call last):
      File "process_meshes.py", line 25, in <module>
        save_meshes()
      File "process_meshes.py", line 9, in save_meshes
        ofile = open(export_dir + "meshes.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Wintermeshes.txt'
    Exporting sounds...
    Traceback (most recent call last):
      File "process_sounds.py", line 51, in <module>
        write_sounds(sound_samples, sounds)
      File "process_sounds.py", line 13, in write_sounds
        ofile = open(export_dir + "sounds.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Wintersounds.txt'
    Exporting skins...
    Traceback (most recent call last):
      File "process_skins.py", line 105, in <module>
        export_skins(skins)
      File "process_skins.py", line 45, in export_skins
        ofile = open(export_dir + "skins.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Winterskins.txt'
    Traceback (most recent call last):
      File "process_map_icons.py", line 6, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Exporting faction data...
    Traceback (most recent call last):
      File "process_factions.py", line 70, in <module>
        save_factions(relations)
      File "process_factions.py", line 34, in save_factions
        file = open(export_dir + "factions.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Winterfactions.txt'
    Exporting item data...
    Traceback (most recent call last):
      File "process_items.py", line 66, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Exporting scene data...
    Traceback (most recent call last):
      File "process_scenes.py", line 15, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Traceback (most recent call last):
      File "process_troops.py", line 4, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Exporting particle data...
    Traceback (most recent call last):
      File "process_particle_sys.py", line 61, in <module>
        save_particle_systems()
      File "process_particle_sys.py", line 29, in save_particle_systems
        ofile = open(export_dir + "particle_systems.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Winterparticle_systems.txt'
    Traceback (most recent call last):
      File "process_scene_props.py", line 7, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Traceback (most recent call last):
      File "process_tableau_materials.py", line 8, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Traceback (most recent call last):
      File "process_presentations.py", line 4, in <module>
        from module_presentations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_presentations.py", l
    ine 2120, in <module>
        (neq, "$g_multiplayer_game_type", multiplayer_game_type_duel),
    NameError: name 'multiplayer_game_type_duel' is not defined
    Exporting party_template data...
    Traceback (most recent call last):
      File "process_party_tmps.py", line 46, in <module>
        save_party_templates()
      File "process_party_tmps.py", line 20, in save_party_templates
        file = open(export_dir + "party_templates.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Winterparty_templates.txt'
    Traceback (most recent call last):
      File "process_parties.py", line 6, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Exporting quest data...
    Traceback (most recent call last):
      File "process_quests.py", line 30, in <module>
        save_quests()
      File "process_quests.py", line 9, in save_quests
        ofile = open(export_dir + "quests.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Winterquests.txt'
    Exporting info_page data...
    Traceback (most recent call last):
      File "process_info_pages.py", line 26, in <module>
        save_info_pages()
      File "process_info_pages.py", line 9, in save_info_pages
        ofile = open(export_dir + "info_pages.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Winterinfo_pages.txt'
    Traceback (most recent call last):
      File "process_scripts.py", line 4, in <module>
        from module_scripts import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_scripts.py", line 51
    15, in <module>
        (eq, "$g_multiplayer_game_type", multiplayer_game_type_duel),
    NameError: name 'multiplayer_game_type_duel' is not defined
    Traceback (most recent call last):
      File "process_mission_tmps.py", line 5, in <module>
        from module_mission_templates import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_mission_templates.py
    ", line 15581, in <module>
        (assign, "$g_multiplayer_game_type", multiplayer_game_type_duel),
    NameError: name 'multiplayer_game_type_duel' is not defined
    Traceback (most recent call last):
      File "process_game_menus.py", line 8, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Traceback (most recent call last):
      File "process_simple_triggers.py", line 5, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Traceback (most recent call last):
      File "process_dialogs.py", line 9, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Traceback (most recent call last):
      File "process_global_variables_unused.py", line 3, in <module>
        from process_operations import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\process_operations.py", lin
    e 14, in <module>
        from module_troops import *
      File "C:\Users\Parents\Desktop\Module_system 1.158\module_troops.py", line 680
    , in <module>
        ["Highwayman","Highwayman","Highwaymen",tf_guarantee_armor|tf_gurantee_boots
    |tf_gurantee_helmet,no_scene,reserved,fac_outlaws,
    NameError: name 'tf_gurantee_boots' is not defined
    Exporting postfx_params...
    Traceback (most recent call last):
      File "process_postfx.py", line 27, in <module>
        write_postfx_params(postfx_params)
      File "process_postfx.py", line 13, in write_postfx_params
        ofile = open(export_dir + "postfx.txt","w")
    IOError: [Errno 2] No such file or directory: 'C:/Program Files (x86)/Steam/Stea
    mApps/common/MountBlade Warband/Module/Cry of Winterpostfx.txt'

    ______________________________

    Script processing has ended.
    Press any key to exit. . .
    If anyone can PM me or post pointing out any fixes and such, feel free to.
    Thanks~
  17. Suns_Persian_Guard

    Old Topic

    I love you Robin.
  18. Suns_Persian_Guard

    Old Topic

    Very good mod. The Mysterious Cave is aplenty surprising...

    Nonetheless, a good modder, and a mod which shows much time and thought put into.

  19. Suns_Persian_Guard

    Server list empty with 1.160

    Coconut 说:
    25,000 people on warband now. Like at least 5,000 in multiplayer servers.... WTFFFFFFFFFF
    Holy **** that many? Godamn, no wonder the servers did crash. xD
  20. Suns_Persian_Guard

    [M] Champions of Calradia

    BananaBob 说:
    is this mod still existing? the link in the first post doesnt work (404 Page not found)
    Don't think so.  :cry:
后退
顶部 底部