Comments

Log in with itch.io to leave a comment.

Hey everyone, just a note to say that I've been informed there were some errors in the 2.2.6 lcp affecting the ability to use the new GMS weapons during mech building. I've uploaded a corrected version of that lcp, so if you download the 2.2.6 version now it should work properly.

A lot of interesting new mechanics.  I feel like Suldan values Lock-on a bit more cheaply  than base Lancer, but that isn't necessarily a bad thing, just an adjustment to the tactical calculus. Lock on is easier to get and there are various PC options that need lock on but don't consume it. Giving Lock-on a lot more play adds tactical depth.

I really wish the terminology with Nexuses was more consistent.  The original Lancer was clear that the Nexus is the hive/armory/hangar from which small drones or micro/nanomachines deploy to attack your enemies.  Basically, the nexus is the Gun, and the shells/missiles/drones it shoots or deploys are not themselves nexuses.  The flavor text confuses this repeatedly.

A quick note, I caught a couple errors in the 2.2.5 lcp that have now been corrected, so you might want to delete and redownload the lcp file.

Hello there! I have some feedback on some elements of Suldan but i'm not on the discord. Can I just post it here as a google doc or something?

Thank you!

(1 edit)

If you're not on the specific pilotnet discord server but are on discord, you can DM them to me if you'd like (my ID is Kai Tave#1418) or you can also email me at kaitave AT gmail.com if you'd prefer.

Sorry for being late on this but sending you a friend request now since we don't share a discord server.

Hey everyone, there was an error with the 2.2.4 lcp where the Charioteer's core passive wasn't displaying properly, that's been fixed now, sorry about that! If you delete and reinstall 2.2.4 that should show up now.

Noticed that pictures are no longer appearing for mechs. Thought it was a bug, but it says the reference is dead. Thought I would let you know!

Thanks for letting me know! I actually just found out about this yesterday and yeah, the kind soul who had been hosting the images on a university student website informed me that since they graduated, their site has since been removed. I've had the images rehosted on Imgur, and I plan on releasing an updated lcp along with an updated pdf on the 15th of this month which should fix that issue (along with a bunch of other updates).

Hey all, quick update on 2.2.3, some errors were caught after going live and have been quickly patched. The Enhanced Systems Upgrade core bonus should be properly applying its additional SP now and an issue with the Myrmidon specialty license not properly displaying was fixed, so if you were experiencing those issues delete and redownload the lcp file and they should be working now.

Whoops, I made an error in the 2.2.1 devlog update and linked to the wrong changelog, the link should now be to the appropriate December 2021 changelog instead.

I've noticed with the latest Suldan LCP that the Sagitarrius has a few bits of incorrect information still on it, specifically that the Heat Cap (Says 4 whilst the PDF says 5) and Sensor Range (Says 10 whilst the PDF says 15) is incorrect.

Also in relation to what ululu posted about the heat self issue, I believe the Shroud Missiles also have this issue as I've been experiencing them instantly forcing a Stress roll whenever I use them on Compcon.

Yeah, I went through the lcp and hit various instances of the heat bug, that should be fixed when I roll out the next update. I'll take a look at the Sagittarius stuff, thanks for pointing it out.

(2 edits)

I found an issue with the MK 12 Chassis-Served Support Weapon, from the Worden license; due to an issue with the LCP and the way COMP/CON handles type casting, the 2 heat it applies actually becomes 20 during gameplay.

This is due to an issue with the way CC handles type casting, because the way your LCP lists the heat value causes it to be a string, rather than an integer.

I've informed the CC devs of this, and they are investigating it internally, but in order to fix your LCP, the value of any "tg_heat_self" tag needs to have quotes removed, in order for CC to treat it as an integer instead of a string.

Basically, you need to change this:

{"id": "tg_heat_self", "val": "1"}

to this, on any such line where it exists:

{"id": "tg_heat_self", "val": 1}

Hope this helps!

(1 edit) (+2)

Huh! Well that is definitely not how that's supposed to be working so thank you for bringing that to my attention. I'll go ahead and get that looked at. It may be a little bit before the next lcp update but I've been doing some assorted housekeeping since the last one, extraneous typos and other errors, so this should fit right in. Thanks again.

Sagittarius weapon is missing the Loading tag on CompCon (core ability references it ignoring Loading)

That's a comp/con lcp error that Devi_8 is looking into. The Blackjacket Combat Bow used to have the Loading tag but does not anymore and has not for a few versions.