PDA

View Full Version : FFG: Only War Ruleset



ShotGun Jolly
April 29th, 2015, 12:38
Please to announce the FFG's Only War Ruleset V1.0 (https://drive.google.com/file/d/0ByRnUpp6WqJtVGM2Z0NiUFNiekk/view?usp=sharing)

and its 30* flame template extension (https://drive.google.com/file/d/0ByRnUpp6WqJtandTSXhSSjh1VzA/view?usp=sharing).

9744

dulux-oz
April 30th, 2015, 06:45
Here ya go SJ, a nice, single Extension with all the unnecessary code removed, as requested.

9764

Cheers

Morbid-Don
July 14th, 2015, 16:20
Maybe one day an Updated Dark Heresy - 2nd Edition Rules Set...

dulux-oz
July 15th, 2015, 02:06
While I am currently under commission to do this for another Ruleset, I'll warn you that paying for this type of thing is fraught with danger do to the often times complicated Copyright Issues, which become way more complicated as soon as $$$ starts changing hands.

Having said that, often Ruleset Development is a labor of love, so to get a professional quality product that someone isn't doing for themselves anyway means you need to pay professional quality rates - most hobbyists won't/aren't willing to pay these rates, and so instead of a professional product you end up with what can most generously be termed "no good". The individual currently engaging my services knows all about these, having experienced the down-side of these types of things already.

So, in short, good luck in achieving this, but realistically I wouldn't hold my breath - this type of thing gets asked in various threads from time to time and the results are normally the same: nothing.

On the other-hand, if you are genuinely willing to talk then drop me a PM - but I'd check out my Linked-In Profile (from my sig) first so to realize what you're in for :)

Cheers

Unahim
August 13th, 2015, 16:03
This ruleset doesn't work graphically for me.

Similar problems with character sheets.

Mask_of_winter
August 13th, 2015, 16:05
Looks like your monitor's resolution is larger than the desktop_background image.

Unahim
August 22nd, 2015, 12:43
It's only 1960x1080, pretty standard.

Trenloe
August 22nd, 2015, 14:54
Similar problems with character sheets.
Just resize the character sheets so the information fits within the window. It's pretty close to the maximum size allowed, just click-drag the right border in a little bit to make it match up fully:

https://dl.dropboxusercontent.com/u/39085830/Screenshots/Fantasy%20Grounds/WH40K%20Only%20War%20Character%20Sheet.jpg


This ruleset doesn't work graphically for me.
It's a really cool graphic, but it doesn't support tiling with a decal as it's all in one. Therefore it's always going to be difficult to fit an image like this onto all of the different resolutions that people could use. The image is 1600x900, but it set to tile every 2400x2400. You could change it to tile every 1600x900 and you'll get something like this:

ShotGun Jolly
August 22nd, 2015, 17:19
I can see I am going to have to figure out how to tile backgrounds

Oshaegda
August 23rd, 2015, 08:59
Hey, sorry, noob here. How do I install this ruleset into Fantasy Grounds?

damned
August 23rd, 2015, 09:03
I can see I am going to have to figure out how to tile backgrounds

take the centre graphic out and use it as a decal. then set the background to tile.

dulux-oz
August 23rd, 2015, 09:04
Hey, sorry, noob here. How do I install this ruleset into Fantasy Grounds?

Copy the .pak file (you may have to unzip the .zip file to get to the .pak file) and place it in the Rulesets folder under the fantasy ground folder.

Start Fantasy Grounds and select New Campaign: the Ruleset should be in the list

Oh, and if you haven't done so already, check out the Tutorial Videos on the FG Wiki (mine are also available from the links in my sig, below) - start with the ones on the CoreRPG, because this forms the foundation for just about all the games we play with FG

Cheers

Oshaegda
August 23rd, 2015, 09:09
Thanks!

Explorer7337
October 1st, 2015, 08:48
There is a ruleset I would like to have developed. Who would I talk to about having it commissioned?

dulux-oz
October 1st, 2015, 09:02
There is a ruleset I would like to have developed. Who would I talk to about having it commissioned?

That depends - the trouble that a lot of people have with getting work commissioned is the sheer amount of labour and time it takes. This translates directly into $$$, or into finding a rare individual who will do it for a "labour of love".

I'm currently engaged by a fellow Community Member to modify an existing Ruleset into a related RPG, and so far its taken 60+ hours (at a professional coding rate of... well, let's just say more than most are willing to spend). My client tried to get it done cheaper twice before but never managed to get the project done for one reason or another. He is very happy with the product I've produced for him and continue to produce for him, but he also understands the value of my time and expertise and so is willing to engage me as a Professional ICT Consultant.

If you'd like to send me a PM we can discuss things further - you might like to check out my LinkedIn Profile (link below) so you understand who and what you'll be engaging.

Other than that, I'm unsure if there is anyone suitable and available who would be willing to do the work for "amateur rates", but I could be grossly wrong about that.

Cheers

Explorer7337
October 2nd, 2015, 06:39
You can email me at [email protected]. I'd like to discuss this further.

ShotGun Jolly
October 22nd, 2015, 18:51
take the centre graphic out and use it as a decal. then set the background to tile.

Can you send me the example of the what the code would look like?

damned
October 23rd, 2015, 00:40
something like this Shotgun -

1st remove the centrepiece from your background image.
Make your background image tileable.
Make sure you background image is less than 2048w and 2048h

In your graphics_frames.xml you want something like this:


<framedef name="desktop">
<bitmap file="graphics/frames/desktop.jpg" />
<topleft rect="0,0,730,900" />
<top rect="730,0,1194,900" />
<topright rect="1924,0,116,900" />
<left rect="0,900,730,900" />
<middle rect="730,900,1194,900" />
<right rect="1924,900,116,900" />
</framedef>

The bit that tiles is the <middle rect="730,900,1194,900" />.
The first pair of numbers is the starting co-ordinate.
The second pair of numbers is how many pixels w and how many pixels h to add to the tileable piece of the image eg it starts at 730 from left and finishes at 730+1194 from left
If your whole image is to be used you would use something like <middle rect="0,0,1600,900" />
Now you can include the decal here too but the new way is to add it as a selectable Decal.
Let me know if that helps or not...

damned
October 23rd, 2015, 03:15
https://www.fg-con.com/wp-content/uploads/2015/10/background.png

ShotGun Jolly
October 23rd, 2015, 11:13
https://www.fg-con.com/wp-content/uploads/2015/10/background.png


Thanks!! I will mess around with this over the next few days.. see if I cant fix it up

damned
October 23rd, 2015, 11:16
Also top, bottom will also tile horizontally. left, right will tile vertically. middle will tile horizontally and vertically. the corners dont tile.

In relation to above graphic with dimensions of 640x400 pixels you should be able to see the meaning of the definition below...

<framedef name="desktop">
<bitmap file="graphics/frames/desktop.jpg" />
<topleft rect="0,0,100,100" />
<top rect="100,0,440,100" />
<topright rect="540,0,100,100" />
<left rect="0,100,100,200" />
<middle rect="100,100,440,200" />
<right rect="540,100,100,200" />
<bottom left rect="0,300,100,100" />
<bottom rect="100,300,440,100" />
<bottom right rect="540,300,100,100" />
</framedef>

ShotGun Jolly
October 31st, 2015, 09:48
Ahhh.. should these comments be kept elsewhere instead of on this particular thread? Just saying...

Trenloe
November 1st, 2015, 21:07
Ahhh.. should these comments be kept elsewhere instead of on this particular thread? Just saying...
What comments? ;)

Oh, these ones: https://www.fantasygrounds.com/forums/showthread.php?26645-Modifying-the-Dark-Heresy-ruleset

Oshaegda
February 26th, 2016, 07:14
Are there any guides on how to create a library module for Only War? Neither myself nor any of my players are coders, and I would like to create something so players can drag and drop working weapons, psychic powers, etc. onto their sheets during character creation. I would also like to be able to drag and drop conditions and difficulty ratings onto characters during play. Is it possible to generate regiments so that PCs can drag a regiment onto their sheets and have it update their equipment, base stats, etc.?

Thanks for the input.

Xaitrah
November 26th, 2016, 13:44
Are there any plans to update this to work with Fantasy grounds 3.2?