Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

kafk

Members
  • Posts

    9
  • Joined

  • Last visited

    Never

kafk's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm noob, forgot about adding form. I had runtime error 9 but fix it - only change value Max on scrollbox
  2. Help please. When I try to compile code it write error ``` --------------------------- Microsoft Visual Basic --------------------------- Compile error: Variable not defined --------------------------- ОК Справка --------------------------- ``` in ModGameEditors On this line: ``` If frmEditor_Door.Visible = False Then Exit Sub ``` in code: ``` Public Sub DoorEditorInit() If frmEditor_Door.Visible = False Then Exit Sub EditorIndex = frmEditor_Door.lstIndex.ListIndex + 1 With frmEditor_Door .... ```
  3. up. help somebody. think, its not hard for you
  4. probably from a large number of questions in my last topic immediately lost the desire to help ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png) now interested in this: how to make a one great location, but it is necessary that the player could only see part of where it is located within the walls. As an example - a player moved from one room to another - he sees within the limits of this room
  5. then why do we need this forum? ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png) I do not ask for do everything at once, tell me if possible for any question, send me, I'm quite a noob
  6. some more questions: 5\. How to disable shop system, player skill system, level system. So I need only empty player in my game with inventory. 6\. how to make a door that can be opened with a key, if not the key - use a combination of a few simple items on the door (crowbar, screwdriver, ..) 7\. how to create a global electricity in a game, which will be associated with all the doors, lighting elements and other electronic items on the map? do not ask do the work for me, just send the right way, and then I shall understand ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons//smile.png)
  7. Hi! It is very difficult to navigate russian man on the English site. I'm interested in a few simple questions. Acquainted with eclipse today, it seems it will fit for our game. Tell me, or send to the correct forum topics 1\. It possible to make one huge map, but with many fenced locations, such as the building in which you can enter, or maze, with the condition that the player will be visible only that part of the map, on which it is located. That is, if the player entered the house, he sees only the inner part of it, and does not see the street. 2\. Is it possible to make the transition to the platform up and down? 3\. How to realize a lighting system with the ability to turn on and turn off the lights in the game? 4\. The most difficult. How to make the lobby where players gather before the round? And how to make the rounds? It should look something like this: round begins, players will appear in the same room. What would round is over, they need to fulfill certain conditions. I will be glad of any help! I hope for you, thanks!
×
×
  • Create New...