Thanks you, - are very pleasant to hear such words from you.
I wished to introduce in these bots navmesh from HL2, but to me laziness - as should be altered much, also to me laziness to do temp waypoints for movement of bots in HL1 world, therefore now when it is necessary that the boat already had a navigation it was not present....: (
Because it's an international Community. And the easiest way, to understand each other, is the English Language? ;]
it is clear, but Immortal_BLG does not know english and it should use the dictionary for dialogue with jeefo, because of it dialogue is defective, though both of them fine know russian
damn, linux version is not function properly under metamod, not sure where to search...
Code:
[root@oracle-intrn.grt.local csds]# gdb ./hlds_i686 core
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
Cannot access memory at address 0xb8054648
(gdb) backtrace
#0 0xb5162013 in ?? ()
Cannot access memory at address 0xbfc543c4
Because it's an international Community. And the easiest way, to understand each other, is the English Language? ;]
Thank you. Since I know many of you are from Europe and Russia, it would be hard for me to translate what you would say, since I only know one other language.
Anyway, Jeefo, are you going to continue YaPB? If so I'll be your beta tester.
[Web Designer][Waypointer][Gamer]
CFE Games Administrator [CFE]Games.com
[Never Trust the Untrusted]
damn, linux version is not function properly under metamod, not sure where to search...
Code:
[root@oracle-intrn.grt.local csds]# gdb ./hlds_i686 core
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
Cannot access memory at address 0xb8054648
(gdb) backtrace
#0 0xb5162013 in ?? ()
Cannot access memory at address 0xbfc543c4
any1 have any experience on debugging on linux ?
try changing some of the compile parameters, e.g, turn off the optimization (-O0), turn on the debug info (-g), do NOT omit the frame pointer (NO -fomit-frame-pointer), etc.
you may want to do this for both the bot plugin and the Metamod itself.