• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community Discovery Development Discovery Developers Forum Freelancer Modding Tutorials
« Previous 1 2 3 4 5 Next »
Want to Start developing?

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Pages (17): « Previous 1 … 11 12 13 14 15 … 17 Next »
Want to Start developing?
Offline TheKaos
04-18-2010, 09:17 AM,
#121
Member
Posts: 15
Threads: 3
Joined: Mar 2010

Hello there modding guys , i read this topic and heard good things , people are very good in what they do around here.
I'd have a question for you guys : Is there any limit of polygons that Freelancer can load into a system ?

Reason:I want to make a concept-mod for freelancer , and make it closter to realism:more exactly a more realistic-sized planet , because i think it's a stupid idea that a planet's habitants are controlled.I want to make a planet that will not be docked , as instead it will be "landed" and survolated , bases to be docked on ground , allows the player to explore the caves and underground tunnels of the planet to find unlawful bases , something like that , an explorer's utopia with many thing to look at.

Another problem that might be an impediment would be the planet's texture because it neeeds to be BIG , i already ahve a 5000x2500 texture for planet earth , but i estimate it is not enough yet , and you will end up survolating over squares (pixels of the texture).

Well now i'm in the 12th grade at high school and there's lots of exams coming and i don't have time to start the project but if i find good advices from you guys , once i start , you will be the first guys to see it.
Reply  
Offline Seth Karlo
04-25-2010, 05:42 PM,
#122
Member
Posts: 2,985
Threads: 141
Joined: Apr 2008

You can make any model for the bit you land at. If you want to make an area you can fly around as a planet's 'surface', it is possible, you just need a large CMP model. My advice to you is to attempt to make it and then you'll need to add it in as a new system.

This can then be linked to 'docking' at a planet easily enough.

As to limits, the limit is dependant on each persons system. I have witnessed first hand objects in Freelancer that are 200k polygons.

-Seth

[Image: SethSig.png]
Signature by Sleipnir.
  Reply  
Offline flamingstar
04-30-2010, 07:06 PM,
#123
Member
Posts: 4
Threads: 2
Joined: Apr 2010

Please teach me how to create ships. Pwetty please
Reply  
Offline Luis
04-30-2010, 08:10 PM,
#124
Member
Posts: 1,964
Threads: 178
Joined: Mar 2009

' Wrote:Please teach me how to create ships. Pwetty please

Best Way to start are these Programs:
Metaseqouia Version:2.4
Google Sketch
G-Max

Choose one of them, or the best one you feel moree confortable with.

Good luck and I hope to see your talents bloom!

Luis
  Reply  
Offline voltlight
05-09-2010, 07:21 PM,
#125
Member
Posts: 43
Threads: 2
Joined: May 2010

Just a simple question, is Milk Shape 3D required for any part of the creation of a ship?^^;

I hate it, and would prefer if I could just stick to 3DS.^^

[Image: HrhaL.png]
Reply  
Offline DartStriker
05-09-2010, 07:29 PM,
#126
Member
Posts: 906
Threads: 107
Joined: Jan 2010

' Wrote:Just a simple question, is Milk Shape 3D required for any part of the creation of a ship?^^;

I hate it, and would prefer if I could just stick to 3DS.^^


At the moment Milkshape 3d is the cheapest and easiest way to finish models. You can get CMP exporters and importers for 3ds but I think they cost like two or three hundred dollars.

[Image: 10850177_10205604867344576_7293107891114...g~original]
  Reply  
Offline Moneybags
05-29-2010, 10:01 PM, (This post was last modified: 05-29-2010, 10:07 PM by Moneybags.)
#127
Member
Posts: 164
Threads: 20
Joined: Mar 2009

Yesh.... I have question.

How do you
1. Add NPC factions
2. Change the Rep of NPC factions toward each other
3. Designate what ship the NPC faction should be flying

Oh yea... and please tell me there is an easier way than editing the mods 'initialworld' folder. If thats the only known way, then if I could get a translation for the abrv. faction names.

Thanks in advance

So after taking a break for about a year I've decided to get back in to Disco. So yeah.
  Reply  
Offline Seth Karlo
05-29-2010, 10:53 PM,
#128
Member
Posts: 2,985
Threads: 141
Joined: Apr 2008

Woah. Heavy modding!

To add a NPC faction is incredibly complicated, and would require me to type for quite a while. A good way to go about it (And how Disco did it) is instead of making a new one, using one of the NPC factions created for the SP campaign and never used for Multiplayer.

Relationships are changed by an INI in DATA/Missions I believe. It's called Empathy.ini

Freelancer works instead of what ship a faction is flying, it's what faction ships are assigned too. So, a patrol will exist of say 4 defenders, and it will be assigned to ln_n_grp (Liberty Navy). Look under Shipclasses.ini, Formations.ini, Factionprops.ini and npcships.ini.

-Seth

[Image: SethSig.png]
Signature by Sleipnir.
  Reply  
Offline Moneybags
05-29-2010, 11:16 PM,
#129
Member
Posts: 164
Threads: 20
Joined: Mar 2009

Ok... so then the following means...

[RepChangeEffects]
group = li_n_grp
event = object_destruction, -0.040000
event = random_mission_success, 0.090000 (Rep that goes up during a mission)
event = random_mission_failure, -0.080000 (Reps that go down)
event = random_mission_abortion, -0.010000 (Same)
empathy_rate = li_lsf_grp, 0.300000 (Rep relation to LSF)
empathy_rate = li_p_grp, 0.300000
empathy_rate = br_n_grp, 0.100000
empathy_rate = br_p_grp, 0.100000
empathy_rate = ku_n_grp, -0.100000
empathy_rate = ku_p_grp, -0.100000
empathy_rate = rh_n_grp, -0.200000 (Rep relation to Rhinland Navy)
empathy_rate = rh_p_grp, -0.150000


Now this brings up more questions:

1. How much is -0.200000 on the regualar rep scale?
2. Where are the SP factions that I can make into new ones?

So after taking a break for about a year I've decided to get back in to Disco. So yeah.
  Reply  
Offline Moneybags
05-30-2010, 02:44 AM,
#130
Member
Posts: 164
Threads: 20
Joined: Mar 2009

Oh, and now I have another problem. When I first started modding, I did something simple (Took out Detroit Mulitwhatever in NY along with the trade lane) to test if it worked, and it did.
Now I added sevral systems around Gamma, and put a JH near outside Crete.
Well, when I undocked, FL crashed.

I used FL Explorer to modd it, and I used Ioncross to move my char over to Crete.
Any siguestions to why its crashing now?

So after taking a break for about a year I've decided to get back in to Disco. So yeah.
  Reply  
Pages (17): « Previous 1 … 11 12 13 14 15 … 17 Next »


  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
2 Guest(s)



Powered By MyBB, © 2002-2025 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode