|
GaroldPredator
������������
������: Military Base �����������: ���. 2004
�����: 52 ���������
|
2 Tim ����� ���������������� ��������? � ��� �� Ruby ������, ���?
----- � ���� ���� ��� ����� ������: ������������ � ���.
|
����������: 17:47 - 19 ���., 2004
|
|
Tim
������������
������: �����-��������� �����������: ��� 2003
�����: 265 ���������
|
������ ���-��... �� �����... ���� �� ���� ������... ����?
----- �������� ������ - ��! ��! ��! ���������� ���� - ���! ���! ���!
|
����������: 19:06 - 19 ���., 2004
|
|
GaroldPredator
������������
������: Military Base �����������: ���. 2004
�����: 52 ���������
|
2 Tim ���� ����� �����������... � ������, �����! ���� �����: hunter199090@mail.ru ������� Thank you! (��������������(�) GaroldPredator - 19:34 - 19 ���., 2004)
----- � ���� ���� ��� ����� ������: ������������ � ���.
|
����������: 19:33 - 19 ���., 2004
|
|
Tim
������������
������: �����-��������� �����������: ��� 2003
�����: 265 ���������
|
2GaroldPredator ��������� ����� �������� � ����� ���� � �������� ��� ������� �����: http://www.dm4lab.to/~usa/ruby/index_en.html �� ��� ������� ������.... � ���� 1.6.8 � ����� ���... � ��� ����� ��� ������... ���. � ���� ����� 741��... ����� ��� ����. ������ ��� ��� ��� �����... �������� ���� ���-������ ������ ��� �� ���... ��� �����...?
----- �������� ������ - ��! ��! ��! ���������� ���� - ���! ���! ���!
|
����������: 20:24 - 19 ���., 2004
|
|
GaroldPredator
������������
������: Military Base �����������: ���. 2004
�����: 52 ���������
|
2 Tim � ��� ������ ����� ����, ������� ����� ��������! �����, ��� ���������� ������!
----- � ���� ���� ��� ����� ������: ������������ � ���.
|
����������: 22:15 - 19 ���., 2004
|
|
Tehnokrat
���������
������: ����������� �����������: ���. 2003
�����: 489 ���������
|
������������ watcom ����� ����� (849K). ����� F-GECK �� ����� �������� ��������� � ���������� ��������. ��� ������� ������ "�������������" ��� ������� ��� ������� BAT-����� compiler.bat � ������� ������ ���� ��������� ���� � �������������, ����������� � ����� ���������� ��� ��������� �� ����������� int-������. ������������ Ruby ������������� ������ ����� ssl, �� ��� �� ����� ����������� BIS, � ����������� ���� ������������ ��� ����������� �� �����. ��� � �������� ������ ������ � ������ ����������� ����� ����������.
----- ������� ����� ������, �� ������ ��������. ������� ����� ��������, �� ������ ������.
|
����������: 0:13 - 20 ���., 2004
|
|
Raven
������������
������: ������ �����������: ����. 2004
�����: 408 ���������
|
to Garold ����� ������, ���� ��� ���� ������: 1. ���������� ������� 2. ������� ���������� ������� ������� � ������, �� �� ����� ����� ��������� �������� ��� ���������� include-�� �����-���� �����. ���� � ������� ������������ ���������� ������� - �� ������������ �� �����, ���������� �������� � ��� ����. ������� - ��� ����������/���������� ���������� ������. ��������, ���� ����� ��������� ������������ ���������� ������� obj_name(dude_obj) - �.�. �������� ��� ������. ������ ����� �� ������ �������� #define pl_name obj_name(dude_obj) � ������������ pl_name, �� ������ ���� ����������� ������������. �������� �� "������" HowTo (��. 2): ------------------------------------------------------------- �� ������� ����������� ����������� ��� ���� ��������� - ������������. �� ���� ��� ���������� "��������� �������������" � ��������� ��. ������ ��������� ����� - ��� ���������� � ������� #. ���� ��� �������� ���� �������� - #define � #include ��������� #define ������ ������ (�� ����� ������ ���������) ������ ������� ��������� ������. ��������: #define ONE 1 #define TWO 2 ������� ��� ����� ONE � ������ �� 1 � ����� TWO �� 2. (ONE < TWO ����������� � 1 < 2) ��������� #include � �������� ��������� �������� ��� ����� - � ��� "���������" ���� ���� ���� � ������ - ��� ��� � �� ����� �����, ��� �������� ���������. �������� #include "c:\text.txt" ����� �������� �� ���������� ����� c:\text.txt. �� �� ������ ����������� ����� ����� ������ � ������ ���������. ��� ����, ����� � ����� ������� �� �������� ������������ ��� ��������� �� ���� �������� - ���������� ������������� �����. �.�. �� ������ ������ ����� #include <text.txt> � �������� ������������ � ������ -I c:\ - ������ ��� ���� ��������� ��� ��������� #include ������������ ����� ������ � "c:\". ------------------------------------------------------------- ������ command.h ��� ��� � �������� ������� ����� ���� ��������. ��������, ������ dude_is_male �������� ��� (�� �� command.h): #define dude_is_male (dude_gender == GENDER_MALE) � ���� ������� ���� ������: #define dude_gender (get_critter_stat(dude_obj,STAT_gender)) , � � ����� define.h ������������ ����� ���������� GENDER_MALE: #define GENDER_MALE (0) #define GENDER_FEMALE (1) ���� �� "���������" ������ dude_is_male, �� �������: get_critter_stat(dude_obj,STAT_gender) == 0 , ��� get_critter_stat - ��� ���������� �������, � dude_obj - ��������� �� ������ (�.�. ������� ����������� �� ��������� � ������. ���� Elder - ��������� �� ����������, �� get_critter_stat(Elder,STAT_gender) ������ ��� ����������). ��� "����������", ���������� ���������� ������� ������������ �� ���� define-� (����. GENDER_MALE). �.�. STAT_gender - ��� ���� define. ������� � define.h: #define STAT_gender (34) � ����� ������ ��������, ��� dude_is_male ��� ���� �����, ��� � get_critter_stat(dude_obj,34) == 0 ���� �� �������� ��� dude_is_male � ������ �� get_critter_stat(dude_obj,34) == 0 - �� ������������ ���� �� ������������. ���� ����, ��� ��������� ������� �������, ��� ��� ��� � ����������. ��� ��� ��������� ����� ��������� � ���������� ������������. to Tim and Garold �� �������-������� - ����������� ��, ��� �� �������. ���� � ���� ����� ������� ��������� � ��������. � ��� ������, � � ���� ����� ��� � HowTo ������ :-)
|
����������: 6:23 - 20 ���., 2004
|
|
GaroldPredator
������������
������: Military Base �����������: ���. 2004
�����: 52 ���������
|
��� �� �������! � ������ �������� ������ �� ��� ��� ���! �� �����, �� ����� ����, ����, �������! (���������� �� 15:33 - 20 ���., 2004.) 2 VSEM � ���� �� ����� �����-�� �����: ����� ������� ������� �������������, watcom ������� ������ � ��������� ������������ ������: ScenePid.h, Party.h � �.� � �.�. � ���� �� �������, �� �����, ��� ����� �� ���������, ������, ��� � ��� ���������� command.h. ��� ����?
----- � ���� ���� ��� ����� ������: ������������ � ���.
|
����������: 15:01 - 20 ���., 2004
|
|
Tim
������������
������: �����-��������� �����������: ��� 2003
�����: 265 ���������
|
��������� ����� ���� ������� �������... ���� ��� watcom �� ��� ����... � ���� ����... ��� compile ������ �� �����... �������� ���� �� �������... ���� ������ ����� HEADERS... ���� watcom � ������� ��� ������ � ���. ������.... �� ����������� �� ����...
----- �������� ������ - ��! ��! ��! ���������� ���� - ���! ���! ���!
|
����������: 16:36 - 20 ���., 2004
|
|
GaroldPredator
������������
������: Military Base �����������: ���. 2004
�����: 52 ���������
|
2 Tim ������, �������! ��-������, �� ���, � �������, ������� ������? ���� ��, � ���� � ���� ����� ���� ����� watcom (���� �� �������), �� ����������� ��� (������� c_nt) � ����� fallout2mapper\scripts � ����� ����������� � ����� c_nt\binnt ���� command.h (������� ���� � �������� headers). ������ (���������� � volcov commandere ���� � ����� ������ ���������, ��� ����� ����������, ��� ����� ���� ����� ��� �������) �������� � ������� binnt � � ���������� ������ ������: wcc386.exe (��� wcc.exe, �� ���, ��� ����� -i C:\fallout2\fallout 2 mapper \scripts\�������� �������.ssl. ��� �� ������, �� ����� ����� ����� ����� ��� ���-�� �������, ������, ��� ��� (��� ��) ����� � ���� ������ � ������ *.h ������ � ������ �� �����������! ���!!! (��������������(�) GaroldPredator - 17:27 - 20 ���., 2004)
----- � ���� ���� ��� ����� ������: ������������ � ���.
|
����������: 17:23 - 20 ���., 2004
|
|
|
|