PDA

View Full Version : Building a custom ruleset for me and my players but running into problem Par5e



daboking
July 21st, 2016, 17:05
I am trying to build a weapon table, but when I parse, the 1st item gets a warning message in notepad++. Any ideas why this is happening (first few lines below). I have watched the video tutorials, and am sure am missing something incredibly simple. Thanks so much!

#@;WEAPON
#th;TYPE;WC;CODE;RANGE;DAMAGE;COST;KILO;VALUE
Battle Axe;2;~II;*;1d8;7;3;100

Battle Axe comes back with a warning message. Thanks again

Trenloe
July 21st, 2016, 17:42
What's the warning message you're getting? Why is it Notepad++ is giving a warning message - what file do you have open in Notepad++?

daboking
July 21st, 2016, 22:05
What's the warning message you're getting? Why is it Notepad++ is giving a warning message - what file do you have open in Notepad++?

Here is a screen grab of my error. I followed Xorn's guide best I could and read documentation. If I remove the last 4 columns of the battle Axe, it will parse, but nothing shows up in FG. If i fill in all my columns for the item, that is when I get the error message. I have no sub categories in what I am building.

damned
July 22nd, 2016, 05:30
I am trying to build a weapon table, but when I parse, the 1st item gets a warning message in notepad++. Any ideas why this is happening (first few lines below). I have watched the video tutorials, and am sure am missing something incredibly simple. Thanks so much!

#@;WEAPON
#th;TYPE;WC;CODE;RANGE;DAMAGE;COST;KILO;VALUE
Battle Axe;2;~II;*;1d8;7;3;100

Battle Axe comes back with a warning message. Thanks again

Can you substitute the Name;Price;Damage;Weight;Properties for your own values?
And if you can I still dont think you can use characters like ~ and * ...

WEAPONS
Name;Price;Damage;Weight;Properties
Simple Weapons
Club;1 gp;1d4 bludgeoning;1 lb.;Light
Sap;1 cp;1d4 bludgeoning;3 lb.;Light

daboking
July 22nd, 2016, 05:36
I think that is part of my problem, I dont know enough about it to know if I can customize or not. Xorn's video references 5e and how, for example, armor, required 6 specific fields as listed in the documentation and what those 6 should be called. I have no idea if core has those same types of restrictions, and the CoreRPG Par5e documentation does not list table requirements by number, etc. Perhaps my ~ and * symbols are a problem, I was not sure. I was just duplicating the weapon chart from my rulebook, amd will need to adapt if these characters are restricted. I am a noob at this, so I am grateful for the advice.

daboking
July 22nd, 2016, 05:55
Update, just to test, I made the following changes, and still unsuccessful:
#@;WEAPONS
#th;NAME;PRICE;DAMAGE;WEIGHT;PROPERTIES
#st;Simple
Battle Axe;7 gp;1d8 bludgeoning;6 lb;Light

Trenloe
July 22nd, 2016, 06:04
OK, so you're trying to use 5E data in CoreRPG - that's not going to work. If you open a CoreRPG campaign and create a new item you have 4 fields - name, cost, weight and description. CoreRPG doesn't understand damage, range, etc. because it is designed to be system agnostic. If you want 5E type items then you're better off running 5E, not CoreRPG. If you just want basic items then you're probably best off creating them in a CoreRPG campaign and exporting to a module from there.

What are you actually trying to accomplish?

daboking
July 22nd, 2016, 06:23
My end goal is a conversion of 2nd edition gamma world from 1983. It is a simple system so I thought the core RPG would be my best route to go. I'm just not very familiar with core RPG and what the allowed sections are for each column on the equipment list. Initially I was just trying to use the chart from the rule book itself and convert that into fantasygrounds if that were possible but I'm guessing that it's not so I need to find a way to adjust where I can run the game using fantasygrounds and create a ruleset that I could use with my players

damned
July 22nd, 2016, 06:32
daboking as Trenloe points out the equipment details in CoreRPG are very basic. It has lots of smarts in it but only has basic descriptor fields (which can be extended by rulesets and extensions).
If you create your equipment INSIDE your CoreRPG campaign and export it that will give you a working set of data. You can see the XML structure and work on it in XML or keep updating within FG.

You might also try the MoreCore ruleset when 3.2.0 comes out as I think it will add some nice base functionality for other systems.

daboking
July 22nd, 2016, 06:36
Thank you very much for the reply. I had noticed earlier reading about morecore. So for the time being I think you're right I'll just do a very basic equipment list creating the items one at a time and exporting it out that way. Thank you very much

damned
July 22nd, 2016, 07:11
Currently MoreCore is an extension and you can download it from that thread.
When 3.2.0 comes out Ill release MoreCore as a ruleset with some more features.

Base theme:
https://www.fg-con.com/wp-content/uploads/2016/07/more-core-sample2.jpg

And Winter is Coming theme
https://www.fg-con.com/wp-content/uploads/2016/07/more-core-sample1.jpg

daboking
July 22nd, 2016, 15:08
I love how active and informative this community is, and am so glad I decided to make the jump to FG. Damned, Trenloe, you are both awesome, and I am grateful for the direction here :). I will try implementing morecore now and look forward to the ruleset addition. Thanks again!!