Basic Modding with Playable Examples
This is a discussion on Basic Modding with Playable Examples within the S.T.A.L.K.E.R. SoC Modding, Mapping and Editing forums, part of the S.T.A.L.K.E.R. Shadow of Chernobyl category; Originally Posted by starfuryzeta Hi Niphty, I have a hopefully quickly answered question. Do you know if it is possible ...
| S.T.A.L.K.E.R. SoC Modding, Mapping and Editing Want more info about a Mod? Making a Mod? Looking for Modders, Mappers, Skinners, etc.? This is your Spot! |
![]() |
| | LinkBack | Thread Tools | Rating: | Display Modes |
|
#51
| |||
| |||
| Quote:
__________________ |
| Remove advertisements | |
| |
| |
|
#52
| ||||
| ||||
| Definitely reloaded a fresh magazine of 30. The ammo counter did read VOG-25 30/100 as it reloaded. Fired mag to 0, reloaded, counter said VOG-25 30/70. Still animated as if it fired, but nothing was launched. Only did this when I changed the ammo class to a grenade. Change it to legit ammo class, and it worked great (semi/auto shotgun is fun). |
|
#53
| |||
| |||
| I'll try to answer these in order.. I currently use Paint Shop Pro 9, back before Corel bought out Jasc. Versions 10 and 11 (X and XI) have the name Corel on them with an updated interface. --- In order to copy the old weapon, you first select the Selection Tool and drag a rectangle around the gun, trying to approximate the edges of where the grid are. You'd like to get the exact 6x2 area it takes up on the grid highlighted, so it will stay in proportion when it shrinks. Once selected, go to Edit -> Copy. Then Edit -> Paste -> As Transparent Selection. Pasting as its own layer up front always seems to be more of a hassle to me, so I choose to do it this way. You should be holding the floating selection on your mouse pointer now, and you can zoom out then back in with the mouse wheel to get to where you want to put it (Phaint Shop Pro zooms and centers). Line it up as best you can, then drop it into the equipment grid. Next, select the Raster Deform Tool and you should get the familiar box around the gun where you can resize it. Grab a corner and try to move it, and Paint Shop Pro will tell you the selection needs to be promoted to a full layer before you can do this. Click ok, and then return to resizing the weapon. Once you have it where you want it you can save the image as the ui_icons_equipment2.jpg, I take a moment to first save the file as a .pspimage (Paint Shop Pro's native format) which records the history of movements as well as the layers, in case I need to make drastic changes later, then I save it as the JPEG format, which will prompt you that you need to merge the layers together in order to save; that's what we want to do ![]() Then you should be set to convert. Fairly complex, but simple if you step back and think about it. We're not adding a fresh texture here, just copying and old one and deforming it. --- I've attached the all weapons icons file, and frankly.. this was the first file I started looking at when I found out I already had a program that could read DDS files :P Look at that heat seeking missile launcher at the bottom! The RPK up at the top, and something that looks like the BAR, lol. Not to mention the two odd nade-looking guys in the middle that look a light bulb and a peppercorn. Now we have to ask if there's meshes still in game for these guys.. hiding.. waiting to be used ![]() As for getting the trader to show the tiny SVD, you'll want to do a test, and make sure you remove any other mods first, then place the ui_icons_equipment.dds file in the gamedata/textures/ui/ directory. Also be sure to use a fresh trader file (again, to test it) and put that entry I provided in my post underneath every line with a [ ] around it. You can just search for [ and insert the line right under it for testing. You don't even need the descriptions. If it's not showing up still then I'm not sure where it's going wrong. You really should stop using other mods before trying to add in a test anything, as I've noticed a lot of them seem to cause conflicts with other mods.. which still doesn't really make sense to me ![]() I'm still working on making grenade rounds / rockets work for any and all weapons. I've not been trying -too- hard, so there's a good chance someone else will figure it out before me, but I AM looking in to it =D |
|
#54
| ||||
| ||||
| Quote:
I copy & pasted the line in all [ ] sections and it works fine on its own and within my mod ![]() Now to make my own: I am up to selecting Raster Deform (it's the only thing i can't find). Under which column is that? The Help section is not any help really. otherwise I wouldn't bother you. P.S. I am using Paint Shop Pro 11.20 and apparently Raster Deform is now called Pick Tool Last edited by Faiakes; April 11th, 2007 at 03:15 PM.. |
|
#55
| ||||
| ||||
| OK, semi-success. I succesfully resized the icon and placed it well. It is working. However, the whole items pic has a permanent black background. Only thing I can tell you is that when I first resized my icon I didn't get the message 'the selection needs to be promoted to a full layer'. Also. how do you know which grid x & y to pick. I choose one after yours (5,34) and I think it is fine. If I do another one should I just go (5, 35)? |
|
#56
| |||
| |||
| hello that Attached Thumbnails 2/3 posts back is that a mod that already is out or is it coming out? |
|
#57
| |||
| |||
| That isn't a mod. It's an image file that's been converted to a JPG to be shown on the site. Originally it was a .dds that has some of the pre-release stuff that was going to be included with the game, but were taken out. They just left the image in the game. Eventually, someone could add them to the ui_icon_equipment.dds for us and then we could have nicer looking inventories, jump start some mod ideas, or give a modder something to use rather than adding it them self.
__________________ |
|
#58
| |||
| |||
| Quote:
What I mean by transparent background is that it shows a black & white checkerboard grid behind the items, which look like cut-outs. Also, PSP11 automatically promotes the selection to a layer. You can see this after you choose the pick tool, and try to resize the gun. If you look in the Layers section of the UI, you can see it now has a 'Promoted Selection' Layer. They've just cut out a lot of the messaging for you. It should still gave the warning on save about merging the image down ![]() As for the grid X and Y, you just have to count it out. I chose to put the gun right under the MP5 there BECAUSE I knew the location of the MP5 (5, 33) and i knew I only needed to drop down 1 more Y grid to get my gun (5, 34). The grid starts at 0,0 in the upper left hand corner, and goes to the right and down from there. |
|
#59
| ||||
| ||||
| Thanks to ZandarArch's thread here (thanks dude!), I dug around abit and found a way to bypass messing with trader files when modding your own stuff. In your gamedata\scripts\escape_dialog.script file, there's this function: Quote:
Yes, I ran around with a GP36 and wearing my own modded suit, all given to me FREE by Wolf! Hope this helps... Last edited by FoxTwo; April 12th, 2007 at 06:07 AM.. |
|
#60
| ||||
| ||||
| Quote:
I also found a version 10 of PSP and I will attempt the whole think again. |
![]() |
| Bookmarks |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | Rate This Thread |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| basic modding | kathmondar91 | DoW Modding and Editing | 18 | January 21st, 2007 06:39 AM |
| Basic Modding | [Sonic]uk | ST:A2 Modding, Mapping and Editing | 6 | May 31st, 2006 04:50 AM |
| basic modding utilities/tutorials... | Grover | ST:SC3 Modding, Mapping and Editing | 3 | September 23rd, 2004 07:54 PM |
| Possible Examples | McCleod | SW:JK3 Modding, Mapping and Editing | 0 | October 15th, 2003 03:12 PM |
All times are GMT -7.






.gif)









Linear Mode

