Please upgrade your browser for the best possible experience.

Chrome Firefox Internet Explorer
×

Benefits of the Hero engine


Genkin's Avatar


Genkin
02.22.2012 , 08:04 AM | #21
Quote: Originally Posted by Reevax View Post
Not complaining, Just pointing out they are not capable of very little things much less a big thing such as streaming live content with the servers still up.
Wow you caught them. They purposely didn't put this in so you and other like would agonize and complain about not having it. There can be no other logical reason at all for them not implementing everything you think should be in the game. I'm sure at Bio Ware they all need to take hourly breaks to laugh evilly at the thought.
WARNING!

Nerds on the internet do not account for actual public opinion!

Reevax's Avatar


Reevax
02.22.2012 , 08:05 AM | #22
Quote: Originally Posted by PlatorPRIME View Post
Oh so if it's not something you want/need then it shouldn't be a part of the game? Good talk bro.
That's the case almost every single time. Because they don't want/need no one else must.

Reevax's Avatar


Reevax
02.22.2012 , 08:07 AM | #23
Quote: Originally Posted by Genkin View Post
Wow you caught them. They purposely didn't put this in so you and other like would agonize and complain about not having it. There can be no other logical reason at all for them not implementing everything you think should be in the game. I'm sure at Bio Ware they all need to take hourly breaks to laugh evilly at the thought.

Did I say that?

My point was they can't do something very tiny much less something really big like streaming live content.

/roll was just the example of something very tiny. I never said I wanted it or needed it did I?

PlatorPRIME's Avatar


PlatorPRIME
02.22.2012 , 08:08 AM | #24
Quote: Originally Posted by Genkin View Post
Wow you caught them. They purposely didn't put this in so you and other like would agonize and complain about not having it. There can be no other logical reason at all for them not implementing everything you think should be in the game. I'm sure at Bio Ware they all need to take hourly breaks to laugh evilly at the thought.
Oh yes now my eyes have been opened, I've been far too harsh on this game. I mean how dare I expect a /roll command, or some decent looking end-game armor, or end-game armor with stats that make sense, or a legacy system, or not want useless orbital station runs, or mounts that give more than 10% increase of speed for 300k, or .....well if you don't get the point by now then there's no reaching you. I'm happy for you that you're satisfied but some of us expect more.

skyflash's Avatar


skyflash
02.22.2012 , 08:09 AM | #25
Bioware is not using the HeroEngine.

Bioware copied a pre-alpha version of the HeroEngine ages ago and then created their own Bioware version of a game engine.

Whatever it is, it is NOT the HeroEngine they are using.

Amdramnar's Avatar


Amdramnar
02.22.2012 , 08:24 AM | #26
Quote: Originally Posted by iSkynet View Post
It is ~3 lines of code to implement...
SWEET. Please post the three lines of HeroEngine code it would take, I love learning new coding techniques.
Amdramnar shot first!

PlatorPRIME's Avatar


PlatorPRIME
02.22.2012 , 08:26 AM | #27
Quote: Originally Posted by Amdramnar View Post
SWEET. Please post the three lines of HeroEngine code it would take, I love learning new coding techniques.
Oh wow you challenged our ability to code it! That totally changes the fact that it's a small task!

EDIT: credit to: http://www.gidforums.com/t-9493.html
################################################## ###########
#Dice_roller.py
#
#Purpose: A random number generation program that simulates
# various dice rolls.
#Author: Cody Jackson
#Date: 4/11/06
################################################## ###########

import random #randint

def randomNumGen(choice):
"""Get a random number to simulate a d6, d10, or d100 roll."""

if choice == 1: #d6 roll
die = random.randint(1, 6)
elif choice == 2: #d10 roll
die = random.randint(1, 10)
elif choice == 3: #d100 roll
die = random.randint(1, 100)
else: #simple error message
print "Shouldn't be here. Invalid choice"
return die

def multiDie(dice_number, die_type):
"""Add die rolls together, e.g. 2d6, 4d10, etc."""

#---Initialize variables
final_roll = 0
val = 0

while val < dice_number:
final_roll += randomNumGen(die_type)
val += 1
print final_roll

def test():
"""Test criteria to show script works."""

print "1d6 = ",
multiDie(1,1) #1d6
print "\n2d6 = ",
multiDie(2,1) #2d6
print "\n3d6 = ",
multiDie(3,1) #3d6
print "\n4d6 = ",
multiDie(4,1) #4d6
print "\n1d10 = ",
multiDie(1,2) #1d10
print "\n2d10 = ",
multiDie(2,2) #2d10
print "\n3d10 = ",
multiDie(2,2) #3d10
print "\n1d100 = ",
multiDie(1,3) #d100

if __name__ == "__main__": #run test() if not import as a module
test()

Blotter's Avatar


Blotter
02.22.2012 , 08:30 AM | #28
Quote: Originally Posted by Reevax View Post
Not complaining, Just pointing out they are not capable of very little things much less a big thing such as streaming live content with the servers still up.
Complaining bitterly, making whacky assumptions that they are not capable of very little things much less a big thing, because I have demanded it, and they have not implemented it immediately at my request.

FIFY.
Captain Bubblevendor Targetdummy reporting for doody.

PlatorPRIME's Avatar


PlatorPRIME
02.22.2012 , 08:36 AM | #29
Quote: Originally Posted by Blotter View Post
Complaining bitterly, making whacky assumptions that they are not capable of very little things much less a big thing, because I have demanded it, and they have not implemented it immediately at my request.

FIFY.
Okay here are some things that are not assumptions.

At this time:
They cannot make decent looking end-game tier gear.
They cannot make a hood up/down option.
They cannot let you choose your WZ.
They cannot make the end-game tier armor stats make sense.

Blotter's Avatar


Blotter
02.22.2012 , 08:39 AM | #30
Quote: Originally Posted by PlatorPRIME View Post
Okay here are some things that are not assumptions.

At this time:
They cannot make decent looking end-game tier gear.
They cannot make a hood up/down option.
They cannot let you choose your WZ.
They cannot make the end-game tier armor stats make sense.
At this time:
You happen to not like the aesthetic of the end-game tier gear, altho others haven't decided, as you have, that it requires losing hair and/or sleep over...and some of us...*gasp*...think some of it is rather cool.
They haven't implemented a hood up-down option as you've self-righteously demanded as though it is the most important thing in the world.
They made a design decision you don't like regarding WZ queueing and it relates to making sure that people actually get in and do WZs even if the other faction isn't queueing.
You can't make sense of the end-game tier armor stats, which are owned by a full fraction of a percentage of the players and can easilyl be tweaked if it actually proves necessary, as opposed to just the rantings of amateur theorycrafters who mostly don't even own the stuff yet.
And I'll add one: they've prioriized far more important things according to all the information available to them, but not to you, but those priorities don't align with yours so you have an angry.

FIFY.

BTW, here's a hint: "Cannot" is where all of these whines fail...epically...
Captain Bubblevendor Targetdummy reporting for doody.