MP Native LWBR WarForge (v1.133) - Finishing up v2.0 (19/12/2017)

Users who are viewing this thread

Sorry to bother you again, but are those the most recent python files? I'm using the server ones you gave me, but when I upload that version, it tell me that my clientside version is newer than the server version and that some features may not work properly?

Ooh, and if you want to list the server we're using it on, it's:
Bjornia_Aus
 
those should be the most recent, unless dropbox screwed it up somehow(in which case, even I dont have the latest), you could always just change the value in module_constants to match
 
I'm kind of a noob with this stuff. Which value would I change in that file? The entire file only consists of: :oops:

from ID_animations import *
from ID_factions import *
from ID_info_pages import *
from ID_items import *
from ID_map_icons import *
from ID_menus import *
from ID_meshes import *
from ID_mission_templates import *
from ID_music import *
from ID_particle_systems import *
from ID_parties import *
from ID_party_templates import *
from ID_postfx_params import *
from ID_presentations import *
from ID_quests import *
from ID_scenes import *
from ID_scene_props import *
from ID_scripts import *
from ID_skills import *
from ID_sounds import *
from ID_strings import *
from ID_tableau_materials import *
from ID_troops import *
 
are you sure?
it looks like this to me:
Code:
from ID_items import *
from ID_quests import *
from ID_factions import *
from header_triggers import *
##############################################################
# These constants are used in various files.
# If you need to define a value that will be used in those files,
# just define it here rather than copying it across each file, so
# that it will be easy to change it if you need to.
##############################################################

##LWBR
#Other
lwbr_database_pass							= "@wololo7894744732159"
#
lwbr_multiplayer_scene_names_begin			= "str_lwbr_multi_scene_random_scene"
lwbr_multiplayer_scene_names_end			= "str_lwbr_multi_scene_lwbr_multi_random_end"
lwbr_new_maps_begin							= "scn_village_1"
lwbr_new_maps_end							= "scn_village_13"
#
lwbr_new_items__native_items				= 0
lwbr_new_items__native_plus_warforge		= 1
lwbr_new_items__peasant_items				= 2
lwbr_new_items__arena_items					= 3
lwbr_new_items__no_items					= 4
#
lwbr_prize_version_none						=	0

you'd need to change only
Code:
lwbr_mod_version							= 1134
 
I have no idea why mine didn't look like that before. I double-checked the file name, I was pretty sure... I see what you see now. o_O

Yeah, I see that in the python files I have it says 1132. Is that not what yours said, or did you change it so I could see that it should be 1134? Either way, I'll change it to 1134 now. Thank you.

EDIT: Oh, I think I actually need to change to 1133. Lol.

Thanks again for your help!
 
Just an FYI, it doesn't compile properly until the following changes are made module_scripts:

(troop_get_slot_eq, ":value_2", "trp_multiplayer_data", ":map_slot"),
(2 instances)

(troop_raise_attribute_linear,":troop",":attribute",":attribute_lvl"),

Once I took care of those, it was fine. :grin:

If you ever update this mod, I'd kill for the ability to do global mutes on players. And to be able to see their user IDs more easily. Ahaha. Thanks again for the python files.
 
Hey, I recently downloaded the LWBR Warforge mod and installed it. I saw the Logo in when starting up native (like the instructions said) although when I joined a server which hosted Warforge v1.133 (which I downloaded) I was not able to choose a faction and play. I was also not able to view the score board by pressing tab or to quit using the esc key.
Could someone please help?
Thank you.
 
hm, I'm not sure whats wrong with that, it should work, even tought the mod was made for 1.153

if you're playing trought steam, try checking the integrity of the files and then reainstalling the mod
 
Progress update:

managed to remake a bunch of stuff to make it easier for me to add things
readded arena and peasant items, as well as the custom items from WarForge
remade the WarForge menu

Ill now start to readd other things such as the new maps, taunts, weather and jumping from horses.
 
Back
Top Bottom