Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Papagiorgis

Pages: 1
1
Regiments / Re: 16th (Bedfordshire) Regiment of Foot [EU / Est. 2014]
« on: December 17, 2021, 01:59:22 am »
Ahoy

2
Regiments / Re: 1st Greek Light Infantry [EU]
« on: February 20, 2021, 01:57:40 pm »
weebs kicked me for doing nothing lmao

3
Ελληνικό Forum / Re: Ελληνικό mod
« on: May 17, 2018, 11:51:02 pm »

4


btw βλεπω ποσο νεκρο ειναι το ελληνικο community απο το board μας.. οι αλλες χωρες εχουν sub-boards και πραγματα etc.. :/

5
Ελληνικό Forum / Re: Ελληνικό mod
« on: May 17, 2018, 12:39:48 am »
Γενικός κανονας. Μην φτιάχνεις topic αν δεν υπαρχουν φωτογραφιες μεσα απο το mod να δείξεις.

Good luck. :)

Υπαρχουν γενικα πραγματα και θα υπαρξουν περισσοτερα, αμα μπεις στη σελιδα του mod θα δεις καποια βασικα.

6
Regiments / Re: 33rd Regiment of Foot - Founded [05/6/2012]
« on: May 16, 2018, 11:38:41 pm »
Well organised and active regiment!

7
Ελληνικό Forum / Ελληνικό mod
« on: May 16, 2018, 11:56:08 am »
Παιδια φτιαχνω ενα mod για την ελληνικη επανασταση, οχι τιποτα μεγαλο αλλα αρκετο και θελω λιγη βοηθεια απο καποιους που μπορει να ξερουν καλυτερα.

Δειτε το τοπικ εδω


8
Hello guys, I am currently working with 2 other people for a mod.

The mod is for NW and we will release a Module file but also Replacements for NW mod

I need someone experienced with codes and files to make the last product work.
I need someone with experience in uniform making.
I need someone with overall modding experience to help us make it realistic.

You can read information here about what it is:
http://www.moddb.com/mods/maniaki

Join our discord here and PM me if you want to find me:
https://discord.gg/S2hSv8

The mod is not nothing big and I have worked a lot and I could say the most part of it is done, there are some difficult parts that I need guidance of experience modder to help me out though since I am new both in modding and the game. It's not exactly a mod as most likely a reskin (We plan to release a module version too and host some co-op battles in the future).

10
Modifications / Re: Napoleonic Wars basic modding Tutorial.
« on: May 15, 2018, 08:53:41 pm »
I am getting these kind of errors, I have problem with the Step 2 and Environment Variables. I am using windows 10.

It doesnt appear the number 7 in the screenshot of step 2 like that I have another panel with more variables and idk what to do.

Spoiler
  File "process_init.py", line 5
    print "Initializing..."
                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Initializing...")?
  File "process_global_variables.py", line 23
    add_variable(varb, variable_list, variable_uses)
                                                   ^
TabError: inconsistent use of tabs and spaces in indentation
  File "process_strings.py", line 24
    print "Exporting strings..."
                               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting strings...")?
  File "process_skills.py", line 30
    print "Exporting skills..."
                              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting skills...")?
  File "process_music.py", line 21
    print "Exporting tracks..."
                              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting tracks...")?
  File "process_animations.py", line 58
    print "Exporting animations..."
                                  ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting animations...")?
  File "process_meshes.py", line 23
    print "Exporting meshes..."
                              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting meshes...")?
  File "process_sounds.py", line 49
    print "Exporting sounds..."
                              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting sounds...")?
  File "process_skins.py", line 104
    print "Exporting skins..."
                             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting skins...")?
  File "process_map_icons.py", line 32
    print "Exporting map icons..."
                                 ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting map icons...")?
  File "process_factions.py", line 27
    print "ERROR faction not found: "+ rel_name
                                    ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print "ERROR faction not found: "+ rel_name)?
  File "process_items.py", line 60
    print "Exporting item data..."
                                 ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting item data...")?
  File "process_scenes.py", line 12
    print "Exporting scene data..."
                                  ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting scene data...")?
  File "process_troops.py", line 104
    print "Exporting troops data"
                                ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting troops data")?
  File "process_particle_sys.py", line 60
    print "Exporting particle data..."
                                     ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting particle data...")?
  File "process_scene_props.py", line 26
    print "Exporting scene props..."
                                   ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting scene props...")?
  File "process_tableau_materials.py", line 25
    print "Exporting tableau materials data..."
                                              ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting tableau materials data...")?
  File "process_presentations.py", line 27
    print "Exporting presentations..."
                                     ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting presentations...")?
  File "process_party_tmps.py", line 28
    print "Error! NUMBER OF TEMPLATE MEMBERS EXCEEDS 6 " + party_template[0]
                                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print "Error! NUMBER OF TEMPLATE MEMBERS EXCEEDS 6 " + party_template[0])?
  File "process_parties.py", line 28
    print "Error: Unable to find menu-id :" + menu_param
                                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print "Error: Unable to find menu-id :" + menu_param)?
  File "process_quests.py", line 29
    print "Exporting quest data..."
                                  ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting quest data...")?
  File "process_info_pages.py", line 25
    print "Exporting info_page data..."
                                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting info_page data...")?
  File "process_scripts.py", line 41
    print "Exporting scripts..."
                               ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting scripts...")?
  File "process_mission_tmps.py", line 29
    print "ERROR: Too many item_overrides!"
                                          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int "ERROR: Too many item_overrides!")?
  File "process_game_menus.py", line 41
    print "Exporting game menus data..."
                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting game menus data...")?
  File "process_simple_triggers.py", line 19
    print "exporting simple triggers..."
                                       ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("exporting simple triggers...")?
  File "process_dialogs.py", line 92
    print sentence[ipt_token_pos]
                 ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print sentence[ipt_token_pos])?
  File "process_global_variables_unused.py", line 6
    print "Checking global variable usages..."
                                             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Checking global variable usages...")?
  File "process_postfx.py", line 26
    print "Exporting postfx_params..."
                                     ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Exporting postfx_params...")?
Could Not Find C:\Users\Αλέξης\Desktop\Napoleonic Wars Sourcecode\Sourcecode\mm dev - MS\*.pyc

______________________________

Script processing has ended.
Press any key to exit. . .
[close]

Pages: 1