I have looked into MD5 content creation and have come up short. The modelers working under Iron Fist for me have been able to find nothing on this matter. So I am asking you if anyone would point me in the correct direction, how can I modify/update MD5 models and animations? I would be extreamly thankful if someone may enlighten me on this issue.
regards, Tempris
I know that cubescript is a loose derivation of C+, but can the cube engine understand true false conditionals? i.e. if this argument is true, execute script one, and if it is false, execute script two. If the cube engine can understand that, than how would it be coded? and I'm not looking for quantitative analysis, I'm thinking more along the lines of something that looks for (concatword (getname)). I recently came up with this:
alias level_trigger_12 [(concatword (getname)); Djakkennaia = [trigger 13 1]]
but this is not a true/false script. especially if the getname is wrong, the console echoes "unknown command: NAME". Back to the original question. is it possible? and if yes, what are commands/parameters? thanks in advance.
Hey guys,
Sorry if my question is too basic, but I have to start somewhere.
I am curious. Is it possible to end on map via a teleport and have it load the next map? ie: Use teleport to end a level AND start in new level. If so, how would that be scripted?
Regards
J
Is there any way to play multiplayer on a non-default (i.e. player created that isn't in the cube 2 package) map?
Hello again. I'm currently wondering if there is a way to turn off the ability to edittoggle in single player. I have come up with a script that allows you to manually transport the player through the cfg, at the cost of resetting all entities. I only use it if the player is not going to ever return to that area of the map.
alias level_trigger_N [allowspedit; edittoggle; entfind ""; gotosel; edittoggle]
where N is the trigger number (obviously =P),
and "" is a single entity, of which there are no duplicates. (I usually use "sound 70+"
back to original question. Is there a way to deactivate the "allowspedit" command, so that the player cannot access edit mode? thanks in advance for any help.
I'm a little bit confused (again) about scripting:
I have read some documentation about sauerbraten scripting, during my tests i found an intresting scripting example by MeatROme (MapTriggerTest) a demonstration map (i found it in the cube wiki) but i suppose you already know about it.
the script is old but marked "for Sauerbraten" in the readme. The cfg shows a counter system.
but Im' focused on the function called beam_me.
This one seems switch in edit mode (during gameplay) add a new teleport in front of the player and returns in game mode.
In my mind this mean the player will teleported away on a specific event. but it seems not work.
I tray to play this level in sp but nothing happend, the level ended with no teleport. and executing this function the console shows some error.
what's the problem?
1-i'm a dumb and i miss understood the script
2-the justice edition scripting system is no more compatible with older scripts
in case 2 : there's some way to in newest scripting mode to do something similar?
thanks