665cfaa8ebbde

Post Reply

Your name:
Subject:
Message Icon:

Verification:
This box must be left blank:

TriOptimum counter-terrorism consultant Rebecca ____ (Fill in the last name):

Shortcuts: Alt+s to submit/post; Alt+p to preview


Topic Summary

Posted by: voodoo47
« on: 29. July 2017, 16:17:11 »

don't do that - it's either all or none, anything inbetween can screw up and crash the game.
Posted by: miracle.flame
« on: 29. July 2017, 16:15:24 »

Could someone please point me to a list where I can see which weapon is which number so I could cherry-pick in dml? Other than diving into ShockEd that is...
Posted by: voodoo47
« on: 26. September 2014, 18:03:47 »

and both of them lived happily ever after.


or not.
Posted by: The Black Devil
« on: 26. September 2014, 17:14:44 »

I'll keep that in mind. My apologies.
Posted by: ZylonBane
« on: 26. September 2014, 16:40:07 »

Don't quote yourself, especially when it's already the most recent post in the thread. That's very silly.
Posted by: The Black Devil
« on: 26. September 2014, 15:57:47 »

Hello. This is a very interesting mod you've made here however
I'm trying to tweak the gamesys so that it only affects the pistol and plasma pistol
(which I find it makes better sense than making all the guns, including the two handed ones,
just as small).

But I can't tell which guns the "object props" in the gamsys file refers to, so
could you upload a version of the mod where only the pistol and plasma one are
minimised to 2 blocks with the rest of the weapons still taking up 3 blocks?

Thanks.
Sorry I just read the earlier replies after posting my request.
So please ignore my other post as I'll accept I cant have different inventory sizes for the weapons.
Posted by: The Black Devil
« on: 26. September 2014, 15:54:13 »

Hello. This is a very interesting mod you've made here however
I'm trying to tweak the gamesys so that it only affects the pistol and plasma pistol
(which I find it makes better sense than making all the guns, including the two handed ones,
just as small).

But I can't tell which guns the "object props" in the gamsys file refers to, so
could you upload a version of the mod where only the pistol and plasma one are
minimised to 2 blocks with the rest of the weapons still taking up 3 blocks?

Thanks.
Posted by: voodoo47
« on: 25. July 2014, 18:17:42 »

ok, no good, the smaller pistols can crash the game. weapons with non-identical sizes are definitely a bad idea™. I'm taking the pistols down, a mod that can crash the game definitely has no place in the "safe for use" mods subforum.
Posted by: ZylonBane
« on: 17. July 2014, 19:59:50 »

confirming, the game hates it when you have weapons with different inventory sizes, probably the reason IR made them use the same space in the first place.
The entire inventory grid system was created from scratch for SS2-- they could have made it hate or love whatever they liked. But, considering that differently-sized weapons poses the awkward problem of being able to stuff your inventory to the point that it could become impossible to switch from a larger to a smaller weapon, it seems more likely that once they settled on same-sized weapons, all further weapon management code was written around that assumption.
Posted by: voodoo47
« on: 17. July 2014, 10:58:49 »

confirming, the game hates it when you have weapons with different inventory sizes, probably the reason IR made them use the same space in the first place. will make a note in the first post.
Posted by: Yankee Clipper
« on: 15. July 2014, 02:56:56 »

I have been running into a minor bug with the small weapons only mod. If I have a 1x3 weapons equipped, like the shotgun, and then switch to a small weapon like the pistol, if there is something in the 3rd space where the pistol was, the shotgun will just take all 3 spaces and the other object will disappear. Switching things around in the inventory will make the missing item reappear.

I assumed that if there were space problems the shotgun would just fall on the floor. That's what happens with the Power Armor if you only have 2 Strength and use a Brawn Booster to get up to 3. If you switch out the implant, like if you stick in the lab assistant, the power armor wants to go back to inventory, but if there isn't a spot it just falls on the ground.
Posted by: voodoo47
« on: 10. July 2014, 06:43:26 »

yeah, normal - the engine will snoop around looking for dmls in all specified location. the unrecognized problem in BMM has been solved in the latest release.
Posted by: Yankee Clipper
« on: 09. July 2014, 20:13:40 »

That did the trick. I had previously read the dbmod-sample.dml file, and did the dump_props_full dump. But, somehow I managed to look past the SchPlayParams section without realizing what I was looking for was right there. Thanks for the help.

Also, regarding the dbmod.log suggestion, I did that. The section of the file dealing with the rapier mod shows it going through with no errors. However, the rest of the file is chock full of what looks like error after error. One very small sample:

