Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > Men of War > Men of War: Vietnam

Men of War: Vietnam A new title in the world-known Men of War real-time tactics game series

Reply
 
Thread Tools Display Modes
  #1  
Old 09-22-2011, 01:38 AM
spray_n_pray spray_n_pray is offline
Approved Member
 
Join Date: Sep 2011
Posts: 27
Default

Just added more information on how to get helicopters and Vietnamese buildings working in MoW GEM. https://sites.google.com/site/sbobovyc/mow/gem-vietnam

If one looks at the page, one can see that making a video for this process would be fairly laborious and boring. Sorry, I don't think I will make a video tutorial about this.

I don't think that I can legally distribute mow_editor.exe, mss32.dll, and xvidcore.dll. However, it may be ok to distribute everything else.

In any case, let's continue to hound 1C for a proper GEM editor for MoW:V.
Reply With Quote
  #2  
Old 09-22-2011, 03:33 PM
ronin88 ronin88 is offline
Registered Member
 
Join Date: Sep 2011
Posts: 8
Default

All the time I walked according to the instructions but when I opening any mission in the editor still show this error

>>>>>>> main
>>>>>> world: load map "/ map/single/2/2_1/mp"
>>>> file "/ map/single/2/2_1/mp"
>>> file "/ entity/construction/vietnam/naves_1/naves_1.def
>> file "naves_1.mdl"
> file "roof_spark.mtl"

I don't know what to do . Please help
Reply With Quote
  #3  
Old 09-22-2011, 04:40 PM
spray_n_pray spray_n_pray is offline
Approved Member
 
Join Date: Sep 2011
Posts: 27
Default

Quote:
Originally Posted by ronin88 View Post
All the time I walked according to the instructions but when I opening any mission in the editor still show this error

>>>>>>> main
>>>>>> world: load map "/ map/single/2/2_1/mp"
>>>> file "/ map/single/2/2_1/mp"
>>> file "/ entity/vietnam/naves_1/naves_1.def
>> file "naves_1.mdl"
> file "roof_spark.mtl"

I don't know what to do . Please help
Looks like you need to comment out {emission} in construction/vietnam/naves_1/roof_spark.mtl.

Anyone that has errors with :
"wood_spark.mtl"
"roof_spark.mtl"
"wall_spark.mtl"
"cover_spark.mtl"
"floor_spark.mtl"

needs to comment out {emission}. Whenever I have time, I will write a script that finds all the occurrences of those files and comments out the offending line. Until then, just do it manually whenever you encounter a problem.
Reply With Quote
  #4  
Old 09-22-2011, 05:27 PM
Man o' war Man o' war is offline
Approved Member
 
Join Date: Sep 2011
Location: In front of my computer.
Posts: 32
Default

Nice work, spray!!

Is the information done or is there more things to do to make it all done?
Reply With Quote
  #5  
Old 09-22-2011, 06:30 PM
spray_n_pray spray_n_pray is offline
Approved Member
 
Join Date: Sep 2011
Posts: 27
Default

Quote:
Originally Posted by Man o' war View Post
Nice work, spray!!

Is the information done or is there more things to do to make it all done?
Thanks you! I think there is still more work to be done to have close to 100% working MoW:V GEM editor. So, if anyone continues to have problems, post on this thread, and redirect other people with problems here. I just hacked together a script to recursively scan for the troublesome .mtl files and comment out {emission}. It is a vbs script in correct_emission.zip, posted at the bottom of the page here https://sites.google.com/site/sbobovyc/mow/gem-vietnam

Here is a direct link https://sites.google.com/site/sbobov...edirects=0&d=1

To use the script, unzip the vbs file anywhere and double click on it. Find the directory that you want to scan. If you want to look at the code of the script, just right lick on the file and click edit.
Reply With Quote
  #6  
Old 09-22-2011, 08:40 PM
ronin88 ronin88 is offline
Registered Member
 
Join Date: Sep 2011
Posts: 8
Default

Ok I have another problem kidy I click in the editor on what any soldier that kicks me out of the editor and shows me this error

The program will be terminated
EXCEPTION_ACCESS_VIOLATION 007f39c9 eip = 0x00000004 read at
eax = ebx = 04472f38 ecx = 00000000 000000000
edx-02a1f358
esi = 0444e498 edi = 00000000 esp = 0018d004
>>>> main
>>> mp.thread_single.exec
>> thread.exec
> clockThread: onExecute
Can you help me ?
Reply With Quote
  #7  
Old 09-22-2011, 09:00 PM
ronin88 ronin88 is offline
Registered Member
 
Join Date: Sep 2011
Posts: 8
Default

Ok I have another problem kidy I click in the editor on what any soldier that kicks me out of the editor and shows me this error

The program will be terminated
EXCEPTION_ACCESS_VIOLATION 007f39c9 eip = 0x00000004 read at
eax = ebx = 04472f38 ecx = 00000000 000000000
edx-02a1f358
esi = 0444e498 edi = 00000000 esp = 0018d004
>>>> main
>>> mp.thread_single.exec
>> thread.exec
> clockThread: onExecute
Reply With Quote
  #8  
Old 09-22-2011, 09:59 PM
spray_n_pray spray_n_pray is offline
Approved Member
 
Join Date: Sep 2011
Posts: 27
Default

Quote:
Originally Posted by ronin88 View Post
Ok I have another problem kidy I click in the editor on what any soldier that kicks me out of the editor and shows me this error

The program will be terminated
EXCEPTION_ACCESS_VIOLATION 007f39c9 eip = 0x00000004 read at
eax = ebx = 04472f38 ecx = 00000000 000000000
edx-02a1f358
esi = 0444e498 edi = 00000000 esp = 0018d004
>>>> main
>>> mp.thread_single.exec
>> thread.exec
> clockThread: onExecute
Does this happen when you click on any type of soldier, regardless of what faction they are? If this only happens with Vietnamese units, you need to follow the instructions about modifying localization.pak .
Reply With Quote
  #9  
Old 10-08-2011, 08:29 AM
Ms601 Ms601 is offline
Registered Member
 
Join Date: Oct 2011
Posts: 1
Default

Quote:
Originally Posted by spray_n_pray View Post
Looks like you need to comment out {emission} in construction/vietnam/naves_1/roof_spark.mtl.
Now when you say comment out that would be remove?
I ran correct_emission and still have the problem when trying to add naves 1&2 to the map.
Reply With Quote
  #10  
Old 10-09-2011, 11:36 PM
spray_n_pray spray_n_pray is offline
Approved Member
 
Join Date: Sep 2011
Posts: 27
Default

Quote:
Originally Posted by Ms601 View Post
Now when you say comment out that would be remove?
I ran correct_emission and still have the problem when trying to add naves 1&2 to the map.
The script puts a semicolon in front of {emission} to comment it out.

The directory gem_vietnam\resource\entity\construction\vietnam\n aves_1
contains the fiiles wood_spark.mtl and roof_spark.mtl. Make sure to either delete of comment out {emission} in both of these files.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:30 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.