
zulu
Member-
Content Count
23 -
Joined
-
Last visited
About zulu
-
Rank
Fresh Spawn
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
zulu started following Epoch 1.0.6, [[RELEASE]] [[Traders in Move]], Strange bug with DZE_buildingLimit and and 4 others
-
-
zulu reacted to an answer to a question: [REQUEST] Larger item icons shown in trade menu (not advanced trading menu)
-
-
afaik this is a common issue when buying vehicles cuz they spawn always at the same position. one thing you can do is - will not solve your problem - use a script that teleports your vehicles out of the safe/buyzone" after restart. another idea is to check the responsible script that will spawn bought vehicles and add a random offset. sry, cant help you more, its above my level of coding. Good luck, Z.
-
Hello, i have encountered a strange behavior when lowering the DZE_BuildingLimit = 150; to DZE_BuildingLimit = 10; When trying to build something it says "cannot build too many objects within 30m". But there is nothing build, nor there's a plotpole. Any idea?
-
Hello, i'd like to change a variable defined in the init dynamicly. i execute a script in the init.sqf (checkhum.sqf) which checks players humanity and if humanity is greater 10K values of "DZE_selfTransfuse_Values" should be raised. checkhum.sqf: (called from inside the !is_dedicated brackets ) private['_hum']; _hum=(player getVariable["humanity",0]); if(_hum > 10000) then { DZE_selfTransfuse_Values = [12000, 15, 300] } else { DZE_selfTransfuse_Values = [1000, 15, 300] }; My humanity is above 10K, but selfTransfuse_value is 1000, 15,300 and not 12000,15,300 as expected. I also tried if( (player getVariable["humanity",0]) > 10000) then {.... but without success. What am i doing wrong?
-
Hi raymix, thanks again for your help. I dont wont to disable the debug at all but like to show annauncements and then the debug again. Is that possible with "bis_fnc_dynamic text"? Will do some research.... edit: i think i found what i was looking for herehttp://epochmod.com/forum/index.php?/topic/11573-solution-always-on-debug-monitor-with-dzms-hintsilent-messages/
- 2 replies
-
- debug monitor
- remote message
-
(and 2 more)
Tagged with:
-
Hello, i would like to show mission/event announcements instead of my debugmonitor ( for a period of time). So when a mission or event starts, the debug should go away, and the announcement should be shown for a few seconds. Currently the event announcement is flashing up for a second. I tried to add "sleep 5;" to the remote-script, but it didnt work. Can anyone please help me? _hint = parseText format["<t align='center' color='#FFFF66' shadow='2' size='1.75'>Attention</t><br/><t align='center' color='#ffffff'>Mission description!</t>"]; customRemoteMessage = ['hint', _hint]; publicVariable "customRemoteMessage";
- 2 replies
-
- debug monitor
- remote message
-
(and 2 more)
Tagged with:
-
OK, thanks for your help and rating.
-
Hi raymix, thanks for your reply and you're right, its not a really a beast at all.... ;-) my view distance is set to 1500 but what is "object view distance"? never heard about that. to have an idea, what is your experience in common/average fps in cherno/wilderness on your, other players machines?
-
Hello, i have setup a local server with xampp. My CPU is I7 Quad, GPU is GTX 750TI and 8GB RAM. Resolution is 1920x1080 and all settings are max, disabled shadow, antialias, postprocess and vsync. I stripped the epoch object table, so there are no cars nor buildables. I use WickedAI and DZAI, slow zeds and some other scripts and 5 small custom map addons, but my fps are 25 near the shore and 35 in the wilderness. Is this normal or can i do something to increase the fps with this resolution?
-
Hi rentiger, sorry for latte reply, didnt saw your answer. What is the difference between a custom debug-monitor and a custom hud? I thought it would be as easy as showing ie humanity or bandit kills. After searching around i havent found anything related to ambient nor budy temperature. Looking forward to some help.
-
I think this is one of the more usefull scripts. Thanks for teaching/sharing.