Bug report

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

CyMek

Dead but not gone.
Jan 4, 2004
1,932
0
36
cymek.deviantart.com
From today I have a bug report to submit.

-The minimap size is too small, and in one game of 4 the indicator graphics were out of place:
usbug15lj.jpg


-The shock turrets on the fighters drew to the wrong location, (Possibly 0,0,0?) though they did damage as usual.
[SCREENSHOT]http://img215.imageshack.us/img215/4547/usbug29ba.jpg[/SCREENSHOT]

-The bridges were not solid, and my units fell to the bottom of the river.

-After a rocket turret dies while firing, it continues to fire a continous stream of rockets off in all directions

-After a player has disconnected while his units are attacking they continue to do so, only do no damage.

-Most units will be blocke dby buildings and will not manoeuvre their way around them to get to the desired location

-Turrets and units can attack from the fog of war without being revealed, making detection of them nearly impossible on low range units.

-Resources do not show up on the minimap.

-When a player discoveres an enemy building and loses it into the fog of war, it vanishes. These buildings also do not show up on the minimap.

-The music menu does not work

-There is (at least, not one that I have found) way of telling who is connected to the server.

-You can't fly around the map as a spectator before the game starts.

-My camera occasionally sinks below the map, although clicking the minimap brings it back. This only happens to me when I am moving the camera by clicking the minimap, not when I use mouse/arrows to scroll.


Hope this helped! I'll post more when I play more.
 
Since we were in the game at the same time:

My builder bot guys, they don't repair each other. They do the animation and all, but no HP is given back. At one time, 4 BB (builderbots) were just having a "fake" heal orgy. Also, they don't heal/repair other army persons. I think they do buildings thou. I'll have to double check.

Also, my tanks just stopped on a bridge. Don't know why.

Maybe you could be a blocking volume over the water, but allow pawns to go thru it. This way, when the camera is over it, it doesn't sink to the bottom.

MiniMap: CyMek and I both run over 1024x768, so I think thats why we have such small mini maps. BarnE said his was fine at 1024x768
 
Last edited:

CyMek

Dead but not gone.
Jan 4, 2004
1,932
0
36
cymek.deviantart.com
The Jackal-XMP said:
Since we were in the game at the same time:

My builder bot guys, they don't repair each other. They do the animation and all, but no HP is given back. At one time, 4 BB (builderbots) were just having a "fake" heal orgy.

[SCREENSHOT]http://img104.imageshack.us/img104/6815/usorgy1yz.jpg[/SCREENSHOT]

:lol:
 

CyMek

Dead but not gone.
Jan 4, 2004
1,932
0
36
cymek.deviantart.com
-When playing, sparks from enemy BBs are visible when they should not be.
[SCREENSHOT]http://img184.imageshack.us/img184/1159/usbug32gg.jpg[/SCREENSHOT]

-My tanks would randomly take damage for no apparent reason when far away from enemy units

-Tanks have a greater range than turrets so they can pummel them without getting hit

-The LOS on turrets sucks, I'd like to see it improved or made upgradable

-There are not units with good LOS, and a unit that can scout sems like it's needed.

Jackal said:
Also, my tanks just stopped on a bridge. Don't know why.

Maybe you could be a blocking volume over the water, but allow pawns to go thru it. This way, when the camera is over it, it doesn't sink to the bottom.

I don't see why you couldn't just block off all the water. This way the planes and BBs wont take a swim when going over the water, nor the camera. Your tanks failed to make the river crossing because the bridge is not solid, and they refuse to go over the edge into the water, so they got stuck
 
Last edited:

wacko

New Member
Apr 4, 2006
23
0
0
so I will comment on all of these issues and where they stand at the current moment. I do want to apologize for nt playing lastnight as my computer died... I should have it fixed in the next day or so which will allow me to fix some of these bugs.

#1 the mini map ---- We understand that the mini-map has some issues/limitations at the current moment. A lot of these issues you talk about in regards to it are things that we plan to fix but we do not plan to fix them in the patch release, except the zoom in issue where it zooms you into the map. Outside that the fixes will come in the next major release as we will re-write most of the mini-map code to be a little bit more informational.

#2 Shock turrent on the fighters issue will be fixed in the patch release.

#3 bridges not being solid...I will have to look into this. I do not see how the bridges could not be solid if they are just static meshes unless we somehow do something to them. I will have to talk to our mappers about that and see WTF is going on. if its anything in code I will more then certainly make sure it gets fixed in the patch release.

#4 rocket issue, this issue is part of a much bigger issue in regards to units in general upon death. I will fix this issue on the general unit level that when stuff dies.. IT DIES and it will get into the patch release but I think in the next Major release we are going to move to a more detailed unit model. One thing that is nice in UT in general is the fact that i can just extend the base and go from there, but what ends up happening a lot is we extend and then just add very little. The plan here is to make the units more specific and remove the less generic code from the general unit and make that more generic.... this will allow for a much better upgrade path as well as better management on the code front and we will see this in the next major release.

#5 the units getting blocked and running into things etc... this issue is a big one and sadly its something that will have to be fixed on a larger scale then we are willing to put into the patch release. The pathing system is a work in progress and while krash did a great job we need to keep improving on it and that is the plan. We are hoping to have this issue fixed in the next major release as well as just overall better unit responce.

#6 Fog of war is going to be re-written 100% I do not like its current implamentation and I think it needs something better. This could get into the Patch release I will have to see how much code it will take to get a better system in place. if it does not, for sure will be in the next major release, with that said the units firing from the fog of war... what I will do is make it so if a unit is attacking another unit it will show up on the mini-map if its not in sight of the unit. So if you were moving towards a base and a unit attacked another unit it would show up... now there is a bug in the auto-attack code in regards to line of sight on the units. as you know the units will only do there autocommand function. if autocommand is turned off units will not attack. this will be changed in the long run so that units will be more dynamic but for now it works.

#7 the next couple issues in regards to the minimap; again this will be re-written in the next major release. so a lot of these requests will be in there.

#8 seeing who is connected to the server. This part of a much bigger issue in regards to the whole way Uskaarj network model works and we are going to make some major changes to this in the next major release. Some things planned for that are mouse overs of enemy units to show the units type and who's unit it is. Also we plan on having a whole new game creation interface, similar to that of other RTS games, where you can go in and "create" games much like you would in c&c generals or starcraft and then have players join the game and then when all the settings etc... are done you will join a server out on the net like you would join a game now. This will also remove some of the player ready crap thats there now as players will all join at the sametime and if a player disconnects or whatever it will just continue on like most RTS games do.

#9 builder bot heal orgy.... I will fix this for the patch release.

#10 this whole water thing... I will have to look at how we currently are doing this there is no reaso why we should not be to block the pawns from going into the water. i will also look into the planes taking a dive when they go over the water. This should be fixed in the patch release as well.

#11 the sparks showing up is also something that will be fixed in the patch release.

#12 the units will get a full look over once we get both sides in, this could happen in the next major release or could not.

#13 upgrades are coming :p

I hope this gives you guys some insight as to whats the plans are and keep the info coming... if you run into these issues again keep reporting them as we need to know they are still there. I will look at getting a bugzilla site up which will allow me to track these issues better and allow you guys to put in bug reports that are more detailed... keep up the good work and keep the testing going on.

Just a heads up for the next test build... this build will have an exe to run instead of loading the mod up via the mod menu in ut2k4 or the batch file in the system folder in the Uskaarj folder. This exe will also have auto-update support, so when we push new builds you guys should get them instantly pulled down to your box and installed. it will backup one version back to allow for rollbacks . At the current moment this will only be for .u files(very small in size) and not the whole content of the mod.

Also I will be adding something in the next test build that when a game is completed it will min the game and make you go out to a website and post feedback, this is for testing only and the reason its there is because I really want all the feedback and as much of it as possible. We can only make a better game when people tell us whats wrong with the current one. This is a client side option and you can disable it from the options menu but I would really like the feedback .

Other then that expect a new test build with some of these issues fixed this week barring i get my computer working :p
 
Last edited: