![]() |
#61
|
|||
|
|||
![]()
Just ahd an idead what this game lacks, LIFE. You know like when you enter one of the pubs (bar) in the game and you ehar a lot of voises and shouts and etc. but there is like none to 1 person inside, barman included
![]() ![]() ![]() |
#62
|
|||
|
|||
![]()
Another great idea, but a little harder to implement. Adding a lot of new characters to a city map would make the game sluggish and if you have a low-end computer it would be impossible to fight in a city without constant lagging. I've already added as many as I feel comfortable with in some maps, but one or two more could be added.
But the idea of adding at least one new character to the bars is a nice one, I might do it if I ever have the time ![]() Kepp in mind that the AI is not part of the released source code and we have very few possibilities to change it. |
#63
|
|||
|
|||
![]()
Guess you are right, but even this could have a solution although just like u already said it requires a lot of tweaking with scripts. DO I need any special programs to view the cripts and other source files? You know c++, python or other comands language utilisers? With 3D models i dont have problem, I jsut need to knwo the output formats and any restrictions linked to them.
From as I see it I have one of those 'NASA' computers ![]() ![]() ![]() ![]() I think its the number of cross comands and scripts of IF and OR, these I ussualy saw to create a lot of crossover and circular comand lines, in game its visible like dejavu, simply repeating of anything in the game. Either unit movement or they actions, or even blinks of lights or flashes there is ton of it and i bet there is something in this game that causes the same which speeds up overloading of the virtual memory and repeted recounting. Still, i got no proof. its just a thought. What do you think? I dont think its the graphics cuz I have a nice machine that ussualy plays smoothly even a lot harder graphics ![]() |
#64
|
|||
|
|||
![]()
The scripting language is mixture of C and C++. It's easy to do once you've seen the functions and how they are used. And the buit-in compiler gives you good clues when it comes to syntax errors.
I think the lagging has to do with some bottleneck in the code, but that's only my best guess. The game uses a lot of resources and even if you have the best computer money can buy, it still starts to lagg if you play more than 2 hours without exiting to desktop and starting the game again. It might also have to do with how it stores data in the memory, and is sloppy when it comes to flush old and irrelevant data. |
#65
|
|||
|
|||
![]()
is there any possibility to get a manual or somekind of instructions for this? i kinda want to try it
![]() |
#66
|
|||
|
|||
![]()
Just read through most of the scripts for NPCs and special items and etc. The language is easier than I thought, but still quite hard. I guess the scripting is learnable, but man this will take me some time
![]() ![]() ![]() Looks like i might be able to create any object for this game ![]() ![]() Downloaded me a few manuals for the 3D, but first i need to get home from work ![]() I checked few other games. Do you think u could use models from 'MAN of War' and 'Capitulum' ? They kinda go on the same engine ![]() |
#67
|
|||
|
|||
![]()
I have a question for you. Can there be something done about CTD when a greande blows in your hand?
I like the ability to throw back the grenades at the oponent, laugh-like-hell when it works ![]() The flashbangs are the worst, under pressure I cant even throw the thing without blowing it up just in front of my face. Such a short fuse ![]() ![]() |
#68
|
|||
|
|||
![]()
I never had any problems with CTD's and grenades. I would suggest you check the BMP folder and made sure none of the folders are set to read-only. The CTD's your experiencing could be caused by a writing violation.
About the grenade timer, the M84 only has a 2.3 second fuse, but you can make it longer if that suits your gaming style better. Edit the Grenadeinfo file in the INI\Items folder, the value you wanna change is the number third from the last. Here's the M84 as an example, it's the number in red that you wanna change: "M84" HFlash "Grenade\Explosion\grenade2.wav""Grenade\LoadReady Sound\None"0 0 0 8 15 0 2 1 2.3 0 0 |
#69
|
|||
|
|||
![]()
Thx, but i guess i have to asimilate
![]() Thanks anyway, i ussually dont have the bmp set to read only, although I read a lot about it, as it allways caused some inventory problems. (black screens, missing item textures, blacked inventory space and etc. so i let it as it is and dont ahve other than this prob) I think u are right about the writing violation... guess its to ahrd to find the error report there ![]() |
#70
|
|||
|
|||
![]()
I think I need to clarify the read-only thingy to avoid misunderstandings.
Do NOT set the folders in the BMP to read-only, or any other folder for that matter. You MUST set all the TGA files in the subfolders(BMP\HUD\) as read-only to avoid those black/ weird screens you might get after a while of playing. |
![]() |
|
|