|
很多玩家都需要在游戏里面加入新手礼包,也就是玩家加入后的物品礼包。5 ^! q5 R' k6 y6 z6 K" j$ u
) v# O x. i( A% a7 G4 S5 V: G6 c0 y1 V8 i+ T$ L
在以下配置文件加入对应的内容4 H9 h; A% M1 C6 z9 l) K
' q: s# g& G3 x' y, q* S1 T, ]7 s
4 B' a8 }9 b1 |2 n6 _# DGameusersetting.ini3 g8 a* c+ u% f6 w
% E% n% O' T# F" I; F! P' L, y* N, r x
[Starter Kit]
0 c" n- @7 g' @5 T4 ]2 @ x% i0 iItemsToGive="Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'","Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'","Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
4 x: {- @1 _' V: [! L1 F& f; T/ Z7 p& ?+ J& C1 X8 b. c
* F, }" d! P3 u5 B' p9 P
# D9 x& C# m" Y* o/ }1 o每个用 , 分开,是半角的逗号,然后这里定义的是礼包的内容,随意都可以定制,包括MOD物品。
0 C2 r6 P/ Q4 K, S- x5 y: o2 {# t6 V
" R% T: }8 z! p: ]3 m* |
7 h" | O: N, w: l3 j& T然后 在开服工具的 里面 蓝图隐藏部分 加入 EngramEntry_STarterKit_C 可以让一般玩家不能制作这个,而只可以管理员刷出给玩家 达到发送礼包的效果。# [/ @9 P5 V/ e7 g! F- P6 O2 M/ E
( U, k' H2 L- n; G( c5 T3 }$ G E Y5 U# g& A
这个MOD的ID是 676288311 StarterKit; c" o: F$ ?( O+ t2 Z" r6 R
# E3 t! Z: T0 U, {* z
管理员刷取的 代码是 AdminCheat giveitem "Blueprint'/Game/Mods/StarterKit/StarterKit/PrimalItemConsumable_StarterKit.PrimalItemConsumable_StarterKit'" 1 0 0. l R+ Z }4 U2 }* [5 }0 B
1 O f) L2 Q- k
7 H8 p. v! l4 x! z! a+ O9 J
3 o7 i, b( T! W3 o( W g1 I; }" L7 y3 ~
0 j1 v# f! t6 M1 m5 U |
|