Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 06-05-2005, 01:38 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
I set nicknames to 0 because it causes me to much lagg.
__________________
  #2  
Old 06-05-2005, 04:25 PM
xManiamaNx xManiamaNx is offline
Supreme Dictator
xManiamaNx's Avatar
Join Date: Nov 2002
Location: 127.0.0.1
Posts: 385
xManiamaNx is on a distinguished road
Send a message via MSN to xManiamaNx Send a message via Yahoo to xManiamaNx
The text fields on the F5 Load Level screen can be edited. Perhaps add a Send button and have it warp the player if they have sufficient rights?

Quote:
If you put too much text in your in-game chat you will get a error and Gv4 crashes. This is a screenshot of what error I got.
For me it just crashed to the desktop without an error.
__________________
Maniaman

Play Maloria Now: [2.3] [3]
Maloria Website


Last edited by xManiamaNx; 06-05-2005 at 11:07 PM..
  #3  
Old 06-05-2005, 10:54 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Quote:
Originally Posted by xManiamaNx
The text fields on the F5 Load Level screen can be edited. Perhaps add a Send button and have it warp the player if they have sufficient rights?
Rescript it.
  #4  
Old 06-05-2005, 09:01 PM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
If you put too much text in your in-game chat you will get a error and Gv4 crashes. This is a screenshot of what error I got.

EDIT: Contiga got the following error Access violation at address 1011F9B8 in module 'GraalEngine.dll'. Read of address 78787880.
Attached Thumbnails
Click image for larger version

Name:	gv4error2.PNG
Views:	208
Size:	9.5 KB
ID:	32347  
  #5  
Old 06-05-2005, 09:29 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by VulcanP2P
If you put too much text in your in-game chat you will get a error and Gv4 crashes. This is a screenshot of what error I got.

EDIT: Contiga got the following error Access violation at address 1011F9B8 in module 'GraalEngine.dll'. Read of address 78787880.
Can't reproduce that, it won't let me input more than n chars in the chat bar, and it doesn't crash here when I press return. Guess others need to try that too.
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #6  
Old 06-05-2005, 10:56 PM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
Quote:
Originally Posted by Fry
Can't reproduce that, it won't let me input more than n chars in the chat bar, and it doesn't crash here when I press return. Guess others need to try that too.
Try to paste text in there and it does it ;]
  #7  
Old 06-06-2005, 02:26 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
I see, yeah, it just crashes here, without an error message.
__________________
Graal Statistics

Top 3 servers at the moment (players):


  #8  
Old 06-09-2005, 05:55 PM
protagonist protagonist is offline
Banned
protagonist's Avatar
Join Date: May 2003
Location: CAW
Posts: 5,586
protagonist is on a distinguished road
Send a message via AIM to protagonist Send a message via MSN to protagonist
Quote:
Originally Posted by VulcanP2P
If you put too much text in your in-game chat you will get a error and Gv4 crashes. This is a screenshot of what error I got.

EDIT: Contiga got the following error Access violation at address 1011F9B8 in module 'GraalEngine.dll'. Read of address 78787880.
Is the GUI really black? That's sleek.
  #9  
Old 06-09-2005, 06:29 PM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
Quote:
Originally Posted by protagonist
Is the GUI really black? That's sleek.
Nope, thats WindowsBlinds. Nothing to do with Graal v4.
__________________

For Zone or Guild Support use the Support Center
  #10  
Old 06-07-2005, 04:37 AM
calani calani is offline
Scriptess
calani's Avatar
Join Date: Aug 2003
Location: asmgarden.gmap
Posts: 606
calani is on a distinguished road
Send a message via AIM to calani
Don't know if this has already been posted, but I've been having some problems with GK on v4. on v2 (and v3?) hotkeys with num* and 8 were identical, same with num0 and 0, num- and -, etc. However, on v4, these do not work. Apparently they're separate?
Plus, the backspace/delete key don't seem to work.
__________________

Last edited by calani; 06-07-2005 at 05:00 AM..
  #11  
Old 06-07-2005, 05:24 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by calani
Don't know if this has already been posted, but I've been having some problems with GK on v4. on v2 (and v3?) hotkeys with num* and 8 were identical, same with num0 and 0, num- and -, etc. However, on v4, these do not work. Apparently they're separate?
Plus, the backspace/delete key don't seem to work.
You can get the same values for the numpad as you get for the keyboard if you use keycode(#p(1)), but you are right, #p(0) returns a different value. Should this be changed? There is a simple workaround, and the different values for the numpad could let people assign different features to them. I'd like other people's input on this.

EDIT: Rick has reminded me that laptops don't have numpads, but you can use numpad buttons with a special key combination; please consider that fact when making your decision

Last edited by CheeToS2; 06-07-2005 at 06:28 AM..
  #12  
Old 06-07-2005, 09:02 AM
HoudiniMan HoudiniMan is offline
Playerworld Administrator
HoudiniMan's Avatar
Join Date: Dec 2001
Location: Calfiornia - USA
Posts: 3,512
HoudiniMan will become famous soon enough
Quote:
Originally Posted by CheeToS2
EDIT: Rick has reminded me that laptops don't have numpads, but you can use numpad buttons with a special key combination; please consider that fact when making your decision
I believe the feature should be made available, yes, but that users of the feature should be responsible and make it toggle/change in their scripts to allow for laptop users to avoid hassle.
__________________
-HoudiniMan (Chief Playerworld Administrator)
Compulsive Support Center Checker - 5 Years and Change
Graal Support Center

  #13  
Old 06-07-2005, 04:43 AM
VulcanP2P VulcanP2P is offline
Registered User
VulcanP2P's Avatar
Join Date: May 2005
Location: Florida
Posts: 882
VulcanP2P is on a distinguished road
If you start graal and have a name in the nickname spot then log onto a server set your name to something else then connect to another server using F8 your name will be what you entered when you started Graal.
__________________

For Zone or Guild Support use the Support Center
  #14  
Old 06-07-2005, 05:56 AM
calani calani is offline
Scriptess
calani's Avatar
Join Date: Aug 2003
Location: asmgarden.gmap
Posts: 606
calani is on a distinguished road
Send a message via AIM to calani
Quote:
Originally Posted by CheeToS2
You can get the same values for the numpad as you get for the keyboard if you use keycode(#p(1)), but you are right, #p(0) returns a different value. Should this be changed? There is a simple workaround, and the different values for the numpad could let people assign different features to them. I'd like other people's input on this.
I actually like this feature; however, the backspace/delete bug on GK is getting quite annoying, as its now impossible to unassign a hotkey without using v2.
__________________
  #15  
Old 06-07-2005, 06:18 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally Posted by calani
I actually like this feature; however, the backspace/delete bug on GK is getting quite annoying, as its now impossible to unassign a hotkey without using v2.
v4 returns the same values for backspace, and v2 doesn't return anything for delete, so I am guessing this isn't a problem with keypressed. I can't look at the scripts on GK, so I can't be exactly sure what's causing the problem. I'll add it to the list, though.

EDIT: The delete key is working on Graal2002 Debug, but not on GK. I'll try and figure out what the problem is if I have time.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:00 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.