Viktor Kuropyatnik's Forum Posts
| Thread | Post | Date Posted |
|---|---|---|
| Doors and windows | Thank all of you for reply. Now I will start from small log house, will model it in CShop or Quark, ... read more | 05/28/2005 (5:41 pm) |
| Doors and windows | Yey you right :) I mean portals. So window portals will light my interioirs inside, I mean they wil... read more | 05/27/2005 (10:18 am) |
| How to add a moon | You tryed (scale = "1 1 1";) or (FlareSize = "1";) and another params with "size" in there names?... read more | 05/26/2005 (7:36 am) |
| How to add a moon | The simliest way is to get a SkyBox with a moon on it. Look for night SkyBox and I think you wil fin... read more | 05/25/2005 (2:35 pm) |
| Okay everybody represent your `hood(neighborhood that is) | Kiyv, Ukraine. S.T.A.L.K.E.R. bithplace. Maybe I and my friend Anton are only GG members from for... read more | 05/25/2005 (2:18 pm) |
| OnWake and onSleep | I think they pause a game when you need it, for example in dialog window. Maybe Its wrong.... read more | 05/25/2005 (9:51 am) |
| Some foliage textures | Some new screens, fxGrassReplicator, fxShapeReplicator and SharkTrees - RULEZZ!: [image]http://i6.p... read more | 05/25/2005 (9:32 am) |
| Doors and windows | Big thanks for Door resource link! So there no "in house" solution, ahh. What about teleports do ... read more | 05/24/2005 (3:13 pm) |
| Doors and windows | But if I create windows as DTS, than my lightmaps generated by CShop will not be good, for example w... read more | 05/24/2005 (1:36 pm) |
| Importing from serious CAD apps | The problem of lighting because of ArchiCad materials parameters, all of them a from 0 to 100 (perce... read more | 05/24/2005 (1:28 pm) |
| Importing from serious CAD apps | This is example of "besedka" made in ArchiCad and than exported in TGE demo in 3ds format. Archicad ... read more | 05/24/2005 (7:10 am) |
| Time/Date from script | Try to use GuiClock, it can be adedd from gui editor. I think it uses system time. At least you will... read more | 05/24/2005 (6:42 am) |
| Moving a client player along a fixed path | Try this http://www.garagegames.com/mg/forums/result.thread.php?qt=28213 that was for bots, but I ... read more | 05/19/2005 (7:46 am) |
| Some pictures of my work | Yes, you right I talked about built in show tool. @Dirk I send you this model as soone as I get to... read more | 05/15/2005 (12:42 pm) |
| Some pictures of my work | @Dirk I convert model into DTS using MilkShape but show tool (-show) crash when I try to load thi... read more | 05/14/2005 (10:21 am) |
| Melee RW book | Thank you Dreamer! Greate resource!... read more | 04/16/2005 (3:36 pm) |
| Melee RW book | I found two exelent recources about melee: 1) posted above 2) "Hand to Hand Combat, Locational Dam... read more | 04/16/2005 (2:46 pm) |
| Melee RW book | Thank you Josh! It is excellent resource. But what about book? Is it exist?... read more | 04/13/2005 (3:41 am) |
| How to remove speed slowing | Thanks for help! I readed code yesterday and found solution for another problem :)... read more | 04/13/2005 (12:23 am) |
| How to remove speed slowing | Cool ! All works, just add "false" parameter and thats all.... read more | 04/12/2005 (10:09 am) |
| How to remove speed slowing | Ben No I dont need to choose. So I think changing ConsoleMethod( AIPlayer, setMoveDestination, vo... read more | 04/12/2005 (9:39 am) |
| Time compression | Or just add %T = 0.5; $TimeScale = %T; //for example, if T<1 game run slower, and T>1 game run fa... read more | 04/11/2005 (4:36 am) |
| How to remove speed slowing | Not yet. I dont want to change engine if it possible. But if it's only way I will.... read more | 04/11/2005 (4:29 am) |
| Time compression | Thanks! It's working and it works on schedule() too.... read more | 04/11/2005 (3:50 am) |
| Step by step Problem | All works, now - just add %obj.nextTask(); into DemoPlayer::onReachDestination() function and... read more | 04/07/2005 (9:54 am) |
| Step by step Problem | But bots do only the one last Task from all that I gave them: %player.pushTask("setMoveDestinatio... read more | 04/03/2005 (3:27 pm) |
| Step by step Problem | PROBLEM SOLVED %player.pushTask("setMoveDestination(\" " @ %Node2Pos @ " \")"); Look for addit... read more | 04/03/2005 (3:04 pm) |
| Step by step Problem | Please Help! I realy need to solve this problem.... read more | 04/03/2005 (4:14 am) |
| Strange schedule problem | Thanks all of you, you gave me a good solution of my problem.... read more | 04/02/2005 (1:20 am) |
| Step by step Problem | Gonzo I replaced old eval() by new one that you wrote and used: %player.pushTask("setMoveDestin... read more | 04/01/2005 (6:30 am) |
| Strange schedule problem | I am not trying to exec a script over and over again, it starts only ones but after a 5000 ms from l... read more | 04/01/2005 (6:04 am) |
| Step by step Problem | Listing for my bot.cs ............................................................................ ... read more | 03/31/2005 (12:34 pm) |
| Strange schedule problem | Now I running script by this: schedule(5000,0,"exec","starter.fps/server/scripts/bot.cs"); and i... read more | 03/31/2005 (12:15 pm) |
| Strange schedule problem | Yes I did and it works, but not works from schedule(); and thats a problem.... read more | 03/31/2005 (12:07 pm) |
| Strange schedule problem | *** Initial Control Object Activating DirectInput... keyboard0 input device acquired. keyboard0 i... read more | 03/31/2005 (6:44 am) |
| How to add DIF files | Somewhere on forum was topic about moving interriors (for vehicles or boats they used dif), and thay... read more | 03/31/2005 (6:42 am) |
| How to add DIF files | You can write c++ class that will generate your *.mis file before actualy loadin a mission. I think ... read more | 03/31/2005 (6:32 am) |
| Strange schedule problem | %botScript = expandFileName("~/server/scripts/bot.cs"); schedule(5000,0,"exec", %botScript); - 5... read more | 03/30/2005 (11:15 pm) |
| Strange schedule problem | All working when I use: exec("~/server/scripts/bot.cs"); But when I use: schedule(5000,0,"e... read more | 03/30/2005 (10:38 pm) |
| Strange schedule problem | I used "d:/Torque/sdk/example/starter.fps/server/scripts/bot.cs" I used all of this in aiplayer.cs... read more | 03/30/2005 (6:30 am) |
| 3ds to Dif - is it possible? | I compiled max2map exporter that included in TGE SDK Tools, but seem to me it 3Dstudio exporter I me... read more | 03/28/2005 (6:36 am) |
| Management perspective- team motivation (any help, opinions) | Matthew Dont fight whis such persons (your team member), just dismiss him and thats all. I recom... read more | 03/23/2005 (8:55 am) |
| What would YOU like to see in a content pack? | I think nature environmental pack will be great, allmost all game genres and ideas need such things ... read more | 03/21/2005 (3:44 am) |