Did any one noticed the FPS drop in robocode >1.7.3.0?

Jump to navigation Jump to search

I am running Linux debian stable. Is it possible to put OpenGL back via config file edits or similar?

Beaming (talk)07:12, 18 November 2013

If you copy the robocode.sh file from 1.7.3.0 it should have the opengl arguments in it.

Skilgannon (talk)07:25, 18 November 2013

it seems that these files are identical

#!/bin/sh
pwd=`pwd`
cd "${0%/*}"
java -Xmx512M -cp libs/robocode.jar robocode.Robocode $*
cd "${pwd}"

so it something else

Beaming (talk)15:16, 18 November 2013

Check here and here. It seems that the openGL was used in 1.7.4.0, not 1.7.3.0.

Skilgannon (talk)17:45, 18 November 2013

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

Return to Thread:Talk:EvBot/Did any one noticed the FPS drop in robocode 1.7.3.0?/reply (6).