User:Dolphineye: Difference between revisions
Dolphineye (talk | contribs) mNo edit summary |
m (- changed links to :lang suffix redirect pages to the redirected link) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[File:Logo_Dolphin.jpg]] | |||
<br /> | <br /> | ||
{| style="width: 90%; text-align: center;" align="center" | {| style="width: 90%; text-align: center;" align="center" | ||
| [[# | | [[#Latest News|Latest News]] | ||
| [[#Contributions|Contributions]] | | [[#Contributions|Contributions]] | ||
| [[# | | [[#About me|About Me]] | ||
|} | |} | ||
< | |||
* [[Transforming the Multiplayer SDK into Coop]] | |||
* [[Activating and Fixing AI In Coop Games]] | |||
* [[Making a Mod:fr]] | |||
=Latest News= | |||
It has been a while I have not updated my wiki-page. | |||
I have updated my personal information, and here is a quick summary of my current wiki-projects for the community. | |||
I hope you will like it. | |||
I also would like to point out that a new SDK version has been released. I'll have a look at it and ''perhaps'' I will write new articles related to the Hafl-Life 2 SDK. | |||
::'''1.''' Dutchmega and I are currently building a new complete tutorial related to coop and level transitions. | |||
::This new article should be quicker and easier and should provide the same results. | |||
::'''2.''' I'm also thinking of building a completly new article related to Artifical Intelligence in multiplayer. | |||
--[[User:Dolphineye|--Dolphin's Eye]] 18:45, 4 Aug 2006 (PDT) | |||
---- | |||
=Contributions= | |||
<div align="left" style="text-align: left; background: #FFFFFF; color: black; margin: .5em; padding: .01em 1em; border: #333333 1px dashed;"> | |||
My first article offers the programmers the ability to implement 100% working coop in their HL2DM games. | |||
Thus, each player can keep their equipment trought level changes like in Single Player mode. | |||
<BLOCKQUOTE> | |||
* [[Transforming the Multiplayer SDK into Coop]] | |||
* [[Transforming the Multiplayer SDK into Coop:fr|Transformer le SDK Multijoueur en Coop]] | |||
</BLOCKQUOTE> | |||
</div> | |||
<div align="left" style="text-align: left; background: #FFFFFF; color: black; margin: .5em; padding: .01em 1em; border: #333333 1px dashed;"> | |||
My second article deals with A.I. It explains how to make NPCs work in multiplayers games - especially in coop games. | |||
Thus, this tutorial reveals how to enable A.I in mutiplayer games, then how to fix humanoid NPCs such as ''Combine Sodiers'' so they can move and shoot instead of starring at you like idiots! | |||
<BLOCKQUOTE> | |||
* [[Activating and Fixing AI In Coop Games]] | |||
* [[Fixing AI in multiplayer:fr|Activer et Corriger l'I.A en Multijoueur]] | |||
</BLOCKQUOTE> | |||
</div> | |||
<div align="left" style="text-align: left; background: #FFFFFF; color: black; margin: .5em; padding: .01em 1em; border: #333333 1px dashed;"> | |||
My very last article at the moment is a full translation of Valve's article ''Create a Mod'' for the French Community. | |||
<BLOCKQUOTE> | |||
* [[Making a Mod/fr|Créer un mod]] | |||
</BLOCKQUOTE> | |||
</div> | |||
---- | |||
=About me= | |||
<div align="left" style="text-align: left; background: #FFFFFF; color: black; margin: .5em; padding: .01em 1em; border: #333333 1px dashed;"> | |||
Here are my computer stats. Hail! Here is my new computer specs: | |||
<BLOCKQUOTE> | |||
* '''Processor:''' AMD 64 3700+ 2.20 GHz | |||
* '''Mainboard:''' AsRock 939DUAL-SATA2 HT2000 ULIM 1695 | |||
* '''Memory :''' Corsair ValueRAM PC3200 - 2 x 512 MB Dual Channel Mode | |||
* '''Video :''' NVidia Geforce 7600GT 256 MB | |||
* '''Monitor :''' FLATRON LCD 19" - L1915S 12ms | |||
* '''Misc. :''' Network: DSL 8 bmps (down)/1 mbps (up) | OS: Windows XP | |||
</BLOCKQUOTE> | |||
</div> | |||
<div align="left" style="text-align: left; background: #FFFFFF; color: black; margin: .5em; padding: .01em 1em; border: #333333 1px dashed;"> | |||
I will not reveal everything about me simpy because I think it will not provide a big interrest to anyone of you. | |||
Anyway, here are some key-info about me: | |||
<BLOCKQUOTE> | |||
* '''Quick Info:''' Annecy, France. I am 19. | |||
* '''Main Hobbies:''' Computers, programming, gaming and space. | |||
* '''Contact:''' dolphineye http://cridder.com/resume/small-at-symbol.JPG free.fr | |||
* '''MSN:''' dolphineye http://cridder.com/resume/small-at-symbol.JPG voila.fr | |||
* '''ICQ:''' 269 033 708 ( dolphineye ) | |||
</BLOCKQUOTE> | |||
</div> | |||
<div style="text-align: center; background: #FFFFAA; color: black; margin: .5em 10%; padding: .01em 1em; border: #333333 1px dashed;"> | |||
'''Friend List''' | |||
<hr /> <div style="text-align: left;"> | |||
[[User:Dutchmega|Dutchmega]]<br> | |||
[[User:Jupix|Jupix]]<br> | |||
</div></div> |
Latest revision as of 11:11, 4 July 2024
Latest News | Contributions | About Me |
Latest News
It has been a while I have not updated my wiki-page.
I have updated my personal information, and here is a quick summary of my current wiki-projects for the community. I hope you will like it.
I also would like to point out that a new SDK version has been released. I'll have a look at it and perhaps I will write new articles related to the Hafl-Life 2 SDK.
- 1. Dutchmega and I are currently building a new complete tutorial related to coop and level transitions.
- This new article should be quicker and easier and should provide the same results.
- 2. I'm also thinking of building a completly new article related to Artifical Intelligence in multiplayer.
----Dolphin's Eye 18:45, 4 Aug 2006 (PDT)
Contributions
My first article offers the programmers the ability to implement 100% working coop in their HL2DM games. Thus, each player can keep their equipment trought level changes like in Single Player mode.
My second article deals with A.I. It explains how to make NPCs work in multiplayers games - especially in coop games. Thus, this tutorial reveals how to enable A.I in mutiplayer games, then how to fix humanoid NPCs such as Combine Sodiers so they can move and shoot instead of starring at you like idiots!
My very last article at the moment is a full translation of Valve's article Create a Mod for the French Community.
About me
Here are my computer stats. Hail! Here is my new computer specs:
- Processor: AMD 64 3700+ 2.20 GHz
- Mainboard: AsRock 939DUAL-SATA2 HT2000 ULIM 1695
- Memory : Corsair ValueRAM PC3200 - 2 x 512 MB Dual Channel Mode
- Video : NVidia Geforce 7600GT 256 MB
- Monitor : FLATRON LCD 19" - L1915S 12ms
- Misc. : Network: DSL 8 bmps (down)/1 mbps (up) | OS: Windows XP
I will not reveal everything about me simpy because I think it will not provide a big interrest to anyone of you. Anyway, here are some key-info about me:
- Quick Info: Annecy, France. I am 19.
- Main Hobbies: Computers, programming, gaming and space.
- Contact: dolphineye http://cridder.com/resume/small-at-symbol.JPG free.fr
- MSN: dolphineye http://cridder.com/resume/small-at-symbol.JPG voila.fr
- ICQ: 269 033 708 ( dolphineye )