Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Fri Apr 19, 2024 9:09 am
All times are UTC + 0
MOD not working :(
Moderators: Global Moderators
Post new topic   Reply to topic Page 1 of 1 [2 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
Saref
Rocket Cyborg


Joined: 26 Nov 2008
Location: Earth

PostPosted: Sat Jan 30, 2010 10:59 pm    Post subject:  MOD not working :(
Subject description: Need help
Reply with quote  Mark this post and the followings unread

Hello.
I am starting RA3 modding and a found problem.
I created a soviet bomber, then I used mod studio to build mod and after that I put my mod into RA3 mods folder. When I launch this mod bomber doesn't appear in game.
Here you find xmls files from my mod and the mod itself.
I want to know what I am doing wrong



FirstMod.rar
 Description:

Download
 Filename:  FirstMod.rar
 Filesize:  4.74 KB
 Downloaded:  161 Time(s)


Back to top
View user's profile Send private message
slye_fox
Vehicle Drone


Joined: 30 Apr 2005
Location: London, UK

PostPosted: Sun Jan 31, 2010 5:28 pm    Post subject: Reply with quote  Mark this post and the followings unread

It's your mod.xml
You got this;
Code:
      <!--
         mod.xml is the central include for mod setup data.      
      -->
      <!-- These includes need to be in all mod.xml files -->
      <Include type="reference" source="DATA:static.xml" />
      <Include type="reference" source="DATA:global.xml" />   
      <Include type="reference" source="DATA:audio.xml" />
      
      <!-- Including the Bomber -->
      <Include type="all" source="DATA:SampleMod/Data/units/SovietBadger.xml"/>


When you need this;
Code:
      <Include type="reference" source="DATA:static.xml" />
      <Include type="reference" source="DATA:global.xml" />
      
      <Include type="all" source="CommandData.xml" />
      <Include type="all" source="Units\SovietBadger.xml" />
[/quote]

_________________

Back to top
View user's profile Send private message Skype Account
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [2 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
Quick Reply
Username:


If you are visually impaired or cannot otherwise answer the challenges below please contact the Administrator for help.


Write only two of the following words separated by a sharp: Brotherhood, unity, peace! 

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.1594s ][ Queries: 13 (0.0095s) ][ Debug on ]