Code: [Select]
DIAG: patch request for 'gamesys' (40200)
DIAG: looking for file 'gamesys.dml' in path '.\' (40200)
DIAG:     file not found

The file is jam packed with reports of looking for that file and also some other .dml files all over the place and not finding them. Normal?

One other minor note: The Blue Mod Manager lists my mod, which consists of only the .dml file, as "Unrecognized, DML". I'm guessing that's because DML awareness has just been added to the manager, and it still defaults to unrecognized if it doesn't see anything else. Or is there something else I should be doing to make the mod more recognizable?
Posted by: voodoo47
« on: 09. July 2014, 07:38:06 »

incorrect syntax, should be "SchPlayParams" instead of "Play Params". when ingame, open the console and type dump_props_full, that will create proplist.txt in the root with all the props and values. also, add dbmod_log 10 into your cam_ext.cfg, that will create a dbmod.log each time you run the game to test the dml, and display all errors you make.

and yeah, there are unused resources in the crf files, no surprise there.
Posted by: Yankee Clipper
« on: 09. July 2014, 03:50:28 »

Excellent mods! I wanted kind of combo of the two: pistols plus the psi amp, so I did a little minor surgery to add the amp to the pistols mod. While doing so, I was initially confused by the fact that there are two pics each for the pistols, but only one for the amp. That is, until I actually looked at the pics and saw that the extra pics for the pistols was to give them a jammed pic as well. Of course, the amp never breaks, so no need for the extra pic.

Or isn't there?

In the original game files, there actually is a pic for a jammed amp. What's up with that? I have never had my amp break in the game and I have no idea how to go about breaking it even if I wanted to. Was it going to be possible to break your amp and then they decided to change that aspect of the game and the pic just got left behind, or is there some way to go about breaking your amp?

@voodoo47: Regarding dml modding: I created a mod some time back to disable the noisiness of the laser rapier. It was a gamesys mod. I decided to try an make the mod via dml for better compatibility with other mods, but it isn't working for me. The dml is as follows:
Code: [Select]
DML1

//silence the laser rapier equipped noise
+ObjProp -3002 "Play Params"
{
"Volume" -4200
}

I suspect the problem is one of two things: either I am making a mistake in how I am addressing the thing I want changed, or possibly changing a schema is in someway different than changing a typical object. I am leaning towards the former. :)

What do you think?


Posted by: Join2
« on: 08. July 2014, 17:32:51 »

the pistols should be fairly ok, but the full pack definitely will have an impact on the game mechanics.

This. All weapons as 2x1 is worthless to me, but hey, there are those that would download it.
I will be downloading the small pistols, nice mod that improves upon the original design, but will conflict with balance in a very minor way. Something else important should perhaps be increased in size, medkits would be nice but the shape of them won't make sense as 2x1. Hmm...
What about melee weapons though? They should be decreasd in size to 2x1 also I think, and the Psi amp perhaps. A wrench is not as large as a shottie or fusion cannon. Gah, can't win. 

A problem with small pistols mod itself is energy and standard are already arguably the best weapon classes (grenade launcher aside). Sigh, you really can't win. The game needs a whole rebalancing mod.

Still, this is nice.
Posted by: voodoo47
« on: 08. July 2014, 08:29:47 »

attached to the first post.
Posted by: xdiesp
« on: 08. July 2014, 08:25:19 »

The PSI Amp wasn't resized yet in "All Weapons", I updated it in the attached file!

Doesn't make any sense, if I may say so.

Let's pretend that the inventory screen is really just a desktop with icons, and the actual sorting happens automatically off screen. Maybe Goggles can open up like Robocop's leg, or Vicky the Small Wonder.  :P

[SS2_Soopytwist_SmallWeapons1.1.7z expired]
Posted by: Kolya
« on: 08. July 2014, 08:06:49 »

The two mods are variations of the same idea: Smaller guns for SS2. If someone googles for that he will find this thread and can then decide how far he wants to go with this idea. Comparative posts like gnartsch's above can help them make a decision. I think this all works better in one thread.
Posted by: voodoo47
« on: 08. July 2014, 07:34:04 »

Hmmm... I liked the pistols being reduced in size, but resizing even the bigger weapsons like shotguns is just too much, imho.
Now the shotguns look smaller in diameter than the pistol, which must be a some magnum elefant killer.
And it breaks the harmony of relative sizes compared to the armor/equipment slots on the right as well.
Doesn't make any sense, if I may say so.
exactly why I originally made two separate topics for the mods, but if K wants them merged, I don't really mind.
Posted by: Kolya
« on: 07. July 2014, 21:14:15 »

I merged the small weapons mod into this thread.
Posted by: gnartsch
« on: 07. July 2014, 19:37:31 »

Hmmm... I liked the pistols being reduced in size, but resizing even the bigger weapsons like shotguns is just too much, imho.
Now the shotguns look smaller in diameter than the pistol, which must be a some magnum elefant killer.
And it breaks the harmony of relative sizes compared to the armor/equipment slots on the right as well.
Doesn't make any sense, if I may say so.
Posted by: Kolya
« on: 05. July 2014, 07:48:07 »

I'm sure people will still hoard, but at the same time combat will be a bit easier when you can carry another gun with you.
Initial strength could be reduced to make up for that. But frankly I think it'll be fine as is, as long as you tell people of that effect (preferably in the first post) so they know what they get.

Also 2 general requests: Please tag mods (only "dml" in this case) and pack them so that the root of the archive equals the game root, ie no subfolder with the mod's name.
Posted by: xdiesp
« on: 05. July 2014, 06:35:18 »

BTW the "arm" slot in the inventory (where you drop the weapon, to equip it), is sized to match a 3 blocks weapon: it is functional in a space well below the weapon's graphics. In Infinite, it's resized to match a 2 blocks weapon with a gray block in that space underneath: but that space is still functional, I couldn't get around to change its hotspots as in the main menu.

when you consider inventory slots are meant to put a constraint on the player

The change in weapon size was added to carry around 1 extra weapon (with same inventory size), in a scenario where no item is ever dropped. But testers would still make piles of items at the elevators to circumvent any inventory limitations...  :P
Posted by: voodoo47
« on: 05. July 2014, 04:35:45 »

the pistols should be fairly ok, but the full pack definitely will have an impact on the game mechanics.
Posted by: RocketMan
« on: 05. July 2014, 02:00:15 »

It makes perfect sense that pistols should occupy fewer grid units than larger weapons but I have to wonder what the greater implications are when you consider inventory slots are meant to put a constraint on the player.  That may have to be rebalanced as well.
Posted by: voodoo47
« on: 04. July 2014, 10:52:41 »

pistols dml'd and attached to the first post, will do the same for the full pack when I get back from work.

btw, you really should have a look at dmls, you can do all sorts of nice stuff on the fly (like modifying difficulty), and it's really not that difficult (if I was able to learn it, anyone can). check the dml in the pistol package - it just says "doesn't matter what the value in full gamesys is, the pistols' inventory height is now 2" to the engine. therefore, this will work with any gamesys mod out there, orig, secmod, SCP, whatever - this would be impossible if the height modification would be done by including a full gamesys.
Posted by: xdiesp
« on: 04. July 2014, 09:29:16 »

I don't know about DML files, so these are just modified vanilla. With the first, pistols and laser pistols occupy just 2 blocks as in Infinite. The second applies to all weapons, and includes (unused) icons for shattered guns and armor. Broken icons are now withish.

Feel free to further modify any way you need!  :)

[Soopytwist's Pistols.7z expired]

[Soopytwist's Weapons.7z expired]
Posted by: voodoo47
« on: 03. July 2014, 21:39:03 »

correct. but yeah, considering the real world size, psi amp could be the fourth candidate.

//also, "fat" stasis field generator not doable - setting it to 2x2 invdims will cause weirdness when trying to equip, as the hand slot is just 1 square wide. so, valid weapon sizes are 1x1, 1x2 and 1x3, nothing else.
Posted by: Yankee Clipper
« on: 03. July 2014, 21:19:23 »

"pistols". Laser pistol, as well, I guess.
Posted by: Yankee Clipper
« on: 03. July 2014, 21:17:50 »

You said 3 but then listed only 2. Maybe psi amp as the 3rd? At least when it is laying on the ground it looks like it would be more compact.

Posted by: ZylonBane
« on: 03. July 2014, 21:16:54 »

Make this for every weapon, tool and implant and I'll love you forever
You want tools and implants that currently only use 1 grid square to use 2 grid squares?
Posted by: Primitive Primate
« on: 03. July 2014, 21:14:20 »

Correct. I thought wrong
Posted by: voodoo47
« on: 03. July 2014, 21:13:35 »

the only three items where modifying invdims makes some sense are pistols (2x1), and maybe the stasis field generator (2x2, considering its shape and size).
Posted by: Primitive Primate
« on: 03. July 2014, 21:05:42 »

Make this for every weapon, tool and implant and I'll love you forever
Posted by: xdiesp
« on: 03. July 2014, 11:13:29 »

Tags: °dml °objicon

In the end, Soopytwist and I made this little mod which makes all  weapons smaller on screen (2 blocks, comes with smaller icon). Uses dmls, so compatible with any other mod!

Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
665cfaa8ec934