Rushnut wrote:
Smooth lazy eye! Woo
Share plx.
In response to Kumorii
|
|
Kumorii wrote:
|
client Little rough around the edges, still isn't finished, CAMERA_INSTANT doesn't properly work yet, and uses a few other libs of mine that you can just remove like Object Pools and Regions. But for just smooth lazy eye it's fine. E- Oh it also constantly calls Move() since E- I should also really move the logic under the camera type. E- Also it uses unreleased Update Loop library. Just put update() into a while(src) loop. |
--> [Compressed] Messing with mutable windows. You can drag the chat window around and resize it however you want. Feel free to criticize! I basically came up with the UI very quickly as a concept, but I think it's grown on me a bit. |
In response to Doohl
|
|
In your gif when you click a tab that tab moves to the far left tab.
You should tots put in your system tab the ability for players to toggle whether it moves to the far left or stay where it is <3. |
In response to Doohl
|
|
Just a personal note, I'm not a huge fan of the tabs moving when they're clicked. I think it creates too much shuffling where it'll be just annoying enough to have to hunt for the tab you want for an extra second.
Not exactly the biggest deal in the world, but it could make the UI like 10% better. Haha. |
In response to Doohl
|
|
Window with full opacity, output with full opacty, draw a box over the window at runtime and scale it with <something> alpha, hide the titlebar, add some buttons.
Right? Pretty cool but, GOOD LUCK WITH ANIMATED FONT, SCRUB EUHEUHEE SCREEN OBJECT TEXT FOR THE WIN |
In response to Rushnut
|
|
Rushnut wrote:
Window with full opacity, output with full opacty, draw a box over the window at runtime and scale it with <something> alpha, hide the titlebar, add some buttons. Fairly certain he's using javascript, so he should be able to pull off animated text. |
In response to Ishuri
|
|
Ishuri wrote:
Rushnut wrote: ^ Who uses animated fonts anyway? |
In response to Ishuri
|
|
Literally a traitor. I thought you were my home-boy, Ishuri, instead you 'notha pretenda.
On-topic! Working on my AI, trying to add lots of different styles, just thought of a new one to add actually - WANDER_TRACK, anyway, any more suggestions on movement styles or the suchlike? I guess WANDER_DRUNK? /*AI*/ |
In response to Rushnut
|
|
Rather than having the AI come in three flavors, why not have vars that impact personality traits? The values can come with some variation.
|
In response to Lummox JR
|
|
Lummox JR wrote:
Rather than having the AI come in three flavors, why not have vars that impact personality traits? The values can come with some variation. So, something like a mood var, which basically dictates if you're in the three flavors, and have in-world things affect the mob's mood? |
In response to Doohl
|
|
Doohl wrote:
i love this progress! Doohl when are you going to let me play this and fight you and some cabbages! its about TIME ;D, give me a shiny helmet, some cabbage and a sword and im ready to go! |
In response to Rushnut
|
|
Rushnut wrote:
Lummox JR wrote: I'm thinking more like vars that impact how your mood may change, and a series of vars representing the overall emotional state. |
In response to Lummox JR
|
|
I've studied this and worked off and on on something like this for a while, where NPC's naturally evolve to know who you are and form more complex opinions than "love" or "hate".
I've tried basing it on something like the Plutchik Emotion Wheel but never really got too far for lack of trying. |
Oooh, I'll be making use of this wheel once I begin working on advanced ai. I want my world to feel alive.
|
I've always wanted to do a sandbox-style RPG where your character goes through the world influencing its inhabitants, using this emotional method where NPC's react to everything you do as you naturally gain notoriety (or infamy).
I always felt like setting up the world would be the best starting play. I had the idea that the world would continue to move on and naturally evolve, with or without player interaction. It's something ridiculously ambitious, but would be fun if done correctly, especially for the roleplaying audience. My only hang up would be figuring out how to manage the logistics of that and how big of a world I could make before it just became too resource intensive to run properly. It would be most optimally single-player, of course. |
Aaiko in the Skype chat told me to make a high quality polished shooter game. As a result, I spent an hour on what may be the most important part of any game: mouse interaction detection stuff with a super fancy dynamic cursor.
|
Share plx.