BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby Inogord » 23 Nov 2012, 03:54

There are several problems in the editor.
viewtopic.php?f=74&t=3790&p=38102
Inogord
 
Posts: 70
Joined: 08 Nov 2012, 12:33

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby qreeves » 23 Nov 2012, 04:29

Inogord {l Wrote}:There are several problems in the editor.
viewtopic.php?f=74&t=3790&p=38102

Not a bug. Please do some homework before flooding us with invalid bug reports.
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby Inogord » 23 Nov 2012, 05:01

alphablend not work
Inogord
 
Posts: 70
Joined: 08 Nov 2012, 12:33

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby bonifarz » 23 Nov 2012, 08:23

qreeves {l Wrote}:
Inogord {l Wrote}:There are several problems in the editor.
viewtopic.php?f=74&t=3790&p=38102

Not a bug. Please do some homework before flooding us with invalid bug reports.


Inogord, please have a look at the wiki first if something is not clear:
http://sourceforge.net/apps/mediawiki/r ... =Main_Page

If you do not find the needed information, search the forums:
search.php?fid[]=53&keywords=alpha
Note that above link is shorter than what you get from "advanced search". You can simply replace alpha by whatever you are looking for to search all three boards of the RE forum.

Third, if you still think you found a BUG, please check if it was already reported on the bug-tracker:
http://sourceforge.net/apps/trac/redeclipse/report/2

Back to /alphablend... if blending does not work, try altering the texture using /valpha.
User avatar
bonifarz
 
Posts: 379
Joined: 09 Apr 2012, 12:16
Location: switzerland

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby Sniper-Goth » 23 Nov 2012, 16:49

But do you have Decals On or Off?
Red Eclipse in game name: Sniper-Goth/Sniper-quake3. Maps in the making: DOTA style map, ringed, train, ladder race,.
User avatar
Sniper-Goth
 
Posts: 221
Joined: 27 Aug 2012, 20:10

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby Sniper-Goth » 23 Nov 2012, 18:26

For me it is normal.
Attachments
screenshot.0079.png
Red Eclipse in game name: Sniper-Goth/Sniper-quake3. Maps in the making: DOTA style map, ringed, train, ladder race,.
User avatar
Sniper-Goth
 
Posts: 221
Joined: 27 Aug 2012, 20:10

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby ballist1c » 24 Nov 2012, 01:58

Back to real bugs...

When typing in chat/console during loading screen, line of text is obscured behind the Red Eclipse / current map logo.
Image Joseph "ballist1c" Calabria

Bloodlust // Abuse // Insidious // Longest Yard 2000
User avatar
ballist1c
 
Posts: 449
Joined: 24 Jul 2012, 02:32
Location: Connecticut (USA) [East Coast]

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby Inogord » 25 Nov 2012, 16:37

Volume of "Sound" not work?
Inogord
 
Posts: 70
Joined: 08 Nov 2012, 12:33

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby TheLastProject » 25 Nov 2012, 17:00

Inogord {l Wrote}:Volume of "Sound" not work?

"Sound" is used for the sound effects, like the volume of shooting guns, and it works perfectly here.
Hats, Afros, wings and raptor feet. This game is showing progress indeed.
TheLastProject
 
Posts: 432
Joined: 06 Nov 2011, 17:04

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby Boognish » 26 Nov 2012, 23:39

inogord, you have to attach a sound to a pusher to get it to work... and that is not a bug.

Some issues I have personally had were with hosting custom maps online... theres a whole plethora of problems that do not happen in Sauerbraten, but happen here.

Sometimes, the map will rename itself to garbage characters and will not be sent.
Sending/saving a map often ends up in a packet overflow crash.
Remipping/calclighting often ends up in a packet overflow crash.
Maps will not send part of a file on occasion, usually the .png.
Editing online often results in a random disconnection.

Are these problems server side?
User avatar
Boognish
 
Posts: 40
Joined: 25 Mar 2012, 18:42

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby qreeves » 27 Nov 2012, 01:58

Boognish {l Wrote}:Are these problems server side?

It's more a problem with how sending maps is done in Cube 2 to begin with. If the server doesn't have a copy of the map, it asks the client who has been connected the longest for their version of it, if they respond they don't have it the server queries each client in order until someone gives the map to it or it runs our of clients. The client then sends the map files it has available to the server, which then relays those files to each client that said they don't have the map.

While it doesn't seem that doing this from the server side is a network socket blocking process, when a client is receiving a map it appears that all other network activity builds up behind a dam (hence, packet/buffer overflow). Due to the ever increasing size of files (and the fact that most maps sent in this manner haven't been optimised correctly), and the speed of your network connection, getting the map may take longer than the "dam" gives you.

It sucks, I know. It was only supposed to be a stop gap measure so people could actually do things without having to worry/think about it, I think really it backfired. When it works, it works beautifully, but when it doesn't, the results can be somewhat horrific. Hope that explanation helps somewhat though.
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby ZeroKnight » 02 Dec 2012, 07:30

qreeves {l Wrote}:
Boognish {l Wrote}:Are these problems server side?
It sucks, I know. It was only supposed to be a stop gap measure so people could actually do things without having to worry/think about it, I think really it backfired. When it works, it works beautifully, but when it doesn't, the results can be somewhat horrific. Hope that explanation helps somewhat though.

Very informative actually. Sending/receiving maps has always been a problem for me (though my internet connection probably doesn't help that).
[ Github ][ WazuClan -- irc.wazuclan.com #wazuclan ][ Zero's Archive of RE Extensions, Scripts, WeapMods & More! ]
User avatar
ZeroKnight
 
Posts: 524
Joined: 08 Jun 2011, 01:24
Location: Ohio, United States

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby Sniper-Goth » 12 Dec 2012, 17:19

Me and some people started a new map(editing), then the weapon model disappeared.
After pressing F1 everything got fixed, but what if this happens without being in edit mode?
Attachments
screenshot.0084.png
Red Eclipse in game name: Sniper-Goth/Sniper-quake3. Maps in the making: DOTA style map, ringed, train, ladder race,.
User avatar
Sniper-Goth
 
Posts: 221
Joined: 27 Aug 2012, 20:10

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby Evropi » 12 Dec 2012, 23:39

Sniper-Goth {l Wrote}:Me and some people started a new map(editing), then the weapon model disappeared.
After pressing F1 everything got fixed, but what if this happens without being in edit mode?

I've had that happen to me too. It always happens when the map is cleared, can't think of any other reproducible situations.
You just wasted 3 seconds of your life reading this.
User avatar
Evropi
 
Posts: 385
Joined: 02 Sep 2012, 16:18

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby Sniper-Goth » 24 Dec 2012, 14:30

Maked a turret, but it didn't had any reaction at all, just stayed there facing one direction doing nothing.
Attachments
turret.png
As you can see, the turret isn't attacking me.
Red Eclipse in game name: Sniper-Goth/Sniper-quake3. Maps in the making: DOTA style map, ringed, train, ladder race,.
User avatar
Sniper-Goth
 
Posts: 221
Joined: 27 Aug 2012, 20:10

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby qreeves » 24 Dec 2012, 16:57

Sniper-Goth {l Wrote}:Maked a turret, but it didn't had any reaction at all, just stayed there facing one direction doing nothing.

It can't see you. Turrets have a limited sight/targeting field of vision, and it is facing the opposite way.
Quinton "quin" Reeves | Lead Developer, Red Eclipse | http://redeclipse.net/ | http://www.facebook.com/redeclipse.net
User avatar
qreeves
 
Posts: 1294
Joined: 17 Mar 2011, 03:46
Location: Queensland, Australia

Re: BUGS: Issues with Red Eclipse v1.3 (Galactic Edition)

Postby Sniper-Goth » 24 Dec 2012, 17:20

Yes but, after i did the screenshot, i was circling around it and still nothing. Got into it's front, same no reaction position.
Just happened one time though.
Red Eclipse in game name: Sniper-Goth/Sniper-quake3. Maps in the making: DOTA style map, ringed, train, ladder race,.
User avatar
Sniper-Goth
 
Posts: 221
Joined: 27 Aug 2012, 20:10

Who is online

Users browsing this forum: No registered users and 1 guest

cron