6741aacaf0fac

6741aacaf23d9
3 Guests are here.
 

Topic: SS2 Pistol Hybrid
Page: « 1 ... 3 [4] 5 6 »
Read 24522 times  

6741aacaf2ae3Deu sex

6741aacaf2b4b
I did set failchance to 0, I don't know how to open the console in SS2 but I started a new game in easy and impossible, and in both cases triggered the med/sci alarm on purpose, only got pipe hybrids

reverting to previous rebirth didnt help, putting RSD below rebirth didnt help, I will do brute force elimination process from scratch...
« Last Edit: 25. August 2021, 19:15:57 by Deu sex »

6741aacaf2cbbvoodoo47

6741aacaf2d34
deactivate everything, and start with just SCP, last Rebirth, and the (Rebirth) Pistol mod. if it works, continue activating the other mods until it stops working. whatever made it not work is the conflicting mod.

6741aacaf2ec1Deu sex

6741aacaf2f19
I found it, it's the scary monsters AI, it works well but it must be below pistol hybrid, and pistol hybrid must be below RSD as well otherwise you can exploit a bug and have free burst mode from pistol :D

this works and all mods seem to be working fine: https://cdn.discordapp.com/attachments/802306525314023436/880180331716694067/unknown.png

6741aacaf328avoodoo47

6741aacaf32e0
I have to admit squirrel scripting is a bit out of my reach right now, but if the mod is overwriting scripts on the og-pipe archetype, then yeah, that mod will not be compatible. giving it lower priority will make the Pistol mod work again, but I'm quite sure that means some part of the scary AI mod is now being overwritten/not working. @RoSoDude ?


//yes, that is exactly what is going on;
Quote by rsd cary monster mod gamesy.dml:
+ObjProp -397 "Scripts" //OG-Pipe
{
    "Script 0" ""
    "Script 1" ""
    "Script 2" ""
    "Script 3" "rsdMonsterChaseFix"
    "Don't Inherit" false
}
so if the rsd mod has a higher priority than the pistol mod, the pistol mod will break. if you give the pistol mod a higher priority, you are not getting the rds enhancement on the pipe hybrid. choose your poison.

RoSoDude could perhaps try to move the extra script to the -164 Hybrids archetype (and remove it from Rumbler and OG-Pipe, though this means OG-Shotgun and OG-Grenade would start to inherit it), that would make the mods compatible.

until some other mod that will be using the -164 archetype comes around. I think it may be time for an "archetype script slot use by mods" sheet.
« Last Edit: 26. August 2021, 09:21:13 by voodoo47 »

6741aacaf3843RoSoDude

6741aacaf38a2
I'd rather the monster chase fix script not get added to Hybrids (-164), as it has a greater performance impact for each enemy it's running on (it's timer-based) and would have no benefit on the shotgun or grenade hybrids.

Is it possible to add scripts to entities via metaproperties? I've never tried that.

until some other mod that will be using the -164 archetype comes around. I think it may be time for an "archetype script slot use by mods" sheet.

That has to be continually updated whenever I release a new version of anything, heh.

6741aacaf3a13Deu sex

6741aacaf3a73
Is the pistol hybrid supposed to have a functioning pistol with 8 bullets in it everytime? I don't think so, I think even if my mod order "works", it's still problematic:

https://cdn.discordapp.com/attachments/802306525314023436/880441274891649084/dump000.png

I'm gonna put the pistol hybrid mod above RSD for the time being despite the burst abuse and pipe hybrid downgrade, I really do love the variety those enemies bring in the early game

6741aacaf3b7aRoSoDude

6741aacaf3bd5
Pistol Hybrid is supposed to have a broken Pistol with 0 bullets (1 bullet looted separately). It has 8 and is working because SS2-RSD overwrites with its own default properties. Unless I can fix the script assignment issue, the mods are incompatible.

6741aacaf3cc7voodoo47

6741aacaf3d1c
yes, script add via metaprop is definitely a thing.

and yes, if two mods modify the same archetypes, there is little that can be done to make them compatible - I'm guessing a special Pistol Hybrid ready version of the Scary AI mod would be possible, but not sure whether worth the effort.
« Last Edit: 26. August 2021, 14:13:00 by voodoo47 »

6741aacaf3e2aDeu sex

6741aacaf3e82
Thing is, it's not just scary AI, but RSD as well. at this point, the pistol hybrid has to be reworked for RSD to ensure compatibility, but that may be a lot of work I don't know. I feel like I'm asking a lot there haha.

6741aacaf4112RoSoDude

6741aacaf416f
voodoo47
Good to know! I have beta versions of SS2-RSD and Scary Monsters on the way; I'll move a bunch of scripts to custom metaproperties to save script slots for better mod compatibility.

There is currently an incompatibility between Pistol Hybrid and SS2-RSD 1.08 beta where loading the latter above the former screws up the broken Pistol loot, but loading the former above the latter apparently breaks the new modding system. I'll see if I can find a fix.
Acknowledged by 2 members: voodoo47, Deu sex

6741aacb0007bvoodoo47

6741aacb000cf
might as well take a quick shot at making things compatible on my end - @Deu sex grab the attached dml, replace your current one, and see whether it fixes the problem. Scary AI higher priority than Pistol Hybrid, set failchance to 0 in the new gamesys.dml as before to make Pistoleros spawn always, see whether they do.

no fixes to the hybrid pistol, this is only meant as a test to see whether we can squeeze both the AI improvement and the pistolification scripts onto the hybrid without breaking one or the other.


//bad attach removed.
« Last Edit: 06. September 2021, 11:33:30 by voodoo47 »
Acknowledged by 2 members: RoSoDude, Deu sex

6741aacb001a0Deu sex

6741aacb00203
no improvements, couldn't get a single pistol hybrid to spawn with the new gamesys.dml

6741aacb002d7voodoo47

6741aacb0037d
failchance 0? because I've verified, this works for me (SCP+PistolH with the fixed gamesys.dml+ScaryAI, and nothing else).

6741aacb0052dDeu sex

6741aacb00587
With the gamesys.dml you provided (be sure it's the new one, sometimes it's easy to upload the old one by accident) and NVRelayTrap2FailChance="0"

This works: https://cdn.discordapp.com/attachments/802306525314023436/884390900690743396/unknown.png but still has the burst mod abuse and the pistol is not properly aligned on the hybrid now: https://cdn.discordapp.com/attachments/802306525314023436/884391021499260938/unknown.png

This doesn't work: https://cdn.discordapp.com/attachments/802306525314023436/884392929844682782/unknown.png
This doesn't work as well: https://cdn.discordapp.com/attachments/802306525314023436/884394203562536991/unknown.png

6741aacb0081evoodoo47

6741aacb0087a
sometimes it's easy to upload the old one by accident
holy screw-ups-a-moly, that is exactly what happened. see attach (Rebirth version, as that is what you are using, almost forgot). failchance already set to 0.

//better fix now available in the RSD topic.
« Last Edit: 22. May 2022, 11:15:55 by voodoo47 »

6741aacb009cdDeu sex

6741aacb00a33
Very good news, it works wonders :) it just has a strange "bug" when 1 / 2 shot from pistol hybrids doesn't produce sound, but it's not a big deal.
It still provides burst abuse or pistol not broken abuse depending on the priority with RSD, but the priority with scary monsters AI seems to be sorted out :)

this is the current mod order: https://cdn.discordapp.com/attachments/802306525314023436/884406058775367680/unknown.png

6741aacb00d16voodoo47

6741aacb00d7e
1 / 2 shot from pistol hybrids doesn't produce sound
if you mean every second shot is silent, then again check whether this happens with RSD mods deactivated/paused.

6741aacb00e99Deu sex

6741aacb00ef0
It was silversharp's weapon sounds, however since changing mod order didn't help, and I really like this mod, I wanted to keep it anyways. I supposed it was because the WAV files of the pistol sound were too long.

So I imported them on Audacity, made them shorter with a smooth fade out, exported them and put them back into the mod again, and it was exactly that! Now even with the mod the pistol shots are from the mod and no skips anymore :)

6741aacb00ff0voodoo47

6741aacb01050
uurgh, silversharp's weapon sounds mod changing the length of the sounds probably isn't too good, should probably have a look at that at some point.

I guess the moral of the story is that having 47 mods enabled at the same time may kill some of them in a silent way.
« Last Edit: 06. September 2021, 21:53:43 by voodoo47 »
Acknowledged by: GuyFawkesGaming

6741aacb011b3Deu sex

6741aacb0121c
No-one can stop my greed! Only RSD compatibility remains, and then I'll have my perfect modded build! It has several tweaks inside mods, like water animation speed, explosion animation speed, plenty of gamesys.dml edits for some mods here and there, a sexy cam_ext.cfg with perfectly tuned bloom lighting and all, bigger font for english subtitles that are present in the french subtitles even though it's disabled. Pretty crazy stuff, but it holds :)

After RSD compat, I'll just patiently wait for either SCP Beta 5, or Nightdive's remaster (the one which comes first I guess). Or maybe some other mod will surprise me in the meantime :)

6741aacb014d5GuyFawkesGaming

6741aacb016fcDeu sex

6741aacb01752
GuyFawkesGaming
Exactly 1 second with a smooth fade out at the end. (sorry for the late reply)

6741aacb01bb1sarge945

6741aacb01c11
I'll just patiently wait for either SCP Beta 5, or Nightdive's remaster (the one which comes first I guess)

6741aacb01cf1Deu sex

6741aacb01d4a
heh, I'm waiting for SSEE fixes, which are supposed to come after SS2EE gets released, which is supposed to come after SSR gets realeased, which is supposed to come after my death.

Your name:
This box must be left blank:

In which year was System Shock released:
3 Guests are here.
I'm a cop. I don't have a backstory.
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
6741aacb05147