Crossfire - Upcoming changes, upcoming content

There are 231 replies in this Thread. The last Post () by SWAT_OP-R8R.

  • Only a small patch today which updates a bunch of system text strings.

    I am mostly busy still working on the launcher but I make good progress meanwhile.


    The last two broken animations have been fixed and I have started to link the launcher content directly with the forum. This way content updates can easily be done on the Forum and are automatically pushed directly to the launcher. No need to do content updates twice and with that the launcher always is up to date.

    e.g. content from the CF System Rent is fetched to display active clan systems.

    Content from the Clan forum part here shows info about all the clans including leader and members.

    Info from the wiki has find its way on the launcher info pages such as the starter guide or combat guide.

    etc.


    The implementation is a bit time consuming but certainly worth it.

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Freelancer 2023-04-30 15-16-29.png



    All the Dom'Kavash bases got an update to their interiors, including the cityscape.

    Patch is out.


    Additionally the further work on the launcher has been done and I think this is pretty much the final state now.

    The menu structures got cleaned up to eliminate double entries.

    The last bugged animations got fixed and all the content pages are working.

    Where I think it made sense to redirect to the Forum, and other Portal pages a new browser window will open. In all other cases the launcher will in most cases dynamically fetch the info to display from the Portal or the CF server.

    e.g. "Mod News" will show the last entries of the Dev Forum

    "Patch Notes" will fetch its content from Product overview - SWAT Portal (I have the intention to post updates here for discussion and also on the change logs)

    "Server News" will fetch its info from the Server News forum (which apparently has not seen much of an update for a long time)

    "Clans" get synchronized with the Portal clan forums

    "Clan Systems" gets its updates from the CF System Rent shop

    "Events" will show upcoming CF events that are scheduled via the Portal Calendar... so if we get back to the point where we have Event Managers again, players can see upcoming events right on the launcher. Furthermore have I added a dropdown selector to display the rules of the upcoming events.

    I probably will clean the code a bit next week and then update the CF server to provide real dynamic news for the ticker.

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • After ~7 months of almost weekly updates to the mod I finally decided to do a clean installation and get an overview of what has been patched and what still needs to be done.

    For me that is a good way to see if the patches all worked and if I forgot something due to the sheer amount of stuff that was updated.

    To my surprise there are few station interiors which have not been updated even though I am 1000% sure that I worked on them. Dunno yet if something with the update failed or if I simply forgot to upload that stuff... investigating on this issue.

    I also found one station which had missing texture definitions. I fixed that already and will push out a fix asap.


    And then there is the stuff that considered low priority or simply not worth to be updated (since players probably would not notice a difference).

    I am currently reviewing these files and will provide a pretty large update for the low priority stuff by next weekend. With that the update of the stations should be finally done and we can move on with the stuff explained/announced at Crossfire Updates 2023

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • change of plans


    an update to the assets used on Planet Lost Paradise has just been released

    (I have plans to further refine the setting but later™)

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • The announced next patch is going to be a bit bigger with ~180 files and ~700mb size.

    Due to the amount of stuff that needs to be patches I shift the release to tomorrow (Monday) since I still have to write the update instructions.


    Content:

    • animation fix for coalition shipdealer
    • release of the last station interior improvements (11 in total)
    • improvement of interior items such as chairs, consoles and tables
    • improvement of cityscape backgrounds
    • improvement of all cityscape skydomes
    • improvement of all ocean scenes
    • improvement of planetscapes used in storyline
    • improvement of backdrop items
    • improvements on cityscape buildings
    • further improvements to all station exteriors and other structures
    • complete overhaul of all asteroid types in the game with the goal to improve the general look but also to make the different types look more distinct
    • update to several coalition stations/structures
    • a bunch of minor bug fixes
    • minor launcher improvements

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • update is out

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • It seems that after the asteroid update a memory or cache issue prevented some of the changes to be applied and as result caused a good bunch of graphic errors on some of the asteroid models. Truth been told... Ive spend this afternoon investigating but I have no idea why the game loads outdated texture information instead of the new ones and where it actually is getting those from.

    It does not make that much sense actually since even deleting shader cache and the faulty textures does not prevent the game to actually loading the faulty textures.

    In the end I published a temporary fix that disables some of the texture settings. That should at least for now fix the broken asteroids but at the cost of some of the settings being not correctly applied.

    Once I have a better understanding or even a working solution I will release another update. For now... it at least in theory should look "ok" again.


    Second part of todays update is part 1 of the voice samples used in the storyline aswell the required adjustments to the story scripts. Those are getting updated now step by step.

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Interesting ... for some reason on my PC is DX11/12 profile working much better in V2 variant. Recommended one have quite heavily stuttering and frozing moments.

  • Interesting ... for some reason on my PC is DX11/12 profile working much better in V2 variant. Recommended one have quite heavily stuttering and frozing moments.

    Yep for me the same i im starting game with all unnecesary proceses stoped even then my game heavily stuttered and freezing with v2 its better but still have to start game with vanilla legacy when i play MP

  • I just updated the launcher options and switched V2 with recommended.


    The final part of the story voice lines also got released. There have been significant quality improvements in this area. Some voice lines also were slightly changed.

    Several cut scenes also got some visual updates and updates to their animations.


    I was thinking about if some procedure can and should be applied to NPC voices in open space.

    It's certainly not an easy task since additionally to creating the voice sample the sample also has to be modulated to fit to the original voice.

    Its possible but certainly time consuming.

    Certainly not a task I can do alone. But probably still worth doing.

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • After the story line voice update I tried to dig a bit deeper into what is required to give CF a full update of custom voice samples including the dialogues in bars and space chatter.

    Ive spend half the week with data mining and creating pretty detailed spreadsheets since so many different areas are connected and multiple other parts of the mod would need to get updated too. Some of that stuff was planned anyways.


    Since I did not get much (or any) feedback on faction layout of the systems I decided to go with the current settings and made sure that the settings for station ownership of all bases is consistent. That means that docking permissions, local faction, used voice lines, etc fit together. Truth be told... I expected a total mess since I did not really care that much about such stuff during the early years of development (it simply did not have priority). In the end actually most of the stuff did fit perfectly together. Only a handful of stations require some minor updates (which will be released soon).


    More work needs to be done when it comes to the voice lines used for ship identification. A pretty large amount of ships has wrong settings. This is going to change pretty soon. I already started to work on this issue but most certainly will need another few days to finally get it sorted out.


    As a next step new voice samples need to be created and modulated. Since that is a process that involves many different samples for multiple voices it certainly will take weeks to complete. (so dont expect a fast release)


    Another topic I was working on are the LOD updates for ships and solar objects. I did a pre-selection of ~600 objects that will need to be tested and if required will receive update to the lod settings. I can't really tell how long that will take. But it is relative high on the to-do list atm.

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Just some info about next updates.


    As already mentioned I got into working on lots of voice related stuff. This takes it's time.

    I meanwhile analyzed all the settings and started updating config files triggering voice samples.

    e.g. new ships when clearly being able to be assigned to a vanilla faction will correctly use the faction specific voice samples when being contacted in space.

    For civilian ships (aka all ships that do not fit into the major factions) custom voice lines will be used but just like with the majority of vanilla ships only ship classes will serve as reference. -> "Station bla bla blub to heavy fighter...". Vanilla FL had exactly 3 ships which were individually named but I am not going to do that, especially since this is a rare exception that apparently was not even carried on in the original game.


    Voice lines for new CF commodities do not exist yet. That is going to change.

    "Shipping water to Fort Bush" -> "Shipping coffee to Fort Bush" etc.

    Planned limitations:

    Escape pods technically are commodities and all of them no matter the rank will be referred as "prisoners"

    There also is a large variety of Black Market Goods which are not getting individual voice lines but instead are going to be referred as "BMGs"


    Factions, Station names, Planet names and System names are going to be correctly used on Bars and in space (once I managed to create all the new voice samples).

    Bartenders will correctly use the "Welcome to Planet Crossfire" line (in best case with a perfect recreation of the original voice... or at least a close estimate of it).

    Other NPCs are going to use "I work for the Renaissance" or "The Coalition doesn't" ... well you all know what I mean.

    Most of the NPCs in CF already do that but the voices do not match and I hope to get that changed.


    The update process might take multiple weeks since we are talking about thousands of new voice samples to be created.

    So far my PC has sucked the nearby power plant dry and I only have created ~2500 voice samples (of which 1/3 will used due to quality reasons). But in total that is just about 10% of what I need to generate. This is going to take some time. I will probably release a first update in the next 2-3 weeks.


    In the meantime I still can do some other updates to the mod but will announce the stuff when it's done.

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!