Pues lo que pone en el titulo no consigo implementar el freelancer, a ver si alguien pudiera ayudarme. Gracias de antemano.
Estos son los que menos me preocupan en principio, que es sin implementar los scripts del freelancer.
Y aqui están los que mas me preocupan que es al intentar implementar todo con los scripts incluidos, que ya me peta por todas partes y no se ni por donde empezar a buscar el fallo:
Estos son los que menos me preocupan en principio, que es sin implementar los scripts del freelancer.
- Errores ms:
Initializing...
Compiling all global variables...
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Exporting meshes...
Exporting sounds...
Exporting skins...
Exporting map icons...
Creating new tag_uses.txt file...
Creating new quick_strings.txt file...
Exporting faction data...
Exporting item data...
Exporting scene data...
Exporting troops data
Exporting particle data...
Exporting scene props...
Exporting tableau materials data...
Exporting presentations...
WARNING: Usage of unassigned global variable: $enlisted_lord
WARNING: Usage of unassigned global variable: $enlisted_lord
WARNING: Usage of unassigned global variable: $enlisted_lord
WARNING: Usage of unassigned global variable: $g_next_pay_time
WARNING: Usage of unassigned global variable: $enlisted_lord
Exporting party_template data...
Exporting parties
Exporting quest data...
Exporting info_page data...
Exporting scripts...
Exporting mission_template data...
Exporting game menus data...
WARNING: Usage of unassigned global variable: $enlisted_lord
WARNING: Usage of unassigned global variable: $enlisted_lord
WARNING: Usage of unassigned global variable: $enlisted_lord
Error: Unable to find object:script_freelancer_detach_party
ERROR: Illegal Identifier:script_freelancer_detach_party
Error: Unable to find object:script_event_player_deserts
ERROR: Illegal Identifier:script_event_player_deserts
Error: Unable to find object:script_get_desert_troops
ERROR: Illegal Identifier:script_get_desert_troops
WARNING: Usage of unassigned global variable: $enlisted_lord
WARNING: Usage of unassigned global variable: $enlisted_lord
Error: Unable to find object:script_freelancer_detach_party
ERROR: Illegal Identifier:script_freelancer_detach_party
Error: Unable to find object:script_event_player_deserts
ERROR: Illegal Identifier:script_event_player_deserts
Error: Unable to find object:script_get_desert_troops
ERROR: Illegal Identifier:script_get_desert_troops
Error: Unable to find object:script_party_restore
ERROR: Illegal Identifier:script_party_restore
Error: Unable to find object:script_party_restore
ERROR: Illegal Identifier:script_party_restore
Error: Unable to find object:script_freelancer_unequip_troop
ERROR: Illegal Identifier:script_freelancer_unequip_troop
WARNING: Usage of unassigned global variable: $enlisted_lord
Error: Unable to find object:script_freelancer_equip_troop
ERROR: Illegal Identifier:script_freelancer_equip_troop
WARNING: Usage of unassigned global variable: $enlisted_lord
Error: Unable to find object:script_freelancer_equip_troop
ERROR: Illegal Identifier:script_freelancer_equip_troop
exporting simple triggers...
Error: Unable to find object:script_cf_freelancer_player_can_upgrade
ERROR: Illegal Identifier:script_cf_freelancer_player_can_upgrade
Error: Unable to find object:itm_trade_bread
ERROR: Illegal Identifier:itm_trade_bread
exporting triggers...
Error: Unable to find object:script_freelancer_detach_party
ERROR: Illegal Identifier:script_freelancer_detach_party
Error: Unable to find object:script_party_restore
ERROR: Illegal Identifier:script_party_restore
WARNING: Usage of unassigned global variable: $enlisted_lord
WARNING: Usage of unassigned global variable: $enlisted_lord
Error: Unable to find object:script_event_player_deserts
ERROR: Illegal Identifier:script_event_player_deserts
exporting dialogs...
Checking global variable usages...
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $g_next_pay_time
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
WARNING: Global variable never used: $enlisted_lord
Exporting postfx_params...
______________________________
Script processing has ended.
Press any key to exit. . .
Y aqui están los que mas me preocupan que es al intentar implementar todo con los scripts incluidos, que ya me peta por todas partes y no se ni por donde empezar a buscar el fallo:
- moar errores ms:
- Traceback (most recent call last):
File "process_init.py", line 2, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Traceback (most recent call last):
File "process_global_variables.py", line 12, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Exporting strings...
Exporting skills...
Exporting tracks...
Exporting animations...
Exporting meshes...
Exporting sounds...
Exporting skins...
Traceback (most recent call last):
File "process_map_icons.py", line 6, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Exporting faction data...
Exporting item data...
Traceback (most recent call last):
File "process_items.py", line 66, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' 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\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Exporting troops data
Exporting particle data...
Traceback (most recent call last):
File "process_scene_props.py", line 7, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Traceback (most recent call last):
File "process_tableau_materials.py", line 8, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Traceback (most recent call last):
File "process_presentations.py", line 8, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Exporting party_template data...
Traceback (most recent call last):
File "process_parties.py", line 6, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Exporting quest data...
Exporting info_page data...
Traceback (most recent call last):
File "process_scripts.py", line 4, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Traceback (most recent call last):
File "process_mission_tmps.py", line 8, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Traceback (most recent call last):
File "process_game_menus.py", line 8, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Traceback (most recent call last):
File "process_simple_triggers.py", line 5, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Traceback (most recent call last):
File "process_dialogs.py", line 9, in <module>
from process_operations import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' 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\ERIC\Desktop\cosas\Modeo\prueba scripts\process_operations.py",
line 20, in <module>
from module_scripts import *
File "C:\Users\ERIC\Desktop\cosas\Modeo\prueba scripts\module_scripts.py", lin
e 18465, in <module>
(agent_get_item_slot, ":item", ":player", ":ek_slot"),
NameError: name 'agent_get_item_slot' is not defined
Exporting postfx_params...
______________________________
Script processing has ended.
Press any key to exit. . .