Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 5 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Forum: All Forums : Call of Duty 4
Category: CoD4 Scripting
Scripting and coding with Call of Duty 4.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword, playername, novemberdobby
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked
Page
Next Page
subscribe
Author Topic: Tool use as Maya
andfont
General Member
Since: Jul 3, 2008
Posts: 37
Last: Jul 12, 2011
[view latest posts]
Level 2
Category: CoD4 Scripting
Posted: Sunday, Sep. 14, 2008 06:42 pm
there is no way to run the program which I explained in the tutorial cod4MayaModelExportTutorial.pdf, as I run because the tools directory no maya.exe or similar, please help.
Share |
The_Caretaker
General Member
Since: Jun 8, 2004
Posts: 11625
Last: Jul 7, 2009
[view latest posts]
Level 10
Category: CoD4 Scripting
Posted: Sunday, Sep. 14, 2008 07:01 pm
Maya is a 3D modeling program which you'll have to buy and install. It does not come with the tools.
Share |
andfont
General Member
Since: Jul 3, 2008
Posts: 37
Last: Jul 12, 2011
[view latest posts]
Level 2
Category: CoD4 Scripting
Posted: Monday, Sep. 15, 2008 08:32 am
But I speak of Cod4MayaModelExport is a program to buy for CoD4? there is some free version?

Greetings.
Share |
Tally
General Member
Since: Apr 21, 2005
Posts: 819
Last: Oct 26, 2012
[view latest posts]
Level 7
Category: CoD4 Scripting
Posted: Monday, Sep. 15, 2008 08:49 am
Why is this being posted in the COD4 scripting forum? What has a 3D modelling program or an exporter for it got to do with scripting?

edited on Sep. 15, 2008 04:50 am by Tally
Share |
techno2sl
General Member
Since: Aug 5, 2004
Posts: 2977
Last: Oct 14, 2010
[view latest posts]
Level 9
Category: CoD4 Scripting
Posted: Monday, Sep. 15, 2008 12:35 pm
Believe it or not, people ARE allowed to make mistakes Tally.
Share |
The_Caretaker
General Member
Since: Jun 8, 2004
Posts: 11625
Last: Jul 7, 2009
[view latest posts]
Level 10
Category: CoD4 Scripting
Posted: Monday, Sep. 15, 2008 05:18 pm
I have no idea what you're talking about, Andfont. I can't find that .pdf file you're referring to. Is it on the internet somewhere? Or did it come with CoD4/CoD4Radiant? I don;t have the file Cod4MayaModelExport.pdf or anything similar on my computer.

As for Maya, as i explained, Maya is a 3D modeling program, from which you can save 3D models so CoD4 can use them. The plugins for exporting your models for CoD4 can be found in the /bin/maya folder of your CoD4 install.
Share |
andfont
General Member
Since: Jul 3, 2008
Posts: 37
Last: Jul 12, 2011
[view latest posts]
Level 2
Category: CoD4 Scripting
Posted: Tuesday, Sep. 16, 2008 06:28 am
Thank you, and look, but the PDF file and commented that there very well.
With regard to what I said I would not mistake the place in CoD4 Designer but it has put me in scripting, check your website.

Greetings.
Share |
Krag
General Member
Since: Jun 28, 2008
Posts: 2
Last: Aug 24, 2009
[view latest posts]
Level 0
Category: CoD4 Scripting
Posted: Tuesday, Sep. 16, 2008 08:02 am
I belive He's talking about the downloadable tutorial called
cod4 maya model export tutorial. And if thats the case andfont there is no exe progam in that download it just shows you how to add the exporter to your maya program.
Share |
andfont
General Member
Since: Jul 3, 2008
Posts: 37
Last: Jul 12, 2011
[view latest posts]
Level 2
Category: CoD4 Scripting
Posted: Monday, Sep. 22, 2008 10:32 am
I have the correct version for plugins cod4, the Maya version 8.5 I've changed and I have introduced the variables PATH:
MAYA_SCRIPT_PATH = D: \ Jocs \ Call of Duty 4 - Modern Warfare \ bin \ Maya \ tools
MAYA_PLUG_IN_PATH = D: \ Jocs \ Call of Duty 4 - Modern Warfare \ bin \ Maya \ tools

I created the file:
usersetup.mel scripts in my documents etc ...
Content:
CODToolsMenu source;
CODStartup;
CODToolsMenu;

but also by copying and if anything in the bin / plug-ins of the Maya.


NOTHING BUT DA ERROR it is:

Error: Unable to dynamically load: D: / Files programa/Autodesk/Maya8.5/bin/plug-ins/XAnimExport.mll

Error: Unable to dynamically load: D: / Files programa/Autodesk/Maya8.5/bin/plug-ins/XModelExport.mll

Error: Unable to dynamically load: D: / Files programa/Autodesk/Maya8.5/bin/plug-ins/XModelExport.mll

Error: Unable to dynamically load: D: / Files programa/Autodesk/Maya8.5/bin/plug-ins/XModelExport.mll

- Also when you enter correctly in the PATCH:
Error: Unable to dynamically load: D: \ Jocs \ Call of Duty 4 - Modern Warfare \ bin \ Maya \ tools / XAnimExport.mll
etc. .. etc. ..

PLEASE HELP no longer know what to do and because it fails

THANK YOU.
Share |
OLD_MAN_WITH_GUN
General Member
Since: May 13, 2006
Posts: 754
Last: Jan 23, 2010
[view latest posts]
Level 7
Category: CoD4 Scripting
Posted: Monday, Sep. 22, 2008 10:43 am
andfont writes...
Quote:
I have the correct version for plugins cod4, the Maya version 8.5 I've changed and I have introduced the variables PATH:
MAYA_SCRIPT_PATH = D: \ Jocs \ Call of Duty 4 - Modern Warfare \ bin \ Maya \ tools
MAYA_PLUG_IN_PATH = D: \ Jocs \ Call of Duty 4 - Modern Warfare \ bin \ Maya \ tools
Do you have added the spaces infront and behind the backslashes only here in the post or do you have added them in the Maya.env too?
If you added them in Maya.env, remove them.
It should be:
MAYA_SCRIPT_PATH = D:\Jocs\Call of Duty 4 - Modern Warfare\bin\Maya\tools
MAYA_PLUG_IN_PATH = D:\Jocs\Call of Duty 4 - Modern Warfare\bin\Maya\tools
Share |
Restricted Access Topic is Locked
Page
Next Page
subscribe
MODSonline.com Forums : Call of Duty 4 : CoD4 Scripting

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»