question from an old timer

Other talk that doesn't fit elsewhere.
This is for General Discussion, not General chat.
tnankie
New user
Posts: 1
Joined: 29 Aug 2011, 04:31

question from an old timer

Post by tnankie »

Greetings,
I used to play back in the day when Noah was a boy and Pumpkin supported this game (i.e before it was released under the general license). Something used to really annoy me about the game and I am wondering if it has been fixed.

Long range artillery and rockets used to show trails that impacted with the terrain at quite different places to where the explosions from those munitions were shown. Has this been fixed? I know it is just a minor visual thing but I found it broke the game for me. Weirdly it didn't seem to have such a pronounced effect on short range arty from my memories, but then again I am so old my memory is probably at fault :)

all the best,
User avatar
effigy
Regular
Regular
Posts: 1217
Joined: 22 Jan 2010, 03:21

Re: question from an old timer

Post by effigy »

Hmm, I don't we have that exact problem today. However, in the current stable release (2.3.8) you will occasionally see the trails pass through terrain (clipping the edges of cliffs, etc).
This is why some features aren't implemented: http://forums.wz2100.net/viewtopic.php?f=30&t=7490&view=unread#p87241
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: question from an old timer

Post by NoQ »

effigy wrote:the current stable release
Yeah. It will be long remembered as the 8)-version (:
User avatar
Iluvalar
Regular
Regular
Posts: 1828
Joined: 02 Oct 2010, 18:44

Re: question from an old timer

Post by Iluvalar »

version 8) with non- :ninja: ing projectiles :lol2:
Heretic 2.3 improver and proud of it.
User avatar
effigy
Regular
Regular
Posts: 1217
Joined: 22 Jan 2010, 03:21

Re: question from an old timer

Post by effigy »

Oops! :oops:

Let's release 2.3.9 so I can stop doing that :lol2:
This is why some features aren't implemented: http://forums.wz2100.net/viewtopic.php?f=30&t=7490&view=unread#p87241
User avatar
lav_coyote25
Professional
Professional
Posts: 3434
Joined: 08 Aug 2006, 23:18

Re: question from an old timer

Post by lav_coyote25 »

effigy wrote:Oops! :oops:

Let's release 2.3.9 so I can stop doing that :lol2:
yeah, would be time to do this!!!!
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: question from an old timer

Post by cybersphinx »

lav_coyote25 wrote:
effigy wrote:Let's release 2.3.9 so I can stop doing that :lol2:
yeah, would be time to do this!!!!
I had hoped for some more feedback regarding the projectile test builds (or ilu1). 8 votes are basically noise. The balance seems to be perfect as well, no patches proposed. The few changes since 2.3 seem barely worth of a new release.
We want information... information... information.
medusa
Trained
Trained
Posts: 175
Joined: 25 Jul 2011, 01:56

Re: question from an old timer

Post by medusa »

cybersphinx wrote:
lav_coyote25 wrote:
effigy wrote:Let's release 2.3.9 so I can stop doing that :lol2:
yeah, would be time to do this!!!!
I had hoped for some more feedback regarding the projectile test builds (or ilu1). 8 votes are basically noise. The balance seems to be perfect as well, no patches proposed. The few changes since 2.3 seem barely worth of a new release.
the game has no forum link button in it.
thousands of people get the game and they have no idea that there is a forum for it so how can you expect more feedback?
make a contact us link for the game!
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: question from an old timer

Post by cybersphinx »

Like a link in the start menu? Would be easy, but only work for Windows. The exit screen has the url, but I don't think we can make any clickable links with SDL.
We want information... information... information.
User avatar
effigy
Regular
Regular
Posts: 1217
Joined: 22 Jan 2010, 03:21

Re: question from an old timer

Post by effigy »

medusa has a good idea :o

Even text that appears on all menu screens might be nice (i.e. version number).
This is why some features aren't implemented: http://forums.wz2100.net/viewtopic.php?f=30&t=7490&view=unread#p87241
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: question from an old timer

Post by NoQ »

Like a link in the start menu? Would be easy, but only work for Windows.
good enough :3
User avatar
Iluvalar
Regular
Regular
Posts: 1828
Joined: 02 Oct 2010, 18:44

Re: question from an old timer

Post by Iluvalar »

NoQ wrote:
Like a link in the start menu? Would be easy, but only work for Windows.
good enough :3
as long as it start firefox :twisted: ...
Heretic 2.3 improver and proud of it.
medusa
Trained
Trained
Posts: 175
Joined: 25 Jul 2011, 01:56

Re: question from an old timer

Post by medusa »

cybersphinx wrote:Like a link in the start menu? Would be easy, but only work for Windows. The exit screen has the url, but I don't think we can make any clickable links with SDL.
I found out how. :3
windows 7
ShellExecute(NULL, "open", "",NULL, NULL, SW_SHOWNORMAL);
or
try
{
System.Diagnostics.Process.Start("http://forums.wz2100.net");
}
catch {}
linux
#include <stdlib.h>

int main(void)
{
system("firefox -new-tab http://forums.wz2100.net");
return 0;
}
all it took was some google info. :lecture:
User avatar
milo christiansen
Regular
Regular
Posts: 749
Joined: 02 Jun 2009, 21:23
Location: Perrinton Michigan

Re: question from an old timer

Post by milo christiansen »

Your Linux method would only work if Firefox is installed, which is not always the case, doesn't Linux have a shellex equivalent? ... A quick web search shows there isn't :( It looks like you need to add code to detect a range of common browsers, a boring but rather simple task.
In general, if you see glowing, pulsating things in the game, you should click on them.
- Demigod Game Ganual
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: question from an old timer

Post by cybersphinx »

For Linux, I guess the easiest way is to run a shell script, that then can look for a suitable browser. Macs? No idea. The question is how to integrate a "go to the website" button into Warzone though. Put a new menu into the exit screen?
We want information... information... information.