RPTools.net

Discussion and Support

Skip to content

It is currently Wed May 22, 2013 9:33 pm 






Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

Previous topic | Next topic 

  Print view

Author Message
User avatar  Offline
Great Wyrm
 
Joined: Tue Jun 13, 2006 4:55 pm
Posts: 1792
Location: Oak Harbor, WA
 Post subject: Initiative Dice
PostPosted: Thu Jul 13, 2006 5:13 pm 
Right now the only thing keeping me from using Init Tool is the hardcoded initiative dice. I need this to be encounter-editable, so I can say this encounter uses a d6 for initiative, or 3d6 or 1d10, etc.

_________________
Steel Rat
-----------
Helm's Deep RPG Network
Infinite Ordnance: Military RPG Supplements.
RPGMapShare.com - RPG Maps and Mapping objects.


Top
 Profile  
 
User avatar  Offline
Great Wyrm
 
Joined: Tue Jun 13, 2006 4:55 pm
Posts: 1792
Location: Oak Harbor, WA
 Post subject:
PostPosted: Thu Jul 13, 2006 5:14 pm 
Oops! I just found where to change that!

DOH!

_________________
Steel Rat
-----------
Helm's Deep RPG Network
Infinite Ordnance: Military RPG Supplements.
RPGMapShare.com - RPG Maps and Mapping objects.


Top
 Profile  
 
User avatar  Offline
Great Wyrm
 
Joined: Tue Jun 13, 2006 4:55 pm
Posts: 1792
Location: Oak Harbor, WA
 Post subject:
PostPosted: Thu Jul 13, 2006 5:19 pm 
Here's something though. When I check the Manual Player Init checkbox, I get prompted for init for all "monsters" when I start the encounter, even though Manual NPC Init isn't checked.

_________________
Steel Rat
-----------
Helm's Deep RPG Network
Infinite Ordnance: Military RPG Supplements.
RPGMapShare.com - RPG Maps and Mapping objects.


Top
 Profile  
 
User avatar  Offline
RPTools Team
 
Joined: Tue Feb 07, 2006 1:07 am
Posts: 1738
Location: Austin, Tx
 Post subject:
PostPosted: Fri Jul 14, 2006 12:57 pm 
I look into that this weekend.

Thanks!


Top
 Profile  
 
User avatar  Offline
Great Wyrm
 
Joined: Tue Jun 13, 2006 4:55 pm
Posts: 1792
Location: Oak Harbor, WA
 Post subject:
PostPosted: Thu Jul 20, 2006 4:11 pm 
Jay, did you get a chance to look into this?

Thanks,

_________________
Steel Rat
-----------
Helm's Deep RPG Network
Infinite Ordnance: Military RPG Supplements.
RPGMapShare.com - RPG Maps and Mapping objects.


Top
 Profile  
 
User avatar  Offline
RPTools Team
 
Joined: Tue Feb 07, 2006 1:07 am
Posts: 1738
Location: Austin, Tx
 Post subject:
PostPosted: Fri Jul 21, 2006 1:21 am 
Steel Rat wrote:
Jay, did you get a chance to look into this?

Thanks,

No, I forgot :oops:
I just added a tracker for it this afternoon so i don't forget it this weekend. Sorry about that.


Top
 Profile  
 
User avatar  Offline
Great Wyrm
 
Joined: Tue Jun 13, 2006 4:55 pm
Posts: 1792
Location: Oak Harbor, WA
 Post subject:
PostPosted: Fri Jul 21, 2006 8:23 am 
lol, no biggie!

_________________
Steel Rat
-----------
Helm's Deep RPG Network
Infinite Ordnance: Military RPG Supplements.
RPGMapShare.com - RPG Maps and Mapping objects.


Top
 Profile  
 
User avatar  Offline
RPTools Team
 
Joined: Tue Feb 07, 2006 1:07 am
Posts: 1738
Location: Austin, Tx
 Post subject:
PostPosted: Fri Jul 21, 2006 9:46 am 
I was looking at the code and it determines if a creature is a player by one of two things. The first is if it has a type that contains the string 'player'. The second is if it has a player name. I did it this way since there is no more formal way to tell. Since I allow all of the types to be deleted, including Player, I checked for a player name as well as type. I'm guessing that you had assinged player names to your monsters, so it assumed they were all players.

I need to fix this. I think I will just add a flag to the types that tells me what is and what is not a player, and just ignore the player property value. Is this OK? Does anybody have a preference on how I fix this?


Top
 Profile  
 
User avatar  Offline
Deity
 
Joined: Fri May 12, 2006 7:56 pm
Posts: 6300
Location: Las Cruces, NM
 Post subject:
PostPosted: Fri Jul 21, 2006 10:08 am 
Off the top of my head right now it would seem that being able to definitively flag a creature as Player or GM Controlled would be a good thing. Seperate from the "Player Name"

I could see where someone might run a session with one or more other people controlling monsters as assistant GMs.

Should the flagging be done at the Creature Type level?

_________________
Call me, Hex Boy.

Visit http://www.darkisle.com for photos of castles, cairns, standing stones, and other ancient sites in the British Isles.


Top
 Profile  
 
User avatar  Offline
Great Wyrm
 
Joined: Tue Jun 13, 2006 4:55 pm
Posts: 1792
Location: Oak Harbor, WA
 Post subject:
PostPosted: Fri Jul 21, 2006 11:04 am 
What I did was create a group of "monsters" called "Drug Camp Guards", so they all had the same name. Not sure what you mean by giving them a "player name" I had assigned them to the GM, if that's what you mean.

My players will roll their own initiative, so those would all be manual, but "monsters" would be automatically rolled by IT.

_________________
Steel Rat
-----------
Helm's Deep RPG Network
Infinite Ordnance: Military RPG Supplements.
RPGMapShare.com - RPG Maps and Mapping objects.


Top
 Profile  
 
User avatar  Offline
RPTools Team
 
Joined: Tue Feb 07, 2006 1:07 am
Posts: 1738
Location: Austin, Tx
 Post subject:
PostPosted: Fri Jul 21, 2006 11:32 am 
Steel Rat wrote:
I had assigned them to the GM, if that's what you mean.

Yeah, that is what was doing causing your monsters to show up as players.

Phergus wrote:
Should the flagging be done at the Creature Type level?

That is what I was planning.

So I will add a new property to the creature type that determines if the creature is a player creature or not. It will then be the GM's responsibility to set the proper creature type for players vs. monsters.


Top
 Profile  
 
User avatar  Offline
Great Wyrm
 
Joined: Tue Jun 13, 2006 4:55 pm
Posts: 1792
Location: Oak Harbor, WA
 Post subject:
PostPosted: Fri Jul 21, 2006 2:21 pm 
I don't know if you've considered changing "monsters" to something more generic, since not all party opponents are monsters. Maybe "Opponents" is a better term.

_________________
Steel Rat
-----------
Helm's Deep RPG Network
Infinite Ordnance: Military RPG Supplements.
RPGMapShare.com - RPG Maps and Mapping objects.


Top
 Profile  
 
User avatar  Offline
RPTools Team
 
Joined: Thu Jun 01, 2006 1:05 pm
Posts: 5478
Location: Buffalo, NY
 Post subject:
PostPosted: Fri Jul 21, 2006 3:04 pm 
"Enemies"
"Allies"
"Party"

Enemies can come in many different shapes and sizes as can allies.

Just food for thought


Top
 Profile  
 
User avatar  Offline
Deity
 
Joined: Fri May 12, 2006 7:56 pm
Posts: 6300
Location: Las Cruces, NM
 Post subject:
PostPosted: Fri Jul 21, 2006 3:04 pm 
The root distinction we are trying to make here is GM controlled or Player controlled. Yes?

If so then GM Controlled or Player Controlled or some variation might be suitable?

_________________
Call me, Hex Boy.

Visit http://www.darkisle.com for photos of castles, cairns, standing stones, and other ancient sites in the British Isles.


Top
 Profile  
 
User avatar  Offline
RPTools Team
 
Joined: Tue Feb 07, 2006 1:07 am
Posts: 1738
Location: Austin, Tx
 Post subject:
PostPosted: Fri Jul 21, 2006 3:18 pm 
dorpond wrote:
"Enemies"
"Allies"
"Party"

Enemies can come in many different shapes and sizes as can allies.

Just food for thought

Phergus wrote:
The root distinction we are trying to make here is GM controlled or Player controlled. Yes?

If so then GM Controlled or Player Controlled or some variation might be suitable?

Actually you can create as many or as few Creature Types you want. Go to the file menu and select Edit Creature Types, that will popup a dialog that allows you to edit all of the creature types, including creating new ones and deleting ones you don't like. So you could create the list above or anything else you needed in your game.

I'll update the editor for creature types so that you can choose which types are GM controlled and which types are not.

Having said all that, if there is a default set that we could agree on, I will add that to the code as well.


Top
 Profile  
 
Display posts from previous:  Sort by  
Reply to topic  [ 22 posts ]  Go to page 1, 2  Next

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:

Who is online

In total there is 1 user online :: 0 registered, 0 hidden and 1 guest (based on users active over the past 5 minutes)
Most users ever online was 243 on Sun Nov 04, 2012 6:14 am

Users browsing this forum: No registered users and 1 guest





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Style based on Andreas08 by Andreas Viklund

Style by Elizabeth Shulman