This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hyakkimaru

Pages: 1 [2] 3 4 ... 9
16
Please, I don't want to start the debate here, but you should heard about Firestorm server, their administrator has won millions since WoTLK and Blizzard didn't attacked him yet ;)

17
Not modding related but I'm trying to work on a design for my server shop, not so fantastic I assume but here is it :

[attachment=0:3et3c3nv]boutique.jpg[/attachment:3et3c3nv]

18
"Retro-Porting" / Re: Adding Vashj'ir?
« on: August 17, 2015, 03:17:30 pm »
There's different converters here, you can convert your ADTs and M2 and it will be almost functionnal :) some modifications to do after in the wdt if you wish to place Vashj'ir on the Eastern Kingdoms continent

19
Français / 09 - L'ajout de l'eau en profondeur.
« on: July 30, 2015, 11:47:01 am »

Introduction



Avant toute chose, il est nécessaire de rappeler que Noggit gère l'ajout d'eau depuis sa version 1.3 et que ce tutoriel n'est plus une norme pour l'ajout d'eau, cependant, il est toujours intéressant d'avoir plusieurs cordes à son arc ;)

Nous verrons au cours de ce tutoriel qu'il existe 3 outils pour ajouter de l'eau (en dehors de Noggit)

    * Un outil en ligne de commande qui ajoute de l'eau sur un ADT à une hauteur précise.
    * Un outil avec une GUI (interface graphique) qui permet d'ajouter/supprimer de l'eau sur des chunks avec différents paramètres à des hauteurs différentes.
    * Un outil qui peut extraire l'eau et permettre de la rajouter plus tard là où elle était initialement.

Nous ne travaillerons qu'avec le premier outil pour le moment.

Si vous souhaitez utiliser le second, reportez vous au tutoriel How to use Allwater (EN)

Il est bon aussi de rappeler ce que veux dire "outil en ligne de commande", voici une brève description :)

Quote
Une ligne de commande ou un outil CMD n'est constitué d'aucune interface graphisque. Son utilisation repose sur l'entrée texte de commandes.
http://en.wikipedia.org/wiki/Command_Prompt

L'outil AllWater_wotlk.exe



Voici où est situé Allwater dans le pack de logiciels fourni pour cette suite de tutoriels.

WoWModdingToolsCMDAllWater_wotlk.exe

J'utilise des commandes qui vont exécuter un script sur chaque ADT avec les paramètres que je souhaite. Pour le moment vous ne pouvez que lancer ce script pour remettre l'eau qui a pu être supprimée de vos ADTs. Vous l'utilisiez déjà dans la partie 4 de cette suite de tutoriels.

Allons donc un peu plus loin avec Allwater.

>> Ouvrez ce script avec votre éditeur de code favori, tel notepad ou notepad plus plus

WoWModdingProjectsTutorialProjectscriptsWater-Test01.bat


Quote
Si vous créez plus tard votre propre script, l'extension est importante, le fichier DOIT être au format .bat et non .txt. Si vous cliquez sur un .bat, Windows l'ouvrira et exécutera chacune des instructions inscrites dans votre .bat.

Vous verrez plusieurs lignes de ce style :

Code: [Select]
"../../../tools/AllWater_wotlk.exe" ../patch/world/maps/test01/test01_31_31.adt 0 2 80
En gros, que font elles ?

La première partie lance AllWater_wotlk.exe en suivant un chemin relatif.
Les deux points ".." demandent à l'outil CMD de sortir du dossier dans lequel vous vous trouvez.

WoWModdingProjectsTutorialProjectscripts

Alors, le premier ".." sort du dossier script, et le second du dossier TutorielProject, et enfin, le le dernier nous fait sortir du dossier Projects.

Nous voici désormais ici :

WoWModding

Maintenant, nous allons dans le dossier tools où nous trouverons AllWater_wotlk.exe.

tools/AllWater_wotlk.exe

Ensuite, nous donnerons 4 paramètres à Allwater qu'il exécutera.

    * ../patch/world/maps/test01/test01_31_31.adt
    * 0
    * 2
    * 80

Le premier paramètre défini l'ADT que nous souhaitons éditer en indiquant un chemin relatif. Nous sortons du dossier script, entrons dans patch/world/maps/test01 et sélectionnons l'ADT test01_31_31.adt

Le second paramètre (0) défini la hauteur de la surface de l'eau, sur un plan 3D nous parlerons des coordonnées Z de Noggit. 0 est souvent utilisé pour le niveau de hauteur d'un océan.

Ensuite, le paramètre suivant (2) permet de définir le type de l'eau. En bref, le sound et et le style de l'eau telle que vous la verrez en jeu, vous pouvez obtenir ces ID dans la DBC liquid.dbc

Et la dernière valeur (80) est la transparence de l'eau à sa surface, plus la valeur sera basse plus vous verrez le fond de l'eau en dessous de la surface.

A première vue, tout ceci semble être compliqué. Mais si vous suivez correctement ce tutoriel, vous n'aurez plus qu'à copier et coller ce qui correspond à vos besoins par l'avenir, vous n'aurez qu'à changer le chemin de l'ADT et vos paramètres pour avoir une eau qui correspond à vos besoins ;)

Corriger quelques erreurs



If you got an error you can start the script inside a CMD window to see possible errors.
Il arrive que vous obteniez parfois une erreur en lançant votre outil de commande, voici une petite liste et comment les corriger.

>> Ouvrez votre outil de ligne de commande en tapant CMD dans la barre de recherche de Windows, à l'intérieur du menu démarrer et sélectionnez cmd.exe dans les résultats de recherche.
>> Tapez la lettre du disque dans lequel est situé le dossier WoWmodding de cette manière :
Code: [Select]
f:>> Tapez cd WoWModdingProjectsTutorialProjectscripts et pressez la touche entrée pour aller dans le dossier scripts.
>> Enfin tapez Water-Test01.bat and pressez entrée.
 
Maintenant, le script fonctionne et vous pourrez voir s'il vous retourne des erreurs.

10 - Add a full new map from scratch

20
Resources and Tools / Re: [TOOL] Valkryst's Bug Report Manager
« on: July 27, 2015, 03:11:31 pm »
Hello, I'm getting this error.

Code: [Select]
{2015/juil./27-15:06:31}--LogType|ERROR: Packet for query is too large (4739923 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable.

com.mysql.jdbc.PacketTooBigException: Packet for query is too large (4739923 > 1048576). You can change this value on the server by setting the max_allowed_packet' variable.
at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:569)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1013)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2239)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2270)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2069)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:389)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at services.DataManager.<init>(DataManager.java:38)
at services.DataManagerBugReport.<init>(DataManagerBugReport.java:28)
at gui.ConnectionScreen.lambda$new$8(ConnectionScreen.java:122)
at gui.ConnectionScreen$$Lambda$19/110718392.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)


I have already updated my my.cnf and restarted mysql but I still have this error :)

21
"Retro-Porting" / Re: [Release] WOD models for 3.3.5a
« on: July 24, 2015, 09:20:36 am »
You have to redo the UVMapping on the model.

22
Quote from: "Zaerp"
Thank you so much.
Where can i add there files please ?

Client location or server location ?

You have to put it into your MPQ and with your server files

23
Texturing and 2D Art / Re: [Problem] Green Texture
« on: July 12, 2015, 09:49:01 pm »
if you have the tilesets, I think it's about reflecting textures, you can disable this option in your graphics settings.

Or, you can create your specular tilesets with this tutorial viewtopic.php?f=22&t=8965

24
Quote from: "Valkryst"
[media:3f41r6yp]https://youtu.be/K0sVIW1166w[/media:3f41r6yp]

I really love your system ! I hope you'll release it later, it should be a pleasure to translate it in french :D

25
Resources and Tools / Re: WoD 6.2 listfile
« on: July 05, 2015, 09:04:19 am »
Philip did a video about it

:)

26
"Retro-Porting" / Re: [Release] WOD models for 3.3.5a
« on: April 04, 2015, 01:00:33 pm »
Hello Clock !

Thanks you for your last release, I come here to give you some feedbacks :)

In my screens, we got problems with jackets and tabard, it's the only issue I have with your last patch !

[attachment=2:k74irbz0]WoWScrnShot_040415_125128.jpg[/attachment:k74irbz0]
[attachment=1:k74irbz0]WoWScrnShot_040415_125000.jpg[/attachment:k74irbz0]
[attachment=0:k74irbz0]WoWScrnShot_040415_125025.jpg[/attachment:k74irbz0]

Thank you again for your work, it's amazing :) !

27
Miscellaneous / Re: [QUESTION] Fishing zone
« on: March 18, 2015, 11:08:46 pm »
Thank you, I'll take a look on it :)

28
Miscellaneous / Re: [QUESTION] Fishing zone
« on: March 18, 2015, 09:35:36 pm »
That's all ? Oh right... Thanks you, I'll try it !

29
Miscellaneous / [QUESTION] Fishing zone
« on: March 18, 2015, 01:15:08 pm »
Hello everybody !

I am working on a custom map and I thought it should be good to add fish in the water !

Actually (I did nothing) when I fish, I can obtain Smallfishes and Snappers...

So my question is : I want to fish a new creature like them, where the server (or client) handles it ?

Thank you :) !

30
Miscellaneous / Re: Motor sound
« on: February 28, 2015, 03:46:41 pm »
Bump !

This issue is already here, I've checked my dbc many many many times with no results, I don't know what to do with them. This problem is also on another creature, if it's not in DBC, where this sound can be managed ?

The sound is play when I'm near, I don't click on the seagull, it's lile I was near to a motorbike, it's annoying....


Edit : I upload the model

Pages: 1 [2] 3 4 ... 9