Don’t forget we moved!
https://brandmu.day/
Prospective Star Wars
-
@blu lol i think you’re in the wrong thread honey
-
@Roz oh gosh darnit
I’ll move it to the right thread.
-
Maybe we need to discuss why this thread has been misposted in twice in two hours, by you and me. IS THERE A CONSPIRACY AFOOT?
-
@Tez said in Prospective Star Wars:
Maybe we need to discuss why this thread has been misposted in twice in two hours, by you and me. IS THERE A CONSPIRACY AFOOT?
-
@Jennkryst said in Prospective Star Wars:
The portal and scene async is like. Like… 90% of the reason I want to break Ares apart and figure out how to make it do the rest of what I want, yup.
Except those same features are exactly why it’s virtually impossible to do the kind of code you want.
Asynchronous and Web RP is diametrically opposed to immersive client RP.
-
@Jennkryst said in Prospective Star Wars:
The portal and scene async is like. Like… 90% of the reason I want to break Ares apart and figure out how to make it do the rest of what I want, yup.
Honestly, I think that if you’re really serious about this, you need to sit down and write out what you actually need to run this game. Figure out which features are ‘nice to have’ and which features are ‘must have’.
Write down how those features will work. Specifically think about the scene system, multi-sceneing, and async when you do this, because it affects a lot. Figure out whether your ‘must haves’ are compatible with this sort of RP.
I suspect that doing this will bring you to some choices between two desired things. Making those choices will make it easier to determine a next step.
-
@Tat This is like simple but great advice.
And I don’t mean that in a sarcastic way either.
-
I need a distraction from my code implosion. WHOMST among you is intimately familiar with the FFG Star Wars mechanics? Do you know if any skill, aside from Lightsabers, has a ‘here, you can use a different attribute with this skill instead of the default one’?
Not saying that this is the root of my code-learning problems. Because I haven’t gotten that far. But it might make dice code easier when I end up getting there.
-
@Jennkryst I don’t know the rules well enough, I’m afraid. If no-one else here knows, someone on the FFG subreddit probably will.
-
@Jennkryst There are talents that modify the linked characteristic of a skill.
-
@Istus I know there are talents that do this for Lightsaber. Am I forgetting any that work with different skills?
-
@Jennkryst Skulduggery can flip around between Agility and Cunning at a minimum. I do not know of others off of the top of my head but that one alone means that there is precedence.
-
Alrighty, no default attributes at all, all rolls will call for attr+skill.
… somehow